Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752868AbbHTVI2 (ORCPT ); Thu, 20 Aug 2015 17:08:28 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33052 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752376AbbHTVI1 (ORCPT ); Thu, 20 Aug 2015 17:08:27 -0400 Date: Thu, 20 Aug 2015 14:08:22 -0700 From: Brian Norris To: Mark Brown Cc: Javier Martinez Canillas , linux-kernel@vger.kernel.org, Javier Martinez Canillas , linux-spi@vger.kernel.org Subject: Re: [PATCH 18/18] spi: (RFC, don't apply) report OF style modalias when probing using DT Message-ID: <20150820210822.GH74600@google.com> References: <1440054451-1223-1-git-send-email-javier@osg.samsung.com> <1440054451-1223-19-git-send-email-javier@osg.samsung.com> <20150820183634.GN12027@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150820183634.GN12027@sirena.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1469 Lines: 32 On Thu, Aug 20, 2015 at 11:36:34AM -0700, Mark Brown wrote: > On Thu, Aug 20, 2015 at 09:07:31AM +0200, Javier Martinez Canillas wrote: > > From: Javier Martinez Canillas > > > > An SPI driver that supports both OF and legacy platforms, will have > > both an OF and SPI ID table. This means that when built as a module, > > the aliases will be filled from both tables, e.g: > > This is tagged as something that can't be applied but you've not > explained why it can't be applied or what comments might be useful :( I believe that's mostly addressed in the cover letter [1]. Patch #18 changes the logic of spi_uevent() to report an OF modalias if the device was registered using OF. But this patch is included in the series only as an RFC for illustration purposes since changing that without first applying all the other patches in this series, will break module autoloading for the drivers of devices registered using OF but that lacks an of_match_table. I'll repost patch #18 once all the patches in this series have landed. IOW, it's labeled as such mostly for safety, since it has quite a few distributed dependencies. Brian [1] https://lkml.org/lkml/2015/8/20/109 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/