mbox series

[GIT,PULL] gpio: fixes for v5.15-rc4

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

Pull-request

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

Message

Bartosz Golaszewski Sept. 30, 2021, 7:54 a.m. UTC
Linus,

This PR contains a single fix for the gpio-pca953x driver and two commits
updating the MAINTAINERS entries for Mun Yew Tham (GPIO specific) and myself
(treewide after a change in professional situation).

Please pull.
Bartosz

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 040d985e27dc39353d50d0f75a6be3330f4fece2:

  MAINTAINERS: Update Mun Yew Tham as Altera Pio Driver maintainer (2021-09-29 20:42:31 +0200)

----------------------------------------------------------------
gpio fixes for v5.15-rc4

- don't ignore I2C errors in gpio-pca953x
- update MAINTAINERS entries for Mun Yew Tham and myself

----------------------------------------------------------------
Andrey Gusakov (1):
      gpio: pca953x: do not ignore i2c errors

Bartosz Golaszewski (1):
      MAINTAINERS: update my email address

Mun Yew Tham (1):
      MAINTAINERS: Update Mun Yew Tham as Altera Pio Driver maintainer

 MAINTAINERS                 | 10 +++++-----
 drivers/gpio/gpio-pca953x.c | 11 ++---------
 2 files changed, 7 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 30, 2021, 9:34 p.m. UTC | #1
The pull request you sent on Thu, 30 Sep 2021 09:54:21 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/115f6134a050bb098414f38555a5ab780ebbfef0

Thank you!