The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Re: (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
       [not found] <20260429-cs5535-swnode-v1-1-2bc5e17ddcf9@oss.qualcomm.com>
@ 2026-05-07 15:21 ` Lee Jones
  2026-05-11  7:54   ` Bartosz Golaszewski
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2026-05-07 15:21 UTC (permalink / raw)
  To: Lee Jones, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Dave Hansen, x86, H. Peter Anvin, Dmitry Torokhov,
	Bartosz Golaszewski
  Cc: brgl, linux-kernel

On Wed, 29 Apr 2026 14:23:30 +0200, Bartosz Golaszewski wrote:
> There are board files in-tree that want to request GPIOs from this chip.
> They currently rely on the GPIO core's mechanism of matching software
> nodes' labels against GPIO controller names. We want to remove this
> behavior from the kernel and to this end, we need to associate the
> referenced GPIO controller with its target software node.
> 
> Create a dedicated GPIO software node for cs5535, assign it to the GPIO
> cell and expose its address in a new header.
> 
> [...]

Applied, thanks!

[1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
      commit: 2b640932f661c2fafde4cc9e38dbbfa9a79bc057

--
Lee Jones [李琼斯]


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
  2026-05-07 15:21 ` (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell Lee Jones
@ 2026-05-11  7:54   ` Bartosz Golaszewski
  2026-05-13 13:28     ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2026-05-11  7:54 UTC (permalink / raw)
  To: Lee Jones
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Dmitry Torokhov, Bartosz Golaszewski,
	linux-kernel

On Thu, May 7, 2026 at 5:21 PM Lee Jones <lee@kernel.org> wrote:
>
> On Wed, 29 Apr 2026 14:23:30 +0200, Bartosz Golaszewski wrote:
> > There are board files in-tree that want to request GPIOs from this chip.
> > They currently rely on the GPIO core's mechanism of matching software
> > nodes' labels against GPIO controller names. We want to remove this
> > behavior from the kernel and to this end, we need to associate the
> > referenced GPIO controller with its target software node.
> >
> > Create a dedicated GPIO software node for cs5535, assign it to the GPIO
> > cell and expose its address in a new header.
> >
> > [...]
>
> Applied, thanks!
>
> [1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
>       commit: 2b640932f661c2fafde4cc9e38dbbfa9a79bc057
>
> --
> Lee Jones [李琼斯]
>

Lee,

Can you please pick up both patches from this series or provide an
immutable branch for the x86 tree to be able to queue patch 2/2 from
this series?

Thanks in advance,
Bartosz

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
  2026-05-11  7:54   ` Bartosz Golaszewski
@ 2026-05-13 13:28     ` Lee Jones
  2026-05-13 13:38       ` Bartosz Golaszewski
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2026-05-13 13:28 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Dmitry Torokhov, Bartosz Golaszewski,
	linux-kernel

On Mon, 11 May 2026, Bartosz Golaszewski wrote:

> On Thu, May 7, 2026 at 5:21 PM Lee Jones <lee@kernel.org> wrote:
> >
> > On Wed, 29 Apr 2026 14:23:30 +0200, Bartosz Golaszewski wrote:
> > > There are board files in-tree that want to request GPIOs from this chip.
> > > They currently rely on the GPIO core's mechanism of matching software
> > > nodes' labels against GPIO controller names. We want to remove this
> > > behavior from the kernel and to this end, we need to associate the
> > > referenced GPIO controller with its target software node.
> > >
> > > Create a dedicated GPIO software node for cs5535, assign it to the GPIO
> > > cell and expose its address in a new header.
> > >
> > > [...]
> >
> > Applied, thanks!
> >
> > [1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
> >       commit: 2b640932f661c2fafde4cc9e38dbbfa9a79bc057
> >
> > --
> > Lee Jones [李琼斯]
> >
> 
> Lee,
> 
> Can you please pick up both patches from this series or provide an
> immutable branch for the x86 tree to be able to queue patch 2/2 from
> this series?

What is the dependency?

-- 
Lee Jones

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
  2026-05-13 13:28     ` Lee Jones
@ 2026-05-13 13:38       ` Bartosz Golaszewski
  0 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2026-05-13 13:38 UTC (permalink / raw)
  To: Lee Jones
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Dmitry Torokhov, Bartosz Golaszewski,
	linux-kernel

On Wed, May 13, 2026 at 3:28 PM Lee Jones <lee@kernel.org> wrote:
>
> On Mon, 11 May 2026, Bartosz Golaszewski wrote:
>
> > On Thu, May 7, 2026 at 5:21 PM Lee Jones <lee@kernel.org> wrote:
> > >
> > > On Wed, 29 Apr 2026 14:23:30 +0200, Bartosz Golaszewski wrote:
> > > > There are board files in-tree that want to request GPIOs from this chip.
> > > > They currently rely on the GPIO core's mechanism of matching software
> > > > nodes' labels against GPIO controller names. We want to remove this
> > > > behavior from the kernel and to this end, we need to associate the
> > > > referenced GPIO controller with its target software node.
> > > >
> > > > Create a dedicated GPIO software node for cs5535, assign it to the GPIO
> > > > cell and expose its address in a new header.
> > > >
> > > > [...]
> > >
> > > Applied, thanks!
> > >
> > > [1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell
> > >       commit: 2b640932f661c2fafde4cc9e38dbbfa9a79bc057
> > >
> > > --
> > > Lee Jones [李琼斯]
> > >
> >
> > Lee,
> >
> > Can you please pick up both patches from this series or provide an
> > immutable branch for the x86 tree to be able to queue patch 2/2 from
> > this series?
>
> What is the dependency?
>

There's a build dependency: the geode board file needs to access the
variable from the cs5355.h header.

Bartosz

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-13 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260429-cs5535-swnode-v1-1-2bc5e17ddcf9@oss.qualcomm.com>
2026-05-07 15:21 ` (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell Lee Jones
2026-05-11  7:54   ` Bartosz Golaszewski
2026-05-13 13:28     ` Lee Jones
2026-05-13 13:38       ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox