All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add touch-keys support to the Zinitix touch driver
@ 2022-01-06  7:28 Nikita Travkin
  2022-01-06  7:28 ` [PATCH v3 1/6] input: zinitix: Make sure the IRQ is allocated before it gets enabled Nikita Travkin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Nikita Travkin @ 2022-01-06  7:28 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: robh+dt, Michael.Srba, linus.walleij, broonie, luca, linux-input,
	devicetree, phone-devel, linux-kernel, ~postmarketos/upstreaming,
	Nikita Travkin

This series adds support for the touch-keys that can be present on some
touchscreen configurations, adds the compatible for bt532 and fixes a
small race condition bug in the driver probe function.

I also pick up the series that converts the dt bindings to yaml
initially submitted by Linus Walleij in [1].
I made some minor changes to those patches:
 - Fixed dt_schema_check error
 - Adressed the review comments from Dmitry on the original series

[1] https://lore.kernel.org/linux-input/20210625113435.2539282-1-linus.walleij@linaro.org/

Changes in v2:
- Use input.yaml in the dt binding for the touchkey
- Add missing le16_to_cpu()
Changes in v3:
- Add yet another missing le16_to_cpu()

Linus Walleij (2):
  dt-bindings: input/ts/zinitix: Convert to YAML, fix and extend
  Input: zinitix - Handle proper supply names

Nikita Travkin (4):
  input: zinitix: Make sure the IRQ is allocated before it gets enabled
  input: zinitix: Add compatible for bt532
  dt-bindings: input: zinitix: Document touch-keys support
  input: zinitix: Add touchkey support

 .../input/touchscreen/zinitix,bt400.yaml      | 125 ++++++++++++++++++
 .../bindings/input/touchscreen/zinitix.txt    |  40 ------
 drivers/input/touchscreen/zinitix.c           | 101 +++++++++++---
 3 files changed, 209 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/zinitix,bt400.yaml
 delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/zinitix.txt

-- 
2.30.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-12  1:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  7:28 [PATCH v3 0/6] Add touch-keys support to the Zinitix touch driver Nikita Travkin
2022-01-06  7:28 ` [PATCH v3 1/6] input: zinitix: Make sure the IRQ is allocated before it gets enabled Nikita Travkin
2022-01-06  7:28 ` [PATCH v3 2/6] dt-bindings: input/ts/zinitix: Convert to YAML, fix and extend Nikita Travkin
2022-01-06  7:28 ` [PATCH v3 3/6] Input: zinitix - Handle proper supply names Nikita Travkin
2022-01-06  7:28 ` [PATCH v3 4/6] input: zinitix: Add compatible for bt532 Nikita Travkin
2022-01-06  7:28 ` [PATCH v3 5/6] dt-bindings: input: zinitix: Document touch-keys support Nikita Travkin
2022-01-12  1:46   ` Rob Herring
2022-01-06  7:28 ` [PATCH v3 6/6] input: zinitix: Add touchkey support Nikita Travkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.