Re: [PATCH v6 7/8] drivers:input:ads7846(+tsc2046): fix spi module table

2016-11-23 Thread Javier Martinez Canillas
Hello Dmitry, On 11/19/2016 03:18 PM, Dmitry Torokhov wrote: > On Thu, Oct 27, 2016 at 10:44:20AM +0200, H. Nikolaus Schaller wrote: >> Fix module table so that the driver is loaded if compiled >> as module and requested by DT. > > We really need to fix it between spi/i23c core and module utils i

Re: [PATCH v6 7/8] drivers:input:ads7846(+tsc2046): fix spi module table

2016-11-19 Thread Dmitry Torokhov
On Thu, Oct 27, 2016 at 10:44:20AM +0200, H. Nikolaus Schaller wrote: > Fix module table so that the driver is loaded if compiled > as module and requested by DT. We really need to fix it between spi/i23c core and module utils instead of keeping adding duplicate IDs all over drivers. We already ha