diff options
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 4 | ||||
-rw-r--r-- | drivers/i2c/muxes/Makefile | 4 | ||||
-rw-r--r-- | drivers/i2c/muxes/i2c-mux-pca9541.c (renamed from drivers/i2c/muxes/pca9541.c) | 0 | ||||
-rw-r--r-- | drivers/i2c/muxes/i2c-mux-pca954x.c (renamed from drivers/i2c/muxes/pca954x.c) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 707163365a93..f0c3b4558381 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5104,7 +5104,7 @@ PCA9541 I2C BUS MASTER SELECTOR DRIVER | |||
5104 | M: Guenter Roeck <guenter.roeck@ericsson.com> | 5104 | M: Guenter Roeck <guenter.roeck@ericsson.com> |
5105 | L: linux-i2c@vger.kernel.org | 5105 | L: linux-i2c@vger.kernel.org |
5106 | S: Maintained | 5106 | S: Maintained |
5107 | F: drivers/i2c/muxes/pca9541.c | 5107 | F: drivers/i2c/muxes/i2c-mux-pca9541.c |
5108 | 5108 | ||
5109 | PCA9564/PCA9665 I2C BUS DRIVER | 5109 | PCA9564/PCA9665 I2C BUS DRIVER |
5110 | M: Wolfram Sang <w.sang@pengutronix.de> | 5110 | M: Wolfram Sang <w.sang@pengutronix.de> |
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 90b7a0163899..e14a4205e5c6 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig | |||
@@ -25,7 +25,7 @@ config I2C_MUX_PCA9541 | |||
25 | I2C Master Selector. | 25 | I2C Master Selector. |
26 | 26 | ||
27 | This driver can also be built as a module. If so, the module | 27 | This driver can also be built as a module. If so, the module |
28 | will be called pca9541. | 28 | will be called i2c-mux-pca9541. |
29 | 29 | ||
30 | config I2C_MUX_PCA954x | 30 | config I2C_MUX_PCA954x |
31 | tristate "Philips PCA954x I2C Mux/switches" | 31 | tristate "Philips PCA954x I2C Mux/switches" |
@@ -35,6 +35,6 @@ config I2C_MUX_PCA954x | |||
35 | I2C mux/switch devices. | 35 | I2C mux/switch devices. |
36 | 36 | ||
37 | This driver can also be built as a module. If so, the module | 37 | This driver can also be built as a module. If so, the module |
38 | will be called pca954x. | 38 | will be called i2c-mux-pca954x. |
39 | 39 | ||
40 | endmenu | 40 | endmenu |
diff --git a/drivers/i2c/muxes/Makefile b/drivers/i2c/muxes/Makefile index 4640436ea61f..0868335cff11 100644 --- a/drivers/i2c/muxes/Makefile +++ b/drivers/i2c/muxes/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for multiplexer I2C chip drivers. | 2 | # Makefile for multiplexer I2C chip drivers. |
3 | 3 | ||
4 | obj-$(CONFIG_I2C_MUX_GPIO) += gpio-i2cmux.o | 4 | obj-$(CONFIG_I2C_MUX_GPIO) += gpio-i2cmux.o |
5 | obj-$(CONFIG_I2C_MUX_PCA9541) += pca9541.o | 5 | obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o |
6 | obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o | 6 | obj-$(CONFIG_I2C_MUX_PCA954x) += i2c-mux-pca954x.o |
7 | 7 | ||
8 | ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG | 8 | ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG |
diff --git a/drivers/i2c/muxes/pca9541.c b/drivers/i2c/muxes/i2c-mux-pca9541.c index 8aacde1516ac..8aacde1516ac 100644 --- a/drivers/i2c/muxes/pca9541.c +++ b/drivers/i2c/muxes/i2c-mux-pca9541.c | |||
diff --git a/drivers/i2c/muxes/pca954x.c b/drivers/i2c/muxes/i2c-mux-pca954x.c index f2dfe0d8fcce..f2dfe0d8fcce 100644 --- a/drivers/i2c/muxes/pca954x.c +++ b/drivers/i2c/muxes/i2c-mux-pca954x.c | |||