[GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB
From: Ilpo Järvinen
Date: Mon Jun 24 2024 - 12:26:20 EST
Hi,
This is v2 of the lenovo c630 IB branch with the build fix for non-ARM64
platforms (built on top of the commits in the previous IB PR). Resent with
full Subject line.
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-ib-lenovo-c630-v6.11-2
for you to fetch changes up to 13bbe1c83bc401c2538c758228d27b4042b08341:
platform/arm64: build drivers even on non-ARM64 platforms (2024-06-24 18:22:15 +0300)
----------------------------------------------------------------
Immutable branch between pdx86 lenovo c630 branch, power/supply and USB
subsystems due for the v6.11 merge window.
platform-drivers-x86-ib-lenovo-c630-v6.11-2:
v6.10-rc1 + platform-drivers-x86-lenovo-c630
for merging into the power/supply and USB subsystems for v6.11.
----------------------------------------------------------------
Bjorn Andersson (1):
dt-bindings: platform: Add Lenovo Yoga C630 EC
Dmitry Baryshkov (2):
platform: arm64: add Lenovo Yoga C630 WOS EC driver
platform/arm64: build drivers even on non-ARM64 platforms
.../bindings/platform/lenovo,yoga-c630-ec.yaml | 83 ++++++
drivers/platform/Makefile | 2 +-
drivers/platform/arm64/Kconfig | 14 +
drivers/platform/arm64/Makefile | 1 +
drivers/platform/arm64/lenovo-yoga-c630.c | 291 +++++++++++++++++++++
include/linux/platform_data/lenovo-yoga-c630.h | 44 ++++
6 files changed, 434 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/platform/lenovo,yoga-c630-ec.yaml
create mode 100644 drivers/platform/arm64/lenovo-yoga-c630.c
create mode 100644 include/linux/platform_data/lenovo-yoga-c630.h