From: Krzysztof Kozlowski <krzk@kernel.org>
To: Jingyuan Liang <jingyliang@chromium.org>
Cc: Jiri Kosina <jikos@kernel.org>,
Benjamin Tissoires <bentiss@kernel.org>,
Jonathan Corbet <corbet@lwn.net>,
Mark Brown <broonie@kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
Masami Hiramatsu <mhiramat@kernel.org>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-input@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
linux-trace-kernel@vger.kernel.org, devicetree@vger.kernel.org,
hbarnor@chromium.org, tfiga@chromium.org,
Jarrett Schultz <jaschultz@microsoft.com>,
Dmitry Antipov <dmanti@microsoft.com>,
Angela Czubak <acz@semihalf.com>
Subject: Re: [PATCH v2 00/11] Add spi-hid transport driver
Date: Wed, 25 Mar 2026 09:49:26 +0100 [thread overview]
Message-ID: <20260325-naughty-hungry-wapiti-658e83@quoll> (raw)
In-Reply-To: <20260324-send-upstream-v2-0-521ce8afff86@chromium.org>
On Tue, Mar 24, 2026 at 06:39:33AM +0000, Jingyuan Liang wrote:
> This series picks up the spi-hid driver work originally started by
> Microsoft. The patch breakdown has been modified and the implementation
> has been refactored to address upstream feedback and testing issues. We
> are submitting this as a new series while keeping the original sign-off
> chain to reflect the history.
>
> Same as the original series, there is a change to HID documentation, some
> HID core changes to support a SPI device, the SPI HID transport driver,
> and HID over SPI Device Tree binding. We have added the HID over SPI ACPI
> support, power management, panel follower, and quirks for Ilitek touch
> controllers.
>
> Original authors: Jarrett Schultz <jaschultz@microsoft.com>,
> Dmitry Antipov <dmanti@microsoft.com>
> Link: https://lore.kernel.org/r/86b63b7b-afda-d7f4-7bfa-175085d5a8ef@gmail.com
>
> Signed-off-by: Jingyuan Liang <jingyliang@chromium.org>
> ---
> Changes in v2:
> - Fix style problems and remove unnecessary fields from the DT binding file
Style and removal? So other comments were skipped?
Please write detailed changelogs, otherwise it feels you just ignore
parts of the feedback.
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-03-25 8:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 6:39 [PATCH v2 00/11] Add spi-hid transport driver Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 01/11] Documentation: Correction in HID output_report callback description Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 02/11] HID: Add BUS_SPI support and define HID_SPI_DEVICE macro Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 03/11] HID: spi-hid: add transport driver skeleton for HID over SPI bus Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 04/11] HID: spi-hid: add spi-hid driver HID layer Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 05/11] HID: spi-hid: add HID SPI protocol implementation Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 06/11] HID: spi_hid: add spi_hid traces Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 07/11] HID: spi_hid: add ACPI support for SPI over HID Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 08/11] HID: spi_hid: add device tree " Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 09/11] dt-bindings: input: Document hid-over-spi DT schema Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 10/11] HID: spi-hid: add power management implementation Jingyuan Liang
2026-03-24 6:39 ` [PATCH v2 11/11] HID: spi-hid: add panel follower support Jingyuan Liang
2026-03-25 8:49 ` Krzysztof Kozlowski [this message]
2026-04-02 1:54 ` [PATCH v2 00/11] Add spi-hid transport driver Jingyuan Liang
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=20260325-naughty-hungry-wapiti-658e83@quoll \
--to=krzk@kernel.org \
--cc=acz@semihalf.com \
--cc=bentiss@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=dmanti@microsoft.com \
--cc=dmitry.torokhov@gmail.com \
--cc=hbarnor@chromium.org \
--cc=jaschultz@microsoft.com \
--cc=jikos@kernel.org \
--cc=jingyliang@chromium.org \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=robh@kernel.org \
--cc=rostedt@goodmis.org \
--cc=tfiga@chromium.org \
/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