[<prev] [next>] [day] [month] [year] [list]
Message-ID: <0986fbac-7fba-56ea-cabb-c040ae12a795@linux.intel.com>
Date: Mon, 24 Jun 2024 19:22:10 +0300 (EEST)
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Sebastian Reichel <sre@...nel.org>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Bjorn Andersson <andersson@...nel.org>,
Hans de Goede <hdegoede@...hat.com>,
Bryan O'Donoghue <bryan.odonoghue@...aro.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>, linux-pm@...r.kernel.org,
devicetree@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
platform-driver-x86@...r.kernel.org, linux-usb@...r.kernel.org,
linux-arm-msm@...r.kernel.org, Nikita Travkin <nikita@...n.ru>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: branch between pdx86 lenovo c630 branch, power/supply and USB
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
Powered by blists - more mailing lists