mbox series

[GIT,PULL] gpio: fixes for v5.12-rc8

Message ID 20210415135851.27595-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.12-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.12-rc8

Message

Bartosz Golaszewski April 15, 2021, 1:58 p.m. UTC
Linus,

I waited until late with this non-urgent one hoping we'd get more fixes for this
release cycle to go with it but nothing's coming up so please pull this single
fix for an older problem with the sysfs interface.

Bartosz

The following changes since commit 6cb59afe9e5b45a035bd6b97da6593743feefc72:

  gpiolib: Assign fwnode to parent's if no primary one provided (2021-03-16 10:18:08 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.12-rc8

for you to fetch changes up to 23cf00ddd2e1aacf1873e43f5e0c519c120daf7a:

  gpio: sysfs: Obey valid_mask (2021-03-31 20:32:38 +0200)

----------------------------------------------------------------
gpio fixes for v5.12-rc8

- do not allow exporting GPIO lines which were marked invalid by the driver

----------------------------------------------------------------
Matti Vaittinen (1):
      gpio: sysfs: Obey valid_mask

 drivers/gpio/gpiolib-sysfs.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

pr-tracker-bot@kernel.org April 15, 2021, 6:15 p.m. UTC | #1
The pull request you sent on Thu, 15 Apr 2021 15:58:51 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.12-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/33f0d9d94a0ef0814d23320c2536c4135d230114

Thank you!