From: Caleb Connolly <caleb@connolly.tech>
To: Thierry Reding <thierry.reding@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>, David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel@ffwll.ch>, Rob Herring <robh+dt@kernel.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Kees Cook <keescook@chromium.org>,
Anton Vorontsov <anton@enomsg.org>,
Colin Cross <ccross@android.com>, Tony Luck <tony.luck@intel.com>,
Henrik Rydberg <rydberg@bitmath.org>,
Harigovindan P <harigovi@codeaurora.org>,
Caleb Connolly <caleb@connolly.tech>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
linux-arm-msm@vger.kernel.org,
Alexander Martinz <amartinz@shiftphones.com>
Subject: [PATCH 0/6] Add support for the SHIFT SHIFT6mq
Date: Sun, 23 Jan 2022 17:37:20 +0000 [thread overview]
Message-ID: <20220123173650.290349-1-caleb@connolly.tech> (raw)
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
next reply other threads:[~2022-01-23 17:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-23 17:37 Caleb Connolly [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220123173650.290349-1-caleb@connolly.tech \
--to=caleb@connolly.tech \
--cc=agross@kernel.org \
--cc=airlied@linux.ie \
--cc=amartinz@shiftphones.com \
--cc=anton@enomsg.org \
--cc=bjorn.andersson@linaro.org \
--cc=ccross@android.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=harigovi@codeaurora.org \
--cc=keescook@chromium.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=rydberg@bitmath.org \
--cc=sam@ravnborg.org \
--cc=thierry.reding@gmail.com \
--cc=tony.luck@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).