[GIT PULL] final pin control fixes for v5.12

From: Linus Walleij
Date: Fri Apr 23 2021 - 19:22:56 EST


Hi Linus,

some late pin control fixes, would have been in the main pull request
normally but hey I got lucky and we got another week to polish up v5.12
so here we go.

One driver fix and one making the core debugfs work.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:

Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.12-3

for you to fetch changes up to 482715ff0601c836152b792f06c353464d826b9b:

pinctrl: core: Show pin numbers for the controllers with base = 0
(2021-04-22 02:13:42 +0200)

----------------------------------------------------------------
Late pin control fixes for v5.12:

- Fix the number of pins in the community of the Intel
Lewisburg SoC.

- Show pin numbers for controllers with base = 0 in the
new debugfs feature.

----------------------------------------------------------------
Andy Shevchenko (1):
pinctrl: core: Show pin numbers for the controllers with base = 0

Linus Walleij (1):
Merge tag 'intel-pinctrl-v5.12-4' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes

Yuanyuan Zhong (1):
pinctrl: lewisburg: Update number of pins in community

drivers/pinctrl/core.c | 14 ++++++++------
drivers/pinctrl/intel/pinctrl-lewisburg.c | 6 +++---
2 files changed, 11 insertions(+), 9 deletions(-)