* branch between pdx86 lenovo c630 branch, power/supply and USB
@ 2024-06-24 16:22 Ilpo Järvinen
0 siblings, 0 replies; only message in thread
From: Ilpo Järvinen @ 2024-06-24 16:22 UTC (permalink / raw)
To: Dmitry Baryshkov, Sebastian Reichel, Heikki Krogerus,
Greg Kroah-Hartman
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Hans de Goede, Bryan O'Donoghue, Konrad Dybcio, linux-pm,
devicetree, LKML, platform-driver-x86, linux-usb, linux-arm-msm,
Nikita Travkin, Krzysztof Kozlowski
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).
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-24 16:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 16:22 branch between pdx86 lenovo c630 branch, power/supply and USB Ilpo Järvinen
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.