mbox series

[RESEND,v3,0/3] Input: Add ektf2232 support

Message ID 20240621224022.1620897-1-andreas@kemnade.info (mailing list archive)
Headers show
Series Input: Add ektf2232 support | expand

Message

Andreas Kemnade June 21, 2024, 10:40 p.m. UTC
Add support for the EKTF2232 to the ektf2127 driver which
contains support for similar chips.

Add the needed compatible to bindings and convert them.

Changes in v3:
- use dev_err_probe
- use i2c_get_match_data

Changes in v2:
- separate patch for adding compatible
- use match data for selecting status shift

Andreas Kemnade (3):
  dt-bindings: touchscreen: convert elan,ektf2127 to json-schema
  dt-bindings: touchscreen: elan,ektf2127: Add EKTF2232
  Input: ektf2127 - add ektf2232 support

 .../bindings/input/touchscreen/ektf2127.txt   | 25 --------
 .../input/touchscreen/elan,ektf2127.yaml      | 58 +++++++++++++++++++
 drivers/input/touchscreen/ektf2127.c          | 36 ++++++++++--
 3 files changed, 88 insertions(+), 31 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/elan,ektf2127.yaml

Comments

Dmitry Torokhov June 22, 2024, 8 a.m. UTC | #1
On Sat, Jun 22, 2024 at 12:40:19AM +0200, Andreas Kemnade wrote:
> Add support for the EKTF2232 to the ektf2127 driver which
> contains support for similar chips.
> 
> Add the needed compatible to bindings and convert them.
> 
> Changes in v3:
> - use dev_err_probe
> - use i2c_get_match_data
> 
> Changes in v2:
> - separate patch for adding compatible
> - use match data for selecting status shift
> 
> Andreas Kemnade (3):
>   dt-bindings: touchscreen: convert elan,ektf2127 to json-schema
>   dt-bindings: touchscreen: elan,ektf2127: Add EKTF2232
>   Input: ektf2127 - add ektf2232 support

Applied the lot, thank you.