mbox series

[RESEND,0/3] input: touchscreen: am335x: fix and improvements

Message ID 20211212125358.14416-1-dariobin@libero.it (mailing list archive)
Headers show
Series input: touchscreen: am335x: fix and improvements | expand

Message

Dario Binacchi Dec. 12, 2021, 12:53 p.m. UTC
This series grew out of a touchscreen validation activity on a custom
board. Oscilloscope measurements and driver source analysis led to these
patches.


Dario Binacchi (3):
  input: ti_am335x_tsc: set ADCREFM for X configuration
  input: ti_am335x_tsc: fix STEPCONFIG setup for Z2
  input: ti_am335x_tsc: lower the X and Y sampling time

 drivers/input/touchscreen/ti_am335x_tsc.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

Comments

Dmitry Torokhov Dec. 13, 2021, 5:18 a.m. UTC | #1
On Sun, Dec 12, 2021 at 01:53:55PM +0100, Dario Binacchi wrote:
> 
> This series grew out of a touchscreen validation activity on a custom
> board. Oscilloscope measurements and driver source analysis led to these
> patches.
> 
> 
> Dario Binacchi (3):
>   input: ti_am335x_tsc: set ADCREFM for X configuration
>   input: ti_am335x_tsc: fix STEPCONFIG setup for Z2
>   input: ti_am335x_tsc: lower the X and Y sampling time
> 
>  drivers/input/touchscreen/ti_am335x_tsc.c | 18 +++++++++++++-----
>  1 file changed, 13 insertions(+), 5 deletions(-)

Applied the lot, thank you.