All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] GPIO fix for v4.19
@ 2018-10-05 11:05 Linus Walleij
  2018-10-05 23:30 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2018-10-05 11:05 UTC (permalink / raw)
  To: Greg KH; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Greg,

here is a single and hopefully final GPIO fix for the v4.19 series.
Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.19-3

for you to fetch changes up to 19a4fbffc94e41abaa2a623a25ce2641d69eccf0:

  gpiolib: Free the last requested descriptor (2018-09-18 16:36:05 -0700)

----------------------------------------------------------------
A single GPIO fix:
Free the last used descriptor, an off by one error.
This is tagged for stable as well.

----------------------------------------------------------------
Ricardo Ribalda Delgado (1):
      gpiolib: Free the last requested descriptor

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GPIO fix for v4.19
  2018-10-05 11:05 [GIT PULL] GPIO fix for v4.19 Linus Walleij
@ 2018-10-05 23:30 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-10-05 23:30 UTC (permalink / raw)
  To: Linus Walleij; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

On Fri, Oct 05, 2018 at 01:05:59PM +0200, Linus Walleij wrote:
> Hi Greg,
> 
> here is a single and hopefully final GPIO fix for the v4.19 series.
> Details in the signed tag.
> 
> Please pull it in!

Now merged, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GPIO fix for v4.19
  2018-10-12  8:34 Linus Walleij
@ 2018-10-12 11:12 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-10-12 11:12 UTC (permalink / raw)
  To: Linus Walleij; +Cc: open list:GPIO SUBSYSTEM, linux-kernel, Stephen Boyd

On Fri, Oct 12, 2018 at 10:34:55AM +0200, Linus Walleij wrote:
> Hi Greg,
> 
> here is a last minute GPIO fix for the v4.19 series.
> 
> This fixes GPIO IRQchip parent assignment on a lot
> of GPIO drivers.
> 
> Please pull it in!
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:
> 
>   Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
> tags/gpio-v4.19-4

Now merged, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] GPIO fix for v4.19
@ 2018-10-12  8:34 Linus Walleij
  2018-10-12 11:12 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2018-10-12  8:34 UTC (permalink / raw)
  To: Greg KH; +Cc: open list:GPIO SUBSYSTEM, linux-kernel, Stephen Boyd

Hi Greg,

here is a last minute GPIO fix for the v4.19 series.

This fixes GPIO IRQchip parent assignment on a lot
of GPIO drivers.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.19-4

for you to fetch changes up to 3e779a2e7f909015f21428b66834127496110b6d:

  gpio: Assign gpio_irq_chip::parents to non-stack pointer (2018-10-10
14:03:27 +0200)

----------------------------------------------------------------
GPIO fix for the v4.19 series:
- Fix up the interrupt parent for the irqdomains.

----------------------------------------------------------------
Stephen Boyd (1):
      gpio: Assign gpio_irq_chip::parents to non-stack pointer

 drivers/gpio/gpiolib.c      | 3 ++-
 include/linux/gpio/driver.h | 7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-12 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 11:05 [GIT PULL] GPIO fix for v4.19 Linus Walleij
2018-10-05 23:30 ` Greg KH
2018-10-12  8:34 Linus Walleij
2018-10-12 11:12 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.