mbox series

[GIT,PULL] GPIO fixes for v5.2

Message ID CACRpkdasSjtspciHijdc4mQyNvQVSgYMgsZKaSn+ZSvsev6t0g@mail.gmail.com
State New
Headers show
Series [GIT,PULL] GPIO fixes for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij May 28, 2019, 8:35 a.m. UTC
Hi Linus,

a single GPIO fix for v5.2.

Just a build fix on a fringe driver so not much to say.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.2-2

for you to fetch changes up to e9646f0f5bb62b7d43f0968f39d536cfe7123b53:

  gpio: fix gpio-adp5588 build errors (2019-05-24 11:16:05 +0200)

----------------------------------------------------------------
GPIO fixes for v5.2:
- Fix a build error in gpio-adp5588

----------------------------------------------------------------
Randy Dunlap (1):
      gpio: fix gpio-adp5588 build errors

 drivers/gpio/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Linus Torvalds May 28, 2019, 4:59 p.m. UTC | #1
On Tue, May 28, 2019 at 1:36 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> a single GPIO fix for v5.2.

Hmm. This didn't get a pr-tracker-bot response because apparently you
only sent it to the gpio list and it's not tracked by the pull bot..
Maybe gpio should be added to the lore-tracked lists? Or you need to
just keep cc'ing lkml too, like you did for pincontrol..

                 Linus
Linus Walleij May 29, 2019, 6:29 a.m. UTC | #2
On Tue, May 28, 2019 at 7:00 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Tue, May 28, 2019 at 1:36 AM Linus Walleij <linus.walleij@linaro.org> wrote:
> >
> > a single GPIO fix for v5.2.
>
> Hmm. This didn't get a pr-tracker-bot response because apparently you
> only sent it to the gpio list and it's not tracked by the pull bot..
> Maybe gpio should be added to the lore-tracked lists? Or you need to
> just keep cc'ing lkml too, like you did for pincontrol..

My mistake, I usually CC the LKML and I should, it's a nice place.

Stashing up all the kernel subsystem lists on lore is however a
decent idea anyways, I have to purge old messages from my
gmail all the time so it is nice to have it around forever. I dropped
a mail to helpdesk@kernel.org.

Thanks,
Linus Walleij