linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add support for the SHIFT SHIFT6mq
@ 2022-01-23 17:37 Caleb Connolly
  2022-01-23 17:37 ` [PATCH 1/6] dt-bindings: input: touchscreen: add bindings for focaltech,fts Caleb Connolly
  2022-01-23 17:37 ` [PATCH 2/6] input: touchscreen: add focaltech FTS driver Caleb Connolly
  0 siblings, 2 replies; 4+ messages in thread
From: Caleb Connolly @ 2022-01-23 17:37 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Dmitry Torokhov, Andy Gross, Bjorn Andersson,
	Kees Cook, Anton Vorontsov, Colin Cross, Tony Luck,
	Henrik Rydberg, Harigovindan P, Caleb Connolly, dri-devel,
	devicetree, linux-kernel, linux-input, linux-arm-msm,
	Alexander Martinz

This series adds initial support for the SHIFT6mq. SHIFT are a sustainably
oriented device manufacturer who aim to build repairable devices with long
lifespans.

The SHIFT6mq is a Snapdragon 845 based device, it features a 1080p OLED panel,
8GB of RAM, 128GB of UFS storage and display port alt mode. The device also
ships with secure-boot off, potentially allowing end-users to modify usually
inaccesible parts of the device like the bootloader. They've been keen to see
their devices supported upstream kernels!

This brings up initial support for the device, with all core features working:

* Display / GPU / touch
* WIFI
* Modem (sms and mobile data are supported with ModemManager)

- Caleb

Alexander Martinz (1):
  arm64: dts: qcom: sdm845: add device tree for SHIFT6mq

Caleb Connolly (5):
  dt-bindings: input: touchscreen: add bindings for focaltech,fts
  input: touchscreen: add focaltech FTS driver
  dt-bindings: display: visionox-rm69299: document new compatible string
  drm/panel: visionox-rm69299: support the variant found in the SHIFT6mq
  dt-bindings: vendor-prefixes: add vendor prefix for SHIFT

 .../display/panel/visionox,rm69299.yaml       |   4 +-
 .../input/touchscreen/focaltech,fts.yaml      |  78 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../boot/dts/qcom/sdm845-shift-axolotl.dts    | 736 +++++++++++++++
 .../gpu/drm/panel/panel-visionox-rm69299.c    | 281 ++++--
 drivers/input/touchscreen/Kconfig             |   9 +
 drivers/input/touchscreen/Makefile            |   1 +
 drivers/input/touchscreen/focaltech_fts.c     | 870 ++++++++++++++++++
 9 files changed, 1921 insertions(+), 61 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/focaltech,fts.yaml
 create mode 100644 arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
 create mode 100644 drivers/input/touchscreen/focaltech_fts.c

--
2.34.1



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

end of thread, other threads:[~2022-01-24 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-23 17:37 [PATCH 0/6] Add support for the SHIFT SHIFT6mq Caleb Connolly
2022-01-23 17:37 ` [PATCH 1/6] dt-bindings: input: touchscreen: add bindings for focaltech,fts Caleb Connolly
2022-01-24 16:01   ` Rob Herring
2022-01-23 17:37 ` [PATCH 2/6] input: touchscreen: add focaltech FTS driver Caleb Connolly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).