diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-13 18:13:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-13 18:13:18 -0400 |
commit | 3e565a351ed3e94352bfbe0be06c659fc8fafb19 (patch) | |
tree | ea0c23c03484140413f4dcb75d11c69c05d5cdb0 /MAINTAINERS | |
parent | 1bad9ce155a7c010a9a5f3261ad12a6a8eccfb2c (diff) | |
parent | 1eace8344c02c625ee99cc3ffa50187ded2c87b5 (diff) |
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull more i2c updates from Wolfram Sang:
- hot bugfix for i801 to make laptops with strange BIOS reboot again
when using SMBUS Host notify
- change to MAINTAINERS creating a specific fallback entry for I2C host
drivers and settings its status to "Odd fixes"
- a long overdue param checking for the I2C core
* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: add param sanity check to i2c_transfer()
MAINTAINERS: add maintainer for Renesas I2C related drivers
MAINTAINERS: remove me as maintainer for I2C host drivers
i2c: i801: Restore configuration at shutdown
i2c: i801: Save register SMBSLVCMD value only once
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 73d83416d852..f79952e6f627 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5911,6 +5911,11 @@ S: Supported | |||
5911 | F: drivers/phy/ | 5911 | F: drivers/phy/ |
5912 | F: include/linux/phy/ | 5912 | F: include/linux/phy/ |
5913 | 5913 | ||
5914 | GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER | ||
5915 | M: Wolfram Sang <wsa+renesas@sang-engineering.com> | ||
5916 | S: Supported | ||
5917 | F: drivers/i2c/muxes/i2c-demux-pinctrl.c | ||
5918 | |||
5914 | GENERIC PM DOMAINS | 5919 | GENERIC PM DOMAINS |
5915 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | 5920 | M: "Rafael J. Wysocki" <rjw@rjwysocki.net> |
5916 | M: Kevin Hilman <khilman@kernel.org> | 5921 | M: Kevin Hilman <khilman@kernel.org> |
@@ -6586,15 +6591,25 @@ W: https://i2c.wiki.kernel.org/ | |||
6586 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | 6591 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ |
6587 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git | 6592 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git |
6588 | S: Maintained | 6593 | S: Maintained |
6589 | F: Documentation/devicetree/bindings/i2c/ | 6594 | F: Documentation/devicetree/bindings/i2c/i2c.txt |
6590 | F: Documentation/i2c/ | 6595 | F: Documentation/i2c/ |
6591 | F: drivers/i2c/ | 6596 | F: drivers/i2c/* |
6592 | F: drivers/i2c/*/ | ||
6593 | F: include/linux/i2c.h | 6597 | F: include/linux/i2c.h |
6594 | F: include/linux/i2c-*.h | 6598 | F: include/linux/i2c-dev.h |
6599 | F: include/linux/i2c-smbus.h | ||
6595 | F: include/uapi/linux/i2c.h | 6600 | F: include/uapi/linux/i2c.h |
6596 | F: include/uapi/linux/i2c-*.h | 6601 | F: include/uapi/linux/i2c-*.h |
6597 | 6602 | ||
6603 | I2C SUBSYSTEM HOST DRIVERS | ||
6604 | L: linux-i2c@vger.kernel.org | ||
6605 | W: https://i2c.wiki.kernel.org/ | ||
6606 | Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ | ||
6607 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git | ||
6608 | S: Odd Fixes | ||
6609 | F: Documentation/devicetree/bindings/i2c/ | ||
6610 | F: drivers/i2c/algos/ | ||
6611 | F: drivers/i2c/busses/ | ||
6612 | |||
6598 | I2C-TAOS-EVM DRIVER | 6613 | I2C-TAOS-EVM DRIVER |
6599 | M: Jean Delvare <jdelvare@suse.com> | 6614 | M: Jean Delvare <jdelvare@suse.com> |
6600 | L: linux-i2c@vger.kernel.org | 6615 | L: linux-i2c@vger.kernel.org |
@@ -11906,6 +11921,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git c | |||
11906 | S: Supported | 11921 | S: Supported |
11907 | F: drivers/clk/renesas/ | 11922 | F: drivers/clk/renesas/ |
11908 | 11923 | ||
11924 | RENESAS EMEV2 I2C DRIVER | ||
11925 | M: Wolfram Sang <wsa+renesas@sang-engineering.com> | ||
11926 | S: Supported | ||
11927 | F: drivers/i2c/busses/i2c-emev2.c | ||
11928 | |||
11909 | RENESAS ETHERNET DRIVERS | 11929 | RENESAS ETHERNET DRIVERS |
11910 | R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 11930 | R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> |
11911 | L: netdev@vger.kernel.org | 11931 | L: netdev@vger.kernel.org |
@@ -11921,6 +11941,12 @@ L: linux-iio@vger.kernel.org | |||
11921 | S: Supported | 11941 | S: Supported |
11922 | F: drivers/iio/adc/rcar_gyro_adc.c | 11942 | F: drivers/iio/adc/rcar_gyro_adc.c |
11923 | 11943 | ||
11944 | RENESAS R-CAR I2C DRIVERS | ||
11945 | M: Wolfram Sang <wsa+renesas@sang-engineering.com> | ||
11946 | S: Supported | ||
11947 | F: drivers/i2c/busses/i2c-rcar.c | ||
11948 | F: drivers/i2c/busses/i2c-sh_mobile.c | ||
11949 | |||
11924 | RENESAS USB PHY DRIVER | 11950 | RENESAS USB PHY DRIVER |
11925 | M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 11951 | M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> |
11926 | L: linux-renesas-soc@vger.kernel.org | 11952 | L: linux-renesas-soc@vger.kernel.org |