mbox series

[GIT,PULL] gpio: fixes for v6.4-rc4

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

Pull-request

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

Message

Bartosz Golaszewski May 26, 2023, 2:24 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of GPIO fixes for the next RC.

Thanks,
Bartosz Golaszewski

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3002b8642f016d7fe3ff56240dacea1075f6b877:

  gpio-f7188x: fix chip name and pin count on Nuvoton chip (2023-05-23 10:47:41 +0200)

----------------------------------------------------------------
gpio fixes for v6.4-rc4

- fix incorrect output in in-tree gpio tools
- fix a shell coding issue in gpio-sim selftests
- correctly set the permissions for debugfs attributes exposed by gpio-mockup
- fix chip name and pin count in gpio-f7188x for one of the supported models
- fix numberspace pollution when using dynamically and statically allocated
  GPIOs together

----------------------------------------------------------------
Andreas Kemnade (1):
      gpiolib: fix allocation of mixed dynamic/static GPIOs

Henning Schild (1):
      gpio-f7188x: fix chip name and pin count on Nuvoton chip

Milo Spadacini (1):
      tools: gpio: fix debounce_period_us output of lsgpio

Mirsad Todorovac (1):
      selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change

Zev Weiss (1):
      gpio: mockup: Fix mode of debugfs files

 drivers/gpio/Kconfig                     |  2 +-
 drivers/gpio/gpio-f7188x.c               | 28 ++++++++++++++--------------
 drivers/gpio/gpio-mockup.c               |  2 +-
 drivers/gpio/gpiolib.c                   |  2 ++
 tools/gpio/lsgpio.c                      |  2 +-
 tools/testing/selftests/gpio/gpio-sim.sh |  3 +++
 6 files changed, 22 insertions(+), 17 deletions(-)