mbox series

[GIT,PULL] gpio: fixes for v6.5

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.5

Message

Bartosz Golaszewski Aug. 25, 2023, 1:01 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull two more fixes for the GPIO simulator for this release cycle.

Thanks,
Bartosz

The following changes since commit 706a741595047797872e669b3101429ab8d378ef:

  Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.5

for you to fetch changes up to 6e39c1ac688161b4db3617aabbca589b395242bc:

  gpio: sim: pass the GPIO device's software node to irq domain (2023-08-23 21:05:28 +0200)

----------------------------------------------------------------
gpio fixes for v6.5

- fix an irq mapping leak in gpio-sim
- associate the GPIO device's software node with the irq domain in gpio-sim

----------------------------------------------------------------
Bartosz Golaszewski (2):
      gpio: sim: dispose of irq mappings before destroying the irq_sim domain
      gpio: sim: pass the GPIO device's software node to irq domain

 drivers/gpio/gpio-sim.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)