Re: [RESEND][PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-29 Thread Javier Martinez Canillas
On Sat, Jun 29, 2013 at 6:53 PM, Matthias Kaehlcke wrote: > The command and status register in the driver were swapped with > respect to the order specified in the datasheet (CY8CTMA140). > Confirmed with Cypress that the order in the datasheet is correct. > > Signed-off-by: Matthias Kaehlcke >

Re: [RESEND][PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-29 Thread Javier Martinez Canillas
On Sat, Jun 29, 2013 at 6:53 PM, Matthias Kaehlcke matthias.l...@kaehlcke.net wrote: The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that the order in the datasheet is correct. Signed-off-by:

Re: [PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-10 Thread Ferruh Yigit
On 06/05/2013 12:21 PM, Javier Martinez Canillas wrote: On Tue, Jun 4, 2013 at 11:19 PM, Matthias Kaehlcke wrote: The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that the order in the datasheet

Re: [PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-10 Thread Ferruh Yigit
On 06/05/2013 12:21 PM, Javier Martinez Canillas wrote: On Tue, Jun 4, 2013 at 11:19 PM, Matthias Kaehlcke matthias.l...@kaehlcke.net wrote: The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that

Re: [PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-05 Thread Javier Martinez Canillas
On Tue, Jun 4, 2013 at 11:19 PM, Matthias Kaehlcke wrote: > The command and status register in the driver were swapped with > respect to the order specified in the datasheet (CY8CTMA140). > Confirmed with Cypress that the order in the datasheet is correct. > > Signed-off-by: Matthias Kaehlcke >

Re: [PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-05 Thread Javier Martinez Canillas
On Tue, Jun 4, 2013 at 11:19 PM, Matthias Kaehlcke matthias.l...@kaehlcke.net wrote: The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that the order in the datasheet is correct. Signed-off-by:

[PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-04 Thread Matthias Kaehlcke
The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that the order in the datasheet is correct. Signed-off-by: Matthias Kaehlcke --- drivers/input/touchscreen/cyttsp_core.h |2 +- 1 file

[PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-04 Thread Matthias Kaehlcke
The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that the order in the datasheet is correct. Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net --- drivers/input/touchscreen/cyttsp_core.h |