Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586861
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/3] Input: synaptics_i2c - Add OF device ID table |
| Date | 2017-02-23 13:50 +0100 |
| Message-ID | <te10m-1jJ-15@gated-at.bofh.it> (permalink) |
| References | <tdncC-6eZ-15@gated-at.bofh.it> <tdncC-6eZ-13@gated-at.bofh.it> <tdXg7-7i8-47@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello Dmitry, On 02/23/2017 05:31 AM, Dmitry Torokhov wrote: > On Tue, Feb 21, 2017 at 03:12:53PM -0300, Javier Martinez Canillas wrote: >> The driver doesn't have a struct of_device_id table but supported devices >> are registered via Device Trees. This is working on the assumption that a >> I2C device registered via OF will always match a legacy I2C device ID and >> that the MODALIAS reported will always be of the form i2c:<device>. >> >> But this could change in the future so the correct approach is to have an >> OF device ID table if the devices are registered via OF. > > This driver is for touchpad controller on a specific device, and as far > as I understand, for a specific firmware. I am not sure if it will ever > be reused. > > Igor, maybe we need to drop it altogether? > It's used in a mainline DTS (arch/arm/boot/dts/imx23-sansa.dts), that's why I included in the set. >> >> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> >> --- >> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/3] Input: synaptics_i2c - Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-02-21 19:20 +0100
Re: [PATCH 2/3] Input: synaptics_i2c - Add OF device ID table Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-02-23 09:50 +0100
Re: [PATCH 2/3] Input: synaptics_i2c - Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-02-23 13:50 +0100
csiph-web