All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk"
@ 2022-02-24 16:48 Hans de Goede
  2022-03-15  1:01 ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Hans de Goede @ 2022-02-24 16:48 UTC (permalink / raw)
  To: Andy Shevchenko, Mika Westerberg, Linus Walleij
  Cc: Hans de Goede, platform-driver-x86, open list:GPIO SUBSYSTEM

Hello Intel pinctrl maintainers,

As discussed here is a pull-req for an immutable branch with 5.17-rc1 +
"pinctrl: baytrail: Add pinconf,group + function for the pmu_clk".

I'll merge this into my review-hans branch with the dependend
patches merged on top and I'll push the whole set to for-next
once the buildbots have had a chance to test things.

Regards,

Hans


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-pinctrl-pmu_clk-1

for you to fetch changes up to 2f46d7f7e959da3ae18ed5d283935673f7a22354:

  pinctrl: baytrail: Add pinconf group + function for the pmu_clk (2022-02-24 16:44:34 +0100)

----------------------------------------------------------------
Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf
group + function for the pmu_clk"

For merging into both pdx86/for-next and pinctrl/intel/for-next.

----------------------------------------------------------------
Hans de Goede (1):
      pinctrl: baytrail: Add pinconf group + function for the pmu_clk

 drivers/pinctrl/intel/pinctrl-baytrail.c | 10 ++++++++++
 1 file changed, 10 insertions(+)


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

* Re: [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk"
  2022-02-24 16:48 [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk" Hans de Goede
@ 2022-03-15  1:01 ` Linus Walleij
  2022-03-15  6:19   ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2022-03-15  1:01 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Andy Shevchenko, Mika Westerberg, platform-driver-x86,
	open list:GPIO SUBSYSTEM

On Thu, Feb 24, 2022 at 5:48 PM Hans de Goede <hdegoede@redhat.com> wrote:

> Hello Intel pinctrl maintainers,
>
> As discussed here is a pull-req for an immutable branch with 5.17-rc1 +
> "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk".

I suppose this is for Andy possibly I already pulled the pulled tree.

Yours,
Linus Walleij

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

* Re: [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk"
  2022-03-15  1:01 ` Linus Walleij
@ 2022-03-15  6:19   ` Andy Shevchenko
  2022-03-15  9:18     ` Hans de Goede
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2022-03-15  6:19 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Hans de Goede, Andy Shevchenko, Mika Westerberg,
	platform-driver-x86, open list:GPIO SUBSYSTEM

On Tue, Mar 15, 2022 at 3:01 AM Linus Walleij <linus.walleij@linaro.org> wrote:
> On Thu, Feb 24, 2022 at 5:48 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> > Hello Intel pinctrl maintainers,
> >
> > As discussed here is a pull-req for an immutable branch with 5.17-rc1 +
> > "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk".
>
> I suppose this is for Andy possibly I already pulled the pulled tree.

Nope, but it appears not necessary. We have nothing to update in my
tree which is dependent on this PR.


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk"
  2022-03-15  6:19   ` Andy Shevchenko
@ 2022-03-15  9:18     ` Hans de Goede
  2022-03-15 10:11       ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Hans de Goede @ 2022-03-15  9:18 UTC (permalink / raw)
  To: Andy Shevchenko, Linus Walleij
  Cc: Andy Shevchenko, Mika Westerberg, platform-driver-x86,
	open list:GPIO SUBSYSTEM

Hi,

On 3/15/22 07:19, Andy Shevchenko wrote:
> On Tue, Mar 15, 2022 at 3:01 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>> On Thu, Feb 24, 2022 at 5:48 PM Hans de Goede <hdegoede@redhat.com> wrote:
>>
>>> Hello Intel pinctrl maintainers,
>>>
>>> As discussed here is a pull-req for an immutable branch with 5.17-rc1 +
>>> "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk".
>>
>> I suppose this is for Andy possibly I already pulled the pulled tree.
> 
> Nope, but it appears not necessary. We have nothing to update in my
> tree which is dependent on this PR.

Ok, note this is already in the platform-drivers-x86 tree, since this
was a dep for another patch there. So I guess the single patch in the PR
will find its way upstream through the pdx86 tree then (which is fine).

Regards,

Hans


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

* Re: [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk"
  2022-03-15  9:18     ` Hans de Goede
@ 2022-03-15 10:11       ` Andy Shevchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2022-03-15 10:11 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Linus Walleij, Andy Shevchenko, Mika Westerberg, Platform Driver,
	open list:GPIO SUBSYSTEM

On Tue, Mar 15, 2022 at 11:18 AM Hans de Goede <hdegoede@redhat.com> wrote:
> On 3/15/22 07:19, Andy Shevchenko wrote:
> > On Tue, Mar 15, 2022 at 3:01 AM Linus Walleij <linus.walleij@linaro.org> wrote:
> >> On Thu, Feb 24, 2022 at 5:48 PM Hans de Goede <hdegoede@redhat.com> wrote:

> >>> As discussed here is a pull-req for an immutable branch with 5.17-rc1 +
> >>> "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk".
> >>
> >> I suppose this is for Andy possibly I already pulled the pulled tree.
> >
> > Nope, but it appears not necessary. We have nothing to update in my
> > tree which is dependent on this PR.
>
> Ok, note this is already in the platform-drivers-x86 tree, since this
> was a dep for another patch there. So I guess the single patch in the PR
> will find its way upstream through the pdx86 tree then (which is fine).

That is my expectation as well.

-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2022-03-15 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 16:48 [GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk" Hans de Goede
2022-03-15  1:01 ` Linus Walleij
2022-03-15  6:19   ` Andy Shevchenko
2022-03-15  9:18     ` Hans de Goede
2022-03-15 10:11       ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.