From: Rob Herring <robh@kernel.org>
To: Caleb Connolly <caleb.connolly@linaro.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Vincent Huang <vincent.huang@tw.synaptics.com>,
methanal <baclofen@tuta.io>,
linux-input@vger.kernel.org, devicetree@vger.kernel.org,
phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
"Jason A. Donenfeld" <Jason@zx2c4.com>,
Matthias Schiffer <matthias.schiffer@ew.tq-group.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH 1/7] dt-bindings: input: syna,rmi4: document syna,pdt-fallback-desc
Date: Mon, 2 Oct 2023 14:23:45 -0500 [thread overview]
Message-ID: <20231002192345.GA2380027-robh@kernel.org> (raw)
In-Reply-To: <20230929-caleb-rmi4-quirks-v1-1-cc3c703f022d@linaro.org>
On Sat, Sep 30, 2023 at 06:08:45PM +0100, Caleb Connolly wrote:
> This new property allows devices to specify some register values which
> are missing on units with third party replacement displays. These
> displays use unofficial touch ICs which only implement a subset of the
> RMI4 specification.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
> To: "Jason A. Donenfeld" <Jason@zx2c4.com>
> To: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
> To: Rob Herring <robh+dt@kernel.org>
> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> To: Conor Dooley <conor+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> ---
> Documentation/devicetree/bindings/input/syna,rmi4.yaml | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/input/syna,rmi4.yaml b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> index 4d4e1a8e36be..bd6beb67ac21 100644
> --- a/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> +++ b/Documentation/devicetree/bindings/input/syna,rmi4.yaml
> @@ -49,6 +49,16 @@ properties:
> description:
> Delay to wait after powering on the device.
>
> + syna,pdt-fallback-desc:
> + $ref: /schemas/types.yaml#/definitions/uint8-array
> + description:
> + An array of pairs of function number and version. These are used
array of pairs is a matrix, not array. Or it is just 2 values? Needs
some size constraints.
> + on some devices with replacement displays that use unofficial touch
> + controllers. These controllers do report the properties of their PDT
PDT?
> + entries, but leave the function_number and function_version registers
> + blank. These values should match exactly the 5th and 4th bytes of each
> + PDT entry from the original display's touch controller.
> +
> vdd-supply: true
> vio-supply: true
>
>
> --
> 2.42.0
>
next prev parent reply other threads:[~2023-10-02 19:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-30 17:08 [PATCH 0/7] Input: synaptics-rmi4: add quirks for third party touchscreen controllers Caleb Connolly
2023-09-30 17:08 ` [PATCH 1/7] dt-bindings: input: syna,rmi4: document syna,pdt-fallback-desc Caleb Connolly
2023-10-02 19:23 ` Rob Herring [this message]
2023-09-30 17:08 ` [PATCH 2/7] Input: synaptics-rmi4 - handle duplicate/unknown PDT entries Caleb Connolly
2023-09-30 17:08 ` [PATCH 3/7] Input: synaptics-rmi4 - f12: use hardcoded values for aftermarket touch ICs Caleb Connolly
2023-10-28 10:40 ` Pavel Machek
2023-10-29 19:56 ` Caleb Connolly
2023-09-30 17:08 ` [PATCH 4/7] Input: synaptics-rmi4 - f55: handle zero electrode count Caleb Connolly
2023-09-30 17:08 ` [PATCH 5/7] Input: synaptics-rmi4 - don't do unaligned reads in IRQ context Caleb Connolly
2023-09-30 17:08 ` [PATCH 6/7] Input: synaptics-rmi4 - read product ID on aftermarket touch ICs Caleb Connolly
2023-09-30 17:08 ` [PATCH 7/7] Input: synaptics-rmi4 - support fallback values for PDT descriptor bytes 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=20231002192345.GA2380027-robh@kernel.org \
--to=robh@kernel.org \
--cc=Jason@zx2c4.com \
--cc=baclofen@tuta.io \
--cc=caleb.connolly@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-input@vger.kernel.org \
--cc=matthias.schiffer@ew.tq-group.com \
--cc=phone-devel@vger.kernel.org \
--cc=vincent.huang@tw.synaptics.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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 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.