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

2016-10-17 Thread H. Nikolaus Schaller
> Am 17.10.2016 um 17:54 schrieb Andrew F. Davis : > > On 10/17/2016 08:57 AM, H. Nikolaus Schaller wrote: >> Fix module table so that the driver is loaded if compiled >> as module and requested by DT. >> >> Signed-off-by: H. Nikolaus Schaller >> --- >>

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

2016-10-17 Thread H. Nikolaus Schaller
> Am 17.10.2016 um 17:54 schrieb Andrew F. Davis : > > On 10/17/2016 08:57 AM, H. Nikolaus Schaller wrote: >> Fix module table so that the driver is loaded if compiled >> as module and requested by DT. >> >> Signed-off-by: H. Nikolaus Schaller >> --- >> drivers/input/touchscreen/ads7846.c | 11

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

2016-10-17 Thread Andrew F. Davis
On 10/17/2016 08:57 AM, H. Nikolaus Schaller wrote: > Fix module table so that the driver is loaded if compiled > as module and requested by DT. > > Signed-off-by: H. Nikolaus Schaller > --- > drivers/input/touchscreen/ads7846.c | 11 +++ > 1 file changed, 11

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

2016-10-17 Thread Andrew F. Davis
On 10/17/2016 08:57 AM, H. Nikolaus Schaller wrote: > Fix module table so that the driver is loaded if compiled > as module and requested by DT. > > Signed-off-by: H. Nikolaus Schaller > --- > drivers/input/touchscreen/ads7846.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff

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

2016-10-17 Thread H. Nikolaus Schaller
Fix module table so that the driver is loaded if compiled as module and requested by DT. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/ads7846.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/input/touchscreen/ads7846.c

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

2016-10-17 Thread H. Nikolaus Schaller
Fix module table so that the driver is loaded if compiled as module and requested by DT. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/ads7846.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/input/touchscreen/ads7846.c