mbox series

[GIT,PULL] gpio: fixes for v6.0-rc6

Message ID 20220916074253.781428-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.0-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.0-rc6

Message

Bartosz Golaszewski Sept. 16, 2022, 7:42 a.m. UTC
Linus,

Please pull the following set of fixes for the next rc.

Bartosz

The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

  Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.0-rc6

for you to fetch changes up to 09eed5a1ed3c752892663976837eb4244c2f1984:

  gpio: mt7621: Make the irqchip immutable (2022-09-14 14:18:08 +0200)

----------------------------------------------------------------
gpio fixes for v6.0-rc6

- fix the level-low interrupt type support in gpio-mpc8xxx
- convert another two drivers to using immputable irq chips
- MAINTAINERS update

----------------------------------------------------------------
Jay Fang (1):
      MAINTAINERS: Update HiSilicon GPIO Driver maintainer

Linus Walleij (1):
      gpio: ixp4xx: Make irqchip immutable

Pali Rohár (1):
      gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx

Sergio Paracuellos (1):
      gpio: mt7621: Make the irqchip immutable

 MAINTAINERS                 |  2 +-
 drivers/gpio/gpio-ixp4xx.c  | 17 ++++++++++++++---
 drivers/gpio/gpio-mpc8xxx.c |  1 +
 drivers/gpio/gpio-mt7621.c  | 21 +++++++++++++++------
 4 files changed, 31 insertions(+), 10 deletions(-)

Comments

Linus Torvalds Sept. 16, 2022, 2:05 p.m. UTC | #1
On Fri, Sep 16, 2022 at 12:42 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.0-rc6

I think you forgot to push the tag, there's no such thing.

I see the branch ("gpio/for-current") that contains that top commit,
but no fixes tag by that name.

              Linus
Bartosz Golaszewski Sept. 16, 2022, 2:29 p.m. UTC | #2
On Fri, Sep 16, 2022 at 4:05 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Fri, Sep 16, 2022 at 12:42 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.0-rc6
>
> I think you forgot to push the tag, there's no such thing.
>
> I see the branch ("gpio/for-current") that contains that top commit,
> but no fixes tag by that name.
>
>               Linus

Sorry for that, the tag was indeed not pushed out. Strange, normally I
would have noticed git's warning about the missing tag when running
request-pull.

Now fixed.

Bartosz
pr-tracker-bot@kernel.org Sept. 16, 2022, 8:01 p.m. UTC | #3
The pull request you sent on Fri, 16 Sep 2022 09:42:53 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.0-rc6

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

Thank you!