Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753034AbbHTW6A (ORCPT ); Thu, 20 Aug 2015 18:58:00 -0400 Received: from lists.s-osg.org ([54.187.51.154]:58944 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752525AbbHTW57 (ORCPT ); Thu, 20 Aug 2015 18:57:59 -0400 Subject: Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information To: Brian Norris References: <1440054451-1223-1-git-send-email-javier@osg.samsung.com> <1440054451-1223-4-git-send-email-javier@osg.samsung.com> <20150820215404.GA81844@google.com> <55D6510E.7010002@osg.samsung.com> <20150820223440.GC81844@google.com> Cc: linux-kernel@vger.kernel.org, Mark Brown , linux-mtd@lists.infradead.org, David Woodhouse From: Javier Martinez Canillas X-Enigmail-Draft-Status: N1110 Message-ID: <55D65B72.2050006@osg.samsung.com> Date: Fri, 21 Aug 2015 00:57:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20150820223440.GC81844@google.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1606 Lines: 45 Hello Brian, On 08/21/2015 12:34 AM, Brian Norris wrote: > On Fri, Aug 21, 2015 at 12:13:34AM +0200, Javier Martinez Canillas wrote: >> So this patch really is a no-op right now and is not fixing anything. >> As long as the driver has a MODULE_DEVICE_TABLE(spi,...), things will > > This driver does not have a MODULE_DEVICE_TABLE() at all, nor does it > use spi_device_id. So, it is currently broken for the module use case. > That is correct but also that does not mean that this patch will fix module autoloading right now. It will though once the SPI core is changed to report a OF type module alias. So what about something along this lines? mtd: dataflash: Export OF module alias information The SPI core currently reports the MODALIAS uevent as "spi:" even for SPI devices that were registered by OF. That means the OF module alias exported by MODULE_OF_TABLE(of,...) is currently not used and user-space has no way to autoload this module. But is still a good practice to add the OF module alias information into the kernel module even when currently is unused so once the SPI core is changed to report a correct OF modalias uevent, module autoloading will be working for this driver. >> work without a MODULE_DEVICE_TABLE(of,...). > > Brian > Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- 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/