Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584921
| From | Sakari Ailus <sakari.ailus@iki.fi> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] [media] et8ek8: Export OF device ID as module aliases |
| Date | 2017-02-20 22:40 +0100 |
| Message-ID | <td3QB-1zq-9@gated-at.bofh.it> (permalink) |
| References | <td2Bb-Sm-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Feb 20, 2017 at 05:16:16PM -0300, Javier Martinez Canillas wrote: > The I2C core always reports a MODALIAS of the form i2c:<foo> even if the > device was registered via OF, this means that exporting the OF device ID > table device aliases in the module is not needed. But in order to change > how the core reports modaliases to user-space, it's better to export it. > > Before this patch: > > $ modinfo drivers/media/i2c/et8ek8/et8ek8.ko | grep alias > alias: i2c:et8ek8 > > After this patch: > > $ modinfo drivers/media/i2c/et8ek8/et8ek8.ko | grep alias > alias: i2c:et8ek8 > alias: of:N*T*Ctoshiba,et8ek8C* > alias: of:N*T*Ctoshiba,et8ek8 > > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Thanks! Applied to my tree (for-v4.12 branch). -- Sakari Ailus e-mail: sakari.ailus@iki.fi XMPP: sailus@retiisi.org.uk
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] [media] et8ek8: Export OF device ID as module aliases Javier Martinez Canillas <javier@osg.samsung.com> - 2017-02-20 21:20 +0100 Re: [PATCH] [media] et8ek8: Export OF device ID as module aliases Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-20 22:40 +0100
csiph-web