Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1211373
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information |
| Date | 2015-08-22 02:30 +0200 |
| Message-ID | <q04R3-2P3-11@gated-at.bofh.it> (permalink) |
| References | (2 earlier) <pZG2n-G0-23@gated-at.bofh.it> <pZGlI-1ju-21@gated-at.bofh.it> <pZGF9-1Ip-151@gated-at.bofh.it> <pZGYq-25y-9@gated-at.bofh.it> <q03ih-wp-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello Brian, On 08/22/2015 12:47 AM, Brian Norris wrote: > Hi Javier, > > On Fri, Aug 21, 2015 at 12:57:54AM +0200, Javier Martinez Canillas wrote: >> 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. > > Ah, thanks for the patience. I missed the point that it will still be > broken. > No worries, I'm glad that we are on the same page now. >> So what about something along this lines? >> >> mtd: dataflash: Export OF module alias information >> >> The SPI core currently reports the MODALIAS uevent as "spi:<modalias>" >> 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 > > nit: s/is/it is/ > >> into the kernel module even when currently is unused so once the SPI > > ditto > >> core is changed to report a correct OF modalias uevent, module >> autoloading will be working for this driver. > > Otherwise, looks good. I'll either patch in this commit message, or > await v2. Your call. > If you don't mind fixing it up yourself when applying, then that would be really helpful. Otherwise I can post a v2 on Monday. > Regards, > 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/18] Export SPI and OF module aliases in missing drivers Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-20 09:20 +0200
[PATCH 03/18] mtd: dataflash: Export OF module alias information Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-20 09:20 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Brian Norris <computersforpeace@gmail.com> - 2015-08-21 00:00 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-21 00:20 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Brian Norris <computersforpeace@gmail.com> - 2015-08-21 00:40 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-21 01:00 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Brian Norris <computersforpeace@gmail.com> - 2015-08-22 00:50 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-22 02:30 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Brian Norris <computersforpeace@gmail.com> - 2015-08-22 03:10 +0200
Re: [PATCH 03/18] mtd: dataflash: Export OF module alias information Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-22 03:20 +0200
[PATCH 09/18] mfd: cros_ec: spi: Add OF match table Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-20 09:20 +0200
Re: [PATCH 09/18] mfd: cros_ec: spi: Add OF match table Lee Jones <lee.jones@linaro.org> - 2015-08-24 16:10 +0200
[PATCH 08/18] [media] s5c73m3: Export OF module alias information Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-20 09:20 +0200
[PATCH 11/18] iio: adc: max1027: Set struct spi_driver .of_match_table Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-20 09:20 +0200
Re: [PATCH 11/18] iio: adc: max1027: Set struct spi_driver .of_match_table Jonathan Cameron <jic23@kernel.org> - 2015-08-22 20:10 +0200
Re: [PATCH 00/18] Export SPI and OF module aliases in missing drivers Brian Norris <computersforpeace@gmail.com> - 2015-08-20 23:20 +0200
Re: [PATCH 00/18] Export SPI and OF module aliases in missing drivers Javier Martinez Canillas <javier@osg.samsung.com> - 2015-08-21 00:00 +0200
csiph-web