mbox series

[GIT,PULL,RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB

Message ID e42fb2e9-81d4-4e40-ff3a-f9d6a46d03f9@linux.intel.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL,RESEND] Immutable branch between pdx86 lenovo c630 branch, power/supply and USB | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-ib-lenovo-c630-v6.11-2

Message

Ilpo Järvinen June 24, 2024, 4:24 p.m. UTC
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

Comments

Greg Kroah-Hartman June 24, 2024, 4:28 p.m. UTC | #1
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
Ilpo Järvinen June 24, 2024, 4:44 p.m. UTC | #2
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
Greg Kroah-Hartman June 27, 2024, 2:22 p.m. UTC | #3
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