diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-03 20:42:01 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-03 20:42:01 +0200 |
commit | 82463436a7fa40345c6febf0baa4c954af506ca6 (patch) | |
tree | 8fcb00eda7f80c6860e4ca691468fb6d98144373 /MAINTAINERS | |
parent | Merge tag 'drm-fixes-2019-05-03' of git://anongit.freedesktop.org/drm/drm (diff) | |
parent | i2c: Prevent runtime suspend of adapter when Host Notify is required (diff) | |
download | linux-82463436a7fa40345c6febf0baa4c954af506ca6.tar.xz linux-82463436a7fa40345c6febf0baa4c954af506ca6.zip |
Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang:
"I2C driver bugfixes and a MAINTAINERS update for you"
* 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: Prevent runtime suspend of adapter when Host Notify is required
i2c: synquacer: fix enumeration of slave devices
MAINTAINERS: friendly takeover of i2c-gpio driver
i2c: designware: ratelimit 'transfer when suspended' errors
i2c: imx: correct the method of getting private data in notifier_call
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5c38f21aee78..057a72a85156 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6462,7 +6462,7 @@ S: Maintained F: drivers/media/radio/radio-gemtek* GENERIC GPIO I2C DRIVER -M: Haavard Skinnemoen <hskinnemoen@gmail.com> +M: Wolfram Sang <wsa+renesas@sang-engineering.com> S: Supported F: drivers/i2c/busses/i2c-gpio.c F: include/linux/platform_data/i2c-gpio.h |