[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e999261e-cba8-740e-430b-4a4e702fd609@linux.intel.com>
Date: Tue, 18 Jun 2024 11:35:40 +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: [GIT PULL] Immutable branch between pdx86 lenovo c630 branch,
power/supply and USB
Hi,
Here is the IB containing the platform patches (1-2) the other patches in
the Lenovo C630 series depend on (Dmitry was going to do a minor update on
the remaining patches before they are ready to be merged).
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
for you to fetch changes up to 5e5f2f92cccc29f356422d3cbc104f7f42430f22:
platform: arm64: add Lenovo Yoga C630 WOS EC driver (2024-06-14 12:51:30 +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:
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 (1):
platform: arm64: add Lenovo Yoga C630 WOS EC driver
.../bindings/platform/lenovo,yoga-c630-ec.yaml | 83 ++++++
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 ++++
5 files changed, 433 insertions(+)
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