* [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB
@ 2024-06-24 16:24 Ilpo Järvinen
2024-06-24 16:28 ` Greg Kroah-Hartman
0 siblings, 1 reply; 4+ messages in thread
From: Ilpo Järvinen @ 2024-06-24 16:24 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). 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB
2024-06-24 16:24 [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB Ilpo Järvinen
@ 2024-06-24 16:28 ` Greg Kroah-Hartman
2024-06-24 16:44 ` Ilpo Järvinen
0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2024-06-24 16:28 UTC (permalink / raw)
To: Ilpo Järvinen
Cc: Dmitry Baryshkov, Sebastian Reichel, Heikki Krogerus, 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
On Mon, Jun 24, 2024 at 07:24:55PM +0300, Ilpo Järvinen wrote:
> 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)
So was the first one rewritten? Or is this just the second patch on
top of the previous one?
confused,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB
2024-06-24 16:28 ` Greg Kroah-Hartman
@ 2024-06-24 16:44 ` Ilpo Järvinen
2024-06-27 14:22 ` Greg Kroah-Hartman
0 siblings, 1 reply; 4+ messages in thread
From: Ilpo Järvinen @ 2024-06-24 16:44 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Dmitry Baryshkov, Sebastian Reichel, Heikki Krogerus, 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
[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]
On Mon, 24 Jun 2024, Greg Kroah-Hartman wrote:
> On Mon, Jun 24, 2024 at 07:24:55PM +0300, Ilpo Järvinen wrote:
> > 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)
>
> So was the first one rewritten? Or is this just the second patch on
> top of the previous one?
Nothing was rewritten, just one patch added on top of the previous PR. The
previous PR had only 2 of these 3 commits:
> > 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
--
i.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB
2024-06-24 16:44 ` Ilpo Järvinen
@ 2024-06-27 14:22 ` Greg Kroah-Hartman
0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2024-06-27 14:22 UTC (permalink / raw)
To: Ilpo Järvinen
Cc: Dmitry Baryshkov, Sebastian Reichel, Heikki Krogerus, 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
On Mon, Jun 24, 2024 at 07:44:26PM +0300, Ilpo Järvinen wrote:
> On Mon, 24 Jun 2024, Greg Kroah-Hartman wrote:
>
> > On Mon, Jun 24, 2024 at 07:24:55PM +0300, Ilpo Järvinen wrote:
> > > 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)
> >
> > So was the first one rewritten? Or is this just the second patch on
> > top of the previous one?
>
> Nothing was rewritten, just one patch added on top of the previous PR. The
> previous PR had only 2 of these 3 commits:
Now pulled into my tree too, thanks.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-27 14:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 16:24 [GIT PULL RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB Ilpo Järvinen
2024-06-24 16:28 ` Greg Kroah-Hartman
2024-06-24 16:44 ` Ilpo Järvinen
2024-06-27 14:22 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).