From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Dave Carey <carvsdriver@gmail.com>
Cc: platform-driver-x86@vger.kernel.org, W_Armin@gmx.de,
johannes.goede@oss.qualcomm.com,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v12 0/2] Lenovo Yoga Book 9 keyboard dock detection
Date: Thu, 9 Jul 2026 13:33:16 +0300 (EEST) [thread overview]
Message-ID: <67a391a0-4bfa-f2f5-10eb-0a7f57e7ebea@linux.intel.com> (raw)
In-Reply-To: <20260708150909.23404-1-carvsdriver@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2335 bytes --]
On Wed, 8 Jul 2026, Dave Carey wrote:
> Changes in v12 (addressing Ilpo Järvinen's v11 review of patch 2/2):
>
> - Add #include <linux/sysfs.h> (for sysfs_emit)
> - Add #include <linux/types.h> (for __le32 and __packed)
>
> Changes in v11 (addressing Armin Wolf's v10 review of patch 2/2):
>
> - ABI doc: correct Date to "June 2027" and KernelVersion to "7.3";
> these fields should reflect when the ABI lands in the kernel, not
> the submission date.
>
> Patch 1/2 (lenovo-ymc) is unchanged from v10.
>
> Changes in v10 (addressing Armin Wolf's v9 review of patch 2/2):
>
> - Update ABI doc: Date: June 2026, KernelVersion: 6.16
> - Add #include <linux/compiler_attributes.h> and <linux/types.h>
> - yb9_kbdock_query(): change return to pointer-out u32 *bkbd to avoid
> a 0xFFFFFFFF status value being misread as -EPERM
> - struct yb9_kbdock_data: add spinlock_t lock
> - yb9_kbdock_report(): hold lock across input_report_switch + input_sync
> - yb9_kbdock_sync(): return int, propagate query error to callers
> - yb9_kbdock_resume(), yb9_kbdock_block_probe(): propagate sync error
> - struct wmi_buffer out: remove zero-initializer (not needed)
> - yb9_kbdock_notify_new(): drop manual length check; use
> .min_event_size = sizeof(__le32) in struct wmi_driver instead
>
> Patch 1/2 (lenovo-ymc) is unchanged from v9.
>
> Dave Carey (2):
> platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10
> platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver
>
> Documentation/ABI/testing/sysfs-driver-lenovo-yb9-kbdock | 19 ++
> MAINTAINERS | 7 +
> drivers/platform/x86/lenovo/Kconfig | 14 +
> drivers/platform/x86/lenovo/Makefile | 1 +
> drivers/platform/x86/lenovo/yb9-kbdock.c | 322 ++++++++++++
> drivers/platform/x86/lenovo/ymc.c | 19 ++
> 6 files changed, 382 insertions(+)
Please resend this series into a separate thread (you can reuse the
version number as long as there are no other changes).
In future, always send new versions of a series into own thread so that
our tools can better distinguish which patches belong to which version.
--
i.
next prev parent reply other threads:[~2026-07-09 10:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260623125914.833063-1-carvsdriver@gmail.com>
2026-07-08 15:09 ` [PATCH v12 0/2] Lenovo Yoga Book 9 keyboard dock detection Dave Carey
2026-07-08 15:09 ` [PATCH v12 1/2] platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10 Dave Carey
2026-07-08 15:09 ` [PATCH v12 2/2] platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver Dave Carey
2026-07-09 10:33 ` Ilpo Järvinen [this message]
[not found] ` <CALPvRORKneYRyQXLQtqBTWWqRYkV5uP8e8cqpSQXYdLTb=BN9w@mail.gmail.com>
2026-07-09 13:34 ` [PATCH v12 0/2] Lenovo Yoga Book 9 keyboard dock detection Ilpo Järvinen
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=67a391a0-4bfa-f2f5-10eb-0a7f57e7ebea@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=W_Armin@gmx.de \
--cc=carvsdriver@gmail.com \
--cc=johannes.goede@oss.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.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