diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-21 14:51:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-21 14:51:36 +0300 |
commit | 467e050e9760fc31dcf854ec88401e18419f5f78 (patch) | |
tree | 8ac99bec5739b93f9655d4020f2c46ed9c62ec73 /MAINTAINERS | |
parent | 23469de647c4c7b68b5d135927b1c509f0e757e6 (diff) | |
parent | 31d86033a0749a0463ea654130b2de5c163154f1 (diff) | |
download | linux-467e050e9760fc31dcf854ec88401e18419f5f78.tar.xz |
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Wolfram writes:
"i2c for 4.19
Another driver bugfix and MAINTAINERS addition from I2C."
* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: rcar: cleanup DMA for all kinds of failure
MAINTAINERS: Add entry for Broadcom STB I2C controller
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7f371d372bdd..7ad424b7b8df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3006,6 +3006,14 @@ S: Supported F: drivers/gpio/gpio-brcmstb.c F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt +BROADCOM BRCMSTB I2C DRIVER +M: Kamal Dasu <kdasu.kdev@gmail.com> +L: linux-i2c@vger.kernel.org +L: bcm-kernel-feedback-list@broadcom.com +S: Supported +F: drivers/i2c/busses/i2c-brcmstb.c +F: Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt + BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER M: Al Cooper <alcooperx@gmail.com> L: linux-kernel@vger.kernel.org |