All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] intel-pinctrl for 5.12-1
@ 2021-01-26 13:49 Andy Shevchenko
  2021-01-26 14:36 ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2021-01-26 13:49 UTC (permalink / raw)
  To: Linux pin control; +Cc: Linus Walleij, Mika Westerberg, Andy Shevchenko

Hi Linux pin control  maintainers,

Rather quite cycle from Intel pin control perspective. Please pull.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1

for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:

  pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)

----------------------------------------------------------------
intel-pinctrl for v5.12-1

* Enable pin control on Intel Alder Lake-P
* Traverse through capabilities, convert them to features for the future use

The following is an automated git shortlog grouped by driver:

intel:
 -  Convert capability list to features
 -  Drop unnecessary check for predefined features
 -  Split intel_pinctrl_add_padgroups() for better maintenance

tigerlake:
 -  Add Alder Lake-P ACPI ID

----------------------------------------------------------------
Andy Shevchenko (4):
      pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenance
      pinctrl: intel: Drop unnecessary check for predefined features
      pinctrl: intel: Convert capability list to features
      pinctrl: tigerlake: Add Alder Lake-P ACPI ID

 drivers/pinctrl/intel/pinctrl-intel.c     | 117 +++++++++++++++++++++---------
 drivers/pinctrl/intel/pinctrl-intel.h     |   4 +
 drivers/pinctrl/intel/pinctrl-tigerlake.c |   1 +
 3 files changed, 88 insertions(+), 34 deletions(-)

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] intel-pinctrl for 5.12-1
  2021-01-26 13:49 [GIT PULL] intel-pinctrl for 5.12-1 Andy Shevchenko
@ 2021-01-26 14:36 ` Linus Walleij
  2021-01-26 15:54   ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2021-01-26 14:36 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux pin control, Mika Westerberg

On Tue, Jan 26, 2021 at 2:49 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
>
>   Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
>
> are available in the Git repository at:
>
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
>
> for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
>
>   pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)

Thanks Andy, I merged in v5.11-rc2 and then pulled this on top!

Yours,
Linus Walleij

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

* Re: [GIT PULL] intel-pinctrl for 5.12-1
  2021-01-26 14:36 ` Linus Walleij
@ 2021-01-26 15:54   ` Andy Shevchenko
  2021-02-01 22:18     ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2021-01-26 15:54 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Andy Shevchenko, Linux pin control, Mika Westerberg

On Tue, Jan 26, 2021 at 4:38 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, Jan 26, 2021 at 2:49 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
>
> > The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
> >
> >   Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
> >
> > are available in the Git repository at:
> >
> >   git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
> >
> > for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
> >
> >   pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)
>
> Thanks Andy, I merged in v5.11-rc2 and then pulled this on top!

JFYI: when you merge a branch that has been based on newer rc you
don't need to merge that rc first.
But it's up to you, of course.

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [GIT PULL] intel-pinctrl for 5.12-1
  2021-01-26 15:54   ` Andy Shevchenko
@ 2021-02-01 22:18     ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-02-01 22:18 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Andy Shevchenko, Linux pin control, Mika Westerberg

On Tue, Jan 26, 2021 at 4:53 PM Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
> On Tue, Jan 26, 2021 at 4:38 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> > On Tue, Jan 26, 2021 at 2:49 PM Andy Shevchenko
> > <andriy.shevchenko@linux.intel.com> wrote:
> >
> > > The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
> > >
> > >   Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)
> > >
> > > are available in the Git repository at:
> > >
> > >   git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.12-1
> > >
> > > for you to fetch changes up to 0e793a4e283487378e9a5b7db37bc1781bc72fd7:
> > >
> > >   pinctrl: tigerlake: Add Alder Lake-P ACPI ID (2021-01-08 16:04:50 +0200)
> >
> > Thanks Andy, I merged in v5.11-rc2 and then pulled this on top!
>
> JFYI: when you merge a branch that has been based on newer rc you
> don't need to merge that rc first.

True, it just gives me a feeling of understanding how the merges go when
I do that, so I see there was first a really large diffstat "hm what is that..
hmm seems to be based on -rc2 and my stuff is on -rc, OK I merge -rc2
and voila OK the diffstat is small, now I understand the merges".

Just my little dance to convince myself that I'm doing the right thing.

Yours,
Linus Walleij

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

end of thread, other threads:[~2021-02-01 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 13:49 [GIT PULL] intel-pinctrl for 5.12-1 Andy Shevchenko
2021-01-26 14:36 ` Linus Walleij
2021-01-26 15:54   ` Andy Shevchenko
2021-02-01 22:18     ` Linus Walleij

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.