mbox series

[GIT,PULL] gpio: updates for v5.6 part 2

Message ID 20200125133212.4105-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: updates for v5.6 part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-updates-for-v5.6-part2

Message

Bartosz Golaszewski Jan. 25, 2020, 1:32 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

I was about to send you this patch together with the new uAPI patches
but it turned out they were not ready yet. I'm not sure anymore if I'll
try to push them for v5.6 - I need to take another look. In the meantime
I send out a v6 of the series.

Please pull this single patch so that it doesn't miss the merge window.
This is unrelated to the uAPI changes.

The following changes since commit 2a2cabd8bc1715ceceb9d9566055f4a0a8ff749a:

  gpiolib: use gpiochip_get_desc() in gpio_ioctl() (2020-01-07 12:03:28 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-updates-for-v5.6-part2

for you to fetch changes up to 1e4d149e901769fcde71be039227d184c6e4fda9:

  gpio: altera: change to platform_get_irq_optional to avoid false-positive error (2020-01-09 10:35:05 +0100)

----------------------------------------------------------------
gpio: updates for v5.6

- use platform_get_irq_optional() in gpio-altera

----------------------------------------------------------------
Ooi, Joyce (1):
      gpio: altera: change to platform_get_irq_optional to avoid false-positive error

 drivers/gpio/gpio-altera.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Jan. 26, 2020, 11:07 a.m. UTC | #1
On Sat, Jan 25, 2020 at 2:32 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> I was about to send you this patch together with the new uAPI patches
> but it turned out they were not ready yet. I'm not sure anymore if I'll
> try to push them for v5.6 - I need to take another look. In the meantime
> I send out a v6 of the series.

Pulled in, thanks!
Yours,
Linus Walleij