Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308472
b: refs/heads/master
c: b4f0b74
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang committed May 12, 2012
1 parent f530f9b commit 8656a00
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0938643e533cc80ef0cdfdd2e260c4910d0f8bc7
refs/heads/master: b4f0b74ea37789eeeabe57b7ccd5808df076c081
2 changes: 1 addition & 1 deletion trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5104,7 +5104,7 @@ PCA9541 I2C BUS MASTER SELECTOR DRIVER
M: Guenter Roeck <guenter.roeck@ericsson.com>
L: linux-i2c@vger.kernel.org
S: Maintained
F: drivers/i2c/muxes/pca9541.c
F: drivers/i2c/muxes/i2c-mux-pca9541.c

PCA9564/PCA9665 I2C BUS DRIVER
M: Wolfram Sang <w.sang@pengutronix.de>
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/muxes/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config I2C_MUX_PCA9541
I2C Master Selector.

This driver can also be built as a module. If so, the module
will be called pca9541.
will be called i2c-mux-pca9541.

config I2C_MUX_PCA954x
tristate "Philips PCA954x I2C Mux/switches"
Expand All @@ -35,6 +35,6 @@ config I2C_MUX_PCA954x
I2C mux/switch devices.

This driver can also be built as a module. If so, the module
will be called pca954x.
will be called i2c-mux-pca954x.

endmenu
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/muxes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for multiplexer I2C chip drivers.

obj-$(CONFIG_I2C_MUX_GPIO) += gpio-i2cmux.o
obj-$(CONFIG_I2C_MUX_PCA9541) += pca9541.o
obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o
obj-$(CONFIG_I2C_MUX_PCA954x) += i2c-mux-pca954x.o

ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
File renamed without changes.
File renamed without changes.

0 comments on commit 8656a00

Please sign in to comment.