[v2,0/2] Input: atmel_mxt_ts - support capacitive keys

Message ID 20230407-atmel_keys-v2-0-92446a4343cb@apitzsch.eu
Headers
Series Input: atmel_mxt_ts - support capacitive keys |

Message

André Apitzsch April 7, 2023, 12:44 p.m. UTC
  Add support for touch keys found in some Atmel touch controller
configurations.

Signed-off-by: André Apitzsch <git@apitzsch.eu>
---
Changes in v2:
  * Added A-b, R-b tags

---
André Apitzsch (2):
      dt-bindings: input: atmel,maxtouch: add linux,keycodes
      Input: atmel_mxt_ts - support capacitive keys

 .../devicetree/bindings/input/atmel,maxtouch.yaml  |  7 ++
 drivers/input/touchscreen/atmel_mxt_ts.c           | 85 ++++++++++++++++++++++
 2 files changed, 92 insertions(+)
---
base-commit: f2afccfefe7be1f7346564fe619277110d341f9b
change-id: 20230407-atmel_keys-7a49c6b677b2

Best regards,
  

Comments

Dmitry Torokhov May 2, 2023, 3:23 a.m. UTC | #1
On Fri, Apr 07, 2023 at 02:44:23PM +0200, André Apitzsch wrote:
> Add support for touch keys found in some Atmel touch controller
> configurations.
> 
> Signed-off-by: André Apitzsch <git@apitzsch.eu>
> ---
> Changes in v2:
>   * Added A-b, R-b tags

Applied the lot, thank you.

> 
> ---
> André Apitzsch (2):
>       dt-bindings: input: atmel,maxtouch: add linux,keycodes
>       Input: atmel_mxt_ts - support capacitive keys
> 
>  .../devicetree/bindings/input/atmel,maxtouch.yaml  |  7 ++
>  drivers/input/touchscreen/atmel_mxt_ts.c           | 85 ++++++++++++++++++++++
>  2 files changed, 92 insertions(+)
> ---
> base-commit: f2afccfefe7be1f7346564fe619277110d341f9b
> change-id: 20230407-atmel_keys-7a49c6b677b2
> 
> Best regards,
> -- 
> André Apitzsch <git@apitzsch.eu>
>