All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] intel-pinctrl for 5.9-2
@ 2020-09-14 15:57 Andy Shevchenko
  2020-09-21 21:06 ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2020-09-14 15:57 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linux pin control, Mika Westerberg, Andy Shevchenko

Hi Linus,

One fix for v5.9 cycle from Hans.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit f4d51dffc6c01a9e94650d95ce0104964f8ae822:

  Linux 5.9-rc4 (2020-09-06 17:11:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.9-2

for you to fetch changes up to 3488737093e7f60c7764b9a3cc66648adcbddca4:

  pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs (2020-09-07 11:56:43 +0300)

----------------------------------------------------------------
intel-pinctrl for v5.9-2

* Preserve Tx buffer inversion on Cherriview GPIOs

The following is an automated git shortlog grouped by driver:

cherryview:
 -  Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs

----------------------------------------------------------------
Hans de Goede (1):
      pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs

 drivers/pinctrl/intel/pinctrl-cherryview.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] intel-pinctrl for 5.9-2
  2020-09-14 15:57 [GIT PULL] intel-pinctrl for 5.9-2 Andy Shevchenko
@ 2020-09-21 21:06 ` Linus Walleij
  2020-09-21 21:43   ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2020-09-21 21:06 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux pin control, Mika Westerberg

On Mon, Sep 14, 2020 at 5:57 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> One fix for v5.9 cycle from Hans.

Hm the pinctrl fixes are based on v5.9-rc2 and I got a ton of changes with this
so I suppose it is based on some other -rc.

I will attempt to just cherry-pick it to fixes.

Yours,
Linus Walleij

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

* Re: [GIT PULL] intel-pinctrl for 5.9-2
  2020-09-21 21:06 ` Linus Walleij
@ 2020-09-21 21:43   ` Andy Shevchenko
  2020-09-21 21:48     ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2020-09-21 21:43 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Andy Shevchenko, Linux pin control, Mika Westerberg

On Tue, Sep 22, 2020 at 12:08 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Mon, Sep 14, 2020 at 5:57 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
>
> > One fix for v5.9 cycle from Hans.
>
> Hm the pinctrl fixes are based on v5.9-rc2 and I got a ton of changes with this
> so I suppose it is based on some other -rc.
>
> I will attempt to just cherry-pick it to fixes.

It will break fast forward. Is it a problem to have v5.9-rc4 there?

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [GIT PULL] intel-pinctrl for 5.9-2
  2020-09-21 21:43   ` Andy Shevchenko
@ 2020-09-21 21:48     ` Linus Walleij
  2020-09-22  8:04       ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2020-09-21 21:48 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Andy Shevchenko, Linux pin control, Mika Westerberg

On Mon, Sep 21, 2020 at 11:43 PM Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
> On Tue, Sep 22, 2020 at 12:08 AM Linus Walleij <linus.walleij@linaro.org> wrote:
> >
> > On Mon, Sep 14, 2020 at 5:57 PM Andy Shevchenko
> > <andriy.shevchenko@linux.intel.com> wrote:
> >
> > > One fix for v5.9 cycle from Hans.
> >
> > Hm the pinctrl fixes are based on v5.9-rc2 and I got a ton of changes with this
> > so I suppose it is based on some other -rc.
> >
> > I will attempt to just cherry-pick it to fixes.
>
> It will break fast forward. Is it a problem to have v5.9-rc4 there?

Not really other than it is kludgy to merge it in, but is it a problem
that I just cherry-picked it and signed it off instead? Is something
built on top of it since you're concerned about fast-forwarding?

Yours,
Linus Walleij

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

* Re: [GIT PULL] intel-pinctrl for 5.9-2
  2020-09-21 21:48     ` Linus Walleij
@ 2020-09-22  8:04       ` Andy Shevchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2020-09-22  8:04 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Andy Shevchenko, Linux pin control, Mika Westerberg

On Tue, Sep 22, 2020 at 12:48 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Mon, Sep 21, 2020 at 11:43 PM Andy Shevchenko
> <andy.shevchenko@gmail.com> wrote:
> > On Tue, Sep 22, 2020 at 12:08 AM Linus Walleij <linus.walleij@linaro.org> wrote:
> > >
> > > On Mon, Sep 14, 2020 at 5:57 PM Andy Shevchenko
> > > <andriy.shevchenko@linux.intel.com> wrote:
> > >
> > > > One fix for v5.9 cycle from Hans.
> > >
> > > Hm the pinctrl fixes are based on v5.9-rc2 and I got a ton of changes with this
> > > so I suppose it is based on some other -rc.
> > >
> > > I will attempt to just cherry-pick it to fixes.
> >
> > It will break fast forward. Is it a problem to have v5.9-rc4 there?
>
> Not really other than it is kludgy to merge it in, but is it a problem
> that I just cherry-picked it and signed it off instead? Is something
> built on top of it since you're concerned about fast-forwarding?

I rethought the scenario and I guess it should be fine.
Please, go ahead with cherry picking (it's only one commit anyway).

Thanks!

-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2020-09-22  8:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14 15:57 [GIT PULL] intel-pinctrl for 5.9-2 Andy Shevchenko
2020-09-21 21:06 ` Linus Walleij
2020-09-21 21:43   ` Andy Shevchenko
2020-09-21 21:48     ` Linus Walleij
2020-09-22  8:04       ` 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.