All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Merge redmi-wmi into bitland-mifs-wmi
@ 2026-07-09 12:23 Mingyou Chen
  2026-07-09 12:23 ` [PATCH v1 1/4] platform/x86: redmi-wmi: Drop redmi-wmi driver Mingyou Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Mingyou Chen @ 2026-07-09 12:23 UTC (permalink / raw)
  To: qby140326
  Cc: W_Armin, foxido, hansg, ilpo.jarvinen, linux-kernel, nika,
	platform-driver-x86

This patch series consolidates the standalone 'redmi-wmi' driver into the
'bitland-mifs-wmi' driver to eliminate code duplication and centralize
the maintenance of overlapping ACPI WMI event streams.

Bitland is the ODM manufacturer for various Xiaomi Redmibook models. Both
platforms share the exact same keyboard event stream WMI GUID
(46C93E13-EE9B-4262-8488-563BCA757FEF). While redmi-wmi previously parsed
the 4-byte payload as a bulk u32 scancode, bitland-mifs-wmi deconstructed
it into discrete type/id/value fields.

To safely merge them without sacrificing the high-level platform profile
and hwmon infrastructure of the Bitland driver or breaking the fine-grained
AI button toggles from the Redmi driver, the unified driver transitions
its sparse-keymap matching to a 32-bit little-endian scancode layout.

Additionally, this series cleans up the redundant Kconfig/Makefile hooks,
updates the MAINTAINERS entry accordingly, and introduces a newly reported
mic-mute hotkey definition for Redmibooks.

Testing status:
- Fully regression-tested on native Bitland hardware.
- Redmi-specific logic blocks and mic-mute quirks are compile-tested only.
  Feedback from Redmibook hardware owners is highly appreciated.

Mingyou Chen (4):
  platform/x86: redmi-wmi: Drop redmi-wmi driver
  platform/x86: bitland-mifs-wmi: Merge the function of redmi-wmi into
    the bitland driver
  MAINTAINERS: Add maintainer entry of bitland-mifs-wmi driver
  platform/x86: bitland-mifs-wmi: Add Redmi mic-mute key entries

 MAINTAINERS                             |   5 +-
 drivers/platform/x86/Kconfig            |  12 --
 drivers/platform/x86/Makefile           |   1 -
 drivers/platform/x86/bitland-mifs-wmi.c | 207 +++++++++++++++---------
 drivers/platform/x86/redmi-wmi.c        | 154 ------------------
 5 files changed, 134 insertions(+), 245 deletions(-)
 delete mode 100644 drivers/platform/x86/redmi-wmi.c


base-commit: 0e35b9b6ec0ffcc5e23cbdec09f5c622ad532b53
-- 
2.55.0


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

end of thread, other threads:[~2026-07-10 10:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 12:23 [PATCH v1 0/4] Merge redmi-wmi into bitland-mifs-wmi Mingyou Chen
2026-07-09 12:23 ` [PATCH v1 1/4] platform/x86: redmi-wmi: Drop redmi-wmi driver Mingyou Chen
2026-07-10 10:24   ` Ilpo Järvinen
2026-07-09 12:23 ` [PATCH v1 2/4] platform/x86: bitland-mifs-wmi: Merge the function of redmi-wmi into the bitland driver Mingyou Chen
2026-07-09 16:07   ` Nika Krasnova
2026-07-10  3:41     ` Mingyou Chen
2026-07-09 16:21   ` Nika Krasnova
2026-07-10 10:20   ` Ilpo Järvinen
2026-07-09 12:23 ` [PATCH v1 3/4] MAINTAINERS: Add maintainer entry of bitland-mifs-wmi driver Mingyou Chen
2026-07-10 10:25   ` Ilpo Järvinen
2026-07-09 12:23 ` [PATCH v1 4/4] platform/x86: bitland-mifs-wmi: Add Redmi mic-mute key entries Mingyou Chen

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.