diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-04-28 15:32:06 +0200 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-05-12 14:28:18 +0200 |
commit | e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354 (patch) | |
tree | 2f219f7db3371d477733bbcf6d8f56e5bac1cf69 /MAINTAINERS | |
parent | 353f56b5f3093b6d75e81f523a8b10748a40f278 (diff) | |
download | linux-e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354.tar.gz linux-e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354.tar.bz2 linux-e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354.zip |
i2c: Rename last mux driver to standard pattern
Update the MAINTAINERS entry and all other references accordingly.
Based on an original patch by Wolfram Sang.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
[wsa: fixed merge conflict due to rework in i2c_add_mux_adapter()]
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0c3b4558381..4241699adea3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2937,9 +2937,9 @@ GENERIC GPIO I2C MULTIPLEXER DRIVER M: Peter Korsgaard <peter.korsgaard@barco.com> L: linux-i2c@vger.kernel.org S: Supported -F: drivers/i2c/muxes/gpio-i2cmux.c -F: include/linux/gpio-i2cmux.h -F: Documentation/i2c/muxes/gpio-i2cmux +F: drivers/i2c/muxes/i2c-mux-gpio.c +F: include/linux/i2c-mux-gpio.h +F: Documentation/i2c/muxes/i2c-mux-gpio GENERIC HDLC (WAN) DRIVERS M: Krzysztof Halasa <khc@pm.waw.pl> |