mbox series

[GIT,PULL] pin control fixes for v5.13

Message ID CACRpkdY+DKx-c+74b2xiGQ2H9+e2yeup+HEqg1+u1nvQoO6pXA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/pinctrl-v5.13-2

Message

Linus Walleij June 12, 2021, 10:07 a.m. UTC
Hi Linus,

these are some pin control fixes for v5.13, not much to
go around but some small driver fixes only. Details in the
signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/pinctrl-v5.13-2

for you to fetch changes up to 30e9857a134905ac0d03ca244b615cc3ff0a076e:

  pinctrl: qcom: Make it possible to select SC8180x TLMM (2021-06-09
13:15:20 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.13 series:

- Fix some documentation warnings for Allwinner
- Fix duplicated GPIO groups on Qualcomm SDX55
- Fix a double enablement bug in the Ralink driver
- Fix the Qualcomm SC8180x Kconfig so the driver can
  be selected.

----------------------------------------------------------------
Bjorn Andersson (1):
      pinctrl: qcom: Make it possible to select SC8180x TLMM

Manivannan Sadhasivam (1):
      pinctrl: qcom: Fix duplication in gpio_groups

Sergio Paracuellos (1):
      pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled

Souptick Joarder (1):
      pinctrl: aspeed: Fix minor documentation error

 drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c |  4 ++--
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c |  4 ++--
 drivers/pinctrl/aspeed/pinctrl-aspeed.c    |  3 ++-
 drivers/pinctrl/aspeed/pinmux-aspeed.c     |  3 ++-
 drivers/pinctrl/qcom/Kconfig               |  2 +-
 drivers/pinctrl/qcom/pinctrl-sdx55.c       | 18 +++++++++---------
 drivers/pinctrl/ralink/pinctrl-rt2880.c    |  2 +-
 7 files changed, 19 insertions(+), 17 deletions(-)

Comments

Linus Torvalds June 12, 2021, 7:08 p.m. UTC | #1
On Sat, Jun 12, 2021 at 3:07 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
> tags/pinctrl-v5.13-2

Nope, not there.

I think that "linux-nomadik" is bogus, I do find those commits in the
usual "linux-pinctrl" tree.

How did that odd thing happen?

           Linus
pr-tracker-bot@kernel.org June 12, 2021, 7:09 p.m. UTC | #2
The pull request you sent on Sat, 12 Jun 2021 12:07:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/pinctrl-v5.13-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/141415d7379a02f0a75b1a7611d6b50928b3c46d

Thank you!
Linus Walleij June 12, 2021, 11:42 p.m. UTC | #3
On Sat, Jun 12, 2021 at 9:09 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Sat, Jun 12, 2021 at 3:07 AM Linus Walleij <linus.walleij@linaro.org> wrote:
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
> > tags/pinctrl-v5.13-2
>
> Nope, not there.
>
> I think that "linux-nomadik" is bogus, I do find those commits in the
> usual "linux-pinctrl" tree.

I see you found it, a bit of hide-and-seek in the weekend.

> How did that odd thing happen?

When I issued request-pull I took the git:// URL for the wrong tree
and didn't notice. Oh yeah it says it can't find the branch on the remote
tree and that I ignored because sometimes the public mirror take
some time to sync up so that message is not uncommon. I think
I'll start waiting for the message to come back OK... It is there for
a reason.

Thanks for figuring it out.

Linus Walleij