forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/…
…linux/kernel/git/brgl/linux Pull gpio fixes from Bartosz Golaszewski: "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). Summary: - don't ignore I2C errors in gpio-pca953x - update MAINTAINERS entries for Mun Yew Tham and myself" * tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: MAINTAINERS: Update Mun Yew Tham as Altera Pio Driver maintainer MAINTAINERS: update my email address gpio: pca953x: do not ignore i2c errors
- Loading branch information
Showing
2 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -810,7 +810,7 @@ F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml | |
F: drivers/dma/altera-msgdma.c | ||
|
||
ALTERA PIO DRIVER | ||
M: Joyce Ooi <joyce.ooi@intel.com> | ||
M: Mun Yew Tham <mun.yew.tham@intel.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/gpio/gpio-altera.c | ||
|
@@ -2961,7 +2961,7 @@ F: crypto/async_tx/ | |
F: include/linux/async_tx.h | ||
|
||
AT24 EEPROM DRIVER | ||
M: Bartosz Golaszewski <[email protected]> | ||
M: Bartosz Golaszewski <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git | ||
|
@@ -7984,7 +7984,7 @@ F: include/linux/gpio/regmap.h | |
|
||
GPIO SUBSYSTEM | ||
M: Linus Walleij <[email protected]> | ||
M: Bartosz Golaszewski <[email protected]> | ||
M: Bartosz Golaszewski <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git | ||
|
@@ -11365,7 +11365,7 @@ F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml | |
F: drivers/iio/proximity/mb1232.c | ||
|
||
MAXIM MAX77650 PMIC MFD DRIVER | ||
M: Bartosz Golaszewski <[email protected]> | ||
M: Bartosz Golaszewski <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/*/*max77650.yaml | ||
|
@@ -18682,7 +18682,7 @@ F: include/linux/clk/ti.h | |
|
||
TI DAVINCI MACHINE SUPPORT | ||
M: Sekhar Nori <[email protected]> | ||
R: Bartosz Golaszewski <[email protected]> | ||
R: Bartosz Golaszewski <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters