Re: [PATCH] hid: fix bug destroying hidraw device files after parent

2014-03-16 Thread Fernando Luis Vázquez Cao
Hi Jiri, On 02/26/2014 07:02 PM, Jiri Kosina wrote: [...] Applied, thanks. I have slightly modified the patch title to make sure that it's obvious that what it fixes is actually a WARN_ON() splat. Thank you. Any chance we can get this to Linus before 3.14 comes out? According to Linus, rc7 m

Re: [PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR

2014-03-16 Thread Jonathan Cameron
On March 16, 2014 7:16:39 PM GMT+00:00, Alexandre Belloni wrote: >On 16/03/2014 at 18:16:54 +, Jonathan Cameron wrote : >> On 05/03/14 17:35, Alexandre Belloni wrote: >> >Old ADCs, as present on the sam9rl and the sam9g45 don't have a TSMR >register >> >and the touchscreen support should be

Re: [PATCH 05/15] ARM: at91: sam9m10g45ek: Add touchscreen support through at91_adc

2014-03-16 Thread Alexandre Belloni
On 16/03/2014 at 18:18:41 +, Jonathan Cameron wrote : > On 05/03/14 17:35, Alexandre Belloni wrote: > >at91_adc now supports reading a touchscreen for ADCs without a TSMR register. > >Enable touchscreen support through at91_adc. This allows to use both a > >touchscreen and the remaining ADC cha

Re: [PATCH 00/15] iio: adc: at91 cleanups and atmel_tsadcc removal

2014-03-16 Thread Alexandre Belloni
Hi, On 16/03/2014 at 18:30:07 +, Jonathan Cameron wrote : > On 05/03/14 17:35, Alexandre Belloni wrote: > >This patch set is a followup of my previous series: iio: adc: at91 fixes > > > >I'm sorry it is so long, I made sure this is bissectable. > It's a nice series, don't apologise for doing t

Re: [PATCH 14/15] Input: atmel_tsadcc: remove driver

2014-03-16 Thread Dmitry Torokhov
On Sunday, March 16, 2014 06:26:43 PM Jonathan Cameron wrote: > On 05/03/14 18:46, Dmitry Torokhov wrote: > > On Wed, Mar 05, 2014 at 06:35:39PM +0100, Alexandre Belloni wrote: > >> The atmel_tsadcc driver is not used anymore, it has been replaced by > >> at91_adc so remove it. > >> > >> Signed-of

Re: [PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR

2014-03-16 Thread Alexandre Belloni
On 16/03/2014 at 18:16:54 +, Jonathan Cameron wrote : > On 05/03/14 17:35, Alexandre Belloni wrote: > >Old ADCs, as present on the sam9rl and the sam9g45 don't have a TSMR register > >and the touchscreen support should be handled differently. > > > >Signed-off-by: Alexandre Belloni > One comme

Re: [PATCH 00/15] iio: adc: at91 cleanups and atmel_tsadcc removal

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: This patch set is a followup of my previous series: iio: adc: at91 fixes I'm sorry it is so long, I made sure this is bissectable. It's a nice series, don't apologise for doing things right! Clearly there are a few outstanding snippets from the revie

Re: [PATCH 14/15] Input: atmel_tsadcc: remove driver

2014-03-16 Thread Jonathan Cameron
On 05/03/14 18:46, Dmitry Torokhov wrote: On Wed, Mar 05, 2014 at 06:35:39PM +0100, Alexandre Belloni wrote: The atmel_tsadcc driver is not used anymore, it has been replaced by at91_adc so remove it. Signed-off-by: Alexandre Belloni Acked-by: Dmitry Torokhov All the rest of this series lo

Re: [PATCH 05/15] ARM: at91: sam9m10g45ek: Add touchscreen support through at91_adc

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: at91_adc now supports reading a touchscreen for ADCs without a TSMR register. Enable touchscreen support through at91_adc. This allows to use both a touchscreen and the remaining ADC channel at the same time. Also, lower the clock for the ADC as it all

Re: [PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: Old ADCs, as present on the sam9rl and the sam9g45 don't have a TSMR register and the touchscreen support should be handled differently. Signed-off-by: Alexandre Belloni One comment inline about handling of devices where the platform data doesn't inc

Re: [PATCH 03/15] iio: adc: at91: cleanup platform_data

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: num_channels and registers are not used anymore since they are defined inside the driver and assigned by matching the id_table. Also, struct at91_adc_reg_desc is now only used inside the driver. Signed-off-by: Alexandre Belloni Acked-by: Jonathan Ca

Re: [PATCH 02/15] ARM: at91: sam9260: remove unused platform_data

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: num_channels and registers are not used anymore since they are defined inside the at91_adc driver and assigned by matching the id_table. Also, remove the mach/at91_adc.h include that is not necessary anymore. Signed-off-by: Alexandre Belloni Acked-b

Re: [PATCH 01/15] ARM: at91: sam9g45: remove unused platform_data

2014-03-16 Thread Jonathan Cameron
On 05/03/14 17:35, Alexandre Belloni wrote: num_channels and registers are not used anymore since they are defined inside the at91_adc driver and assigned by matching the id_table. Also, remove the mach/at91_adc.h include that is not necessary anymore. Signed-off-by: Alexandre Belloni Acked-b