mbox series

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

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

Message

Dario Binacchi Nov. 7, 2021, 11:22 a.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.

Added Rob Herring 'Acked-by' tag to commit "dt-bindings: input:
ti-tsc-adc: fix tsc node example".



Dario Binacchi (6):
  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
  dt-bindings: input: ti-tsc-adc: fix tsc node example
  mfd: ti_am335x_tscadc: fix reading a tsc property from DT
  mfd: ti_am335x_tscadc: drop the CNTRLREG_8WIRE macro

 .../bindings/input/touchscreen/ti-tsc-adc.txt  |  2 +-
 drivers/input/touchscreen/ti_am335x_tsc.c      | 18 +++++++++++++-----
 drivers/mfd/ti_am335x_tscadc.c                 |  7 ++++++-
 include/linux/mfd/ti_am335x_tscadc.h           |  1 -
 4 files changed, 20 insertions(+), 8 deletions(-)

Comments

Lee Jones Nov. 24, 2021, 3:53 p.m. UTC | #1
On Sun, 07 Nov 2021, 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.
> 
> Added Rob Herring 'Acked-by' tag to commit "dt-bindings: input:
> ti-tsc-adc: fix tsc node example".
> 
> 
> 
> Dario Binacchi (6):
>   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
>   dt-bindings: input: ti-tsc-adc: fix tsc node example
>   mfd: ti_am335x_tscadc: fix reading a tsc property from DT
>   mfd: ti_am335x_tscadc: drop the CNTRLREG_8WIRE macro
> 
>  .../bindings/input/touchscreen/ti-tsc-adc.txt  |  2 +-
>  drivers/input/touchscreen/ti_am335x_tsc.c      | 18 +++++++++++++-----
>  drivers/mfd/ti_am335x_tscadc.c                 |  7 ++++++-
>  include/linux/mfd/ti_am335x_tscadc.h           |  1 -
>  4 files changed, 20 insertions(+), 8 deletions(-)

You're going to need to rebase this set onto v5.16-rc1.