forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c/mux: Driver for PCA9541 I2C Master Selector
This patch adds support for PCA9541, an I2C Bus Master Selector. The driver is modeled as single channel I2C Multiplexer to be able to utilize the I2C multiplexer framework. Signed-off-by: Guenter Roeck <[email protected]> Reviewed-by: Tom Grennan <[email protected]> Acked-by: Jean Delvare <[email protected]>
- Loading branch information
Guenter Roeck
authored and
Jean Delvare
committed
Oct 24, 2010
1 parent
51b54ba
commit ae63b13
Showing
3 changed files
with
422 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# | ||
# Makefile for multiplexer I2C chip drivers. | ||
|
||
obj-$(CONFIG_I2C_MUX_PCA9541) += pca9541.o | ||
obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o | ||
|
||
ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG |
Oops, something went wrong.