-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare…
…-2.6 * 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: i2c: Fix platform driver hotplug/coldplug i2c: New driver for the SuperH Mobile I2C bus controller i2c/scx200_acb: Don't use 0 as NULL pointer i2c-bfin-twi: Fix mismatch in add timer and delete timer i2c-bfin-twi: Just let i2c-bfin-twi driver depends on BLACKFIN i2c-bfin-twi: Use simpler comment headers and strip out information that is maintained in the scm's log i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful information i2c-bfin-twi: Add missing pin mux operation i2c-bfin-twi: Add platform_resource interface to support multi-port TWI controllers i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c master xfer operation i2c: Remove trailing whitespaces in busses/Kconfig i2c: Replace remaining __FUNCTION__ occurrences i2c: Renesas SH7760 I2C master driver i2c-dev: Split i2cdev_ioctl i2c-ibm_iic: Support building as an of_platform driver i2c-ibm_iic: Change the log levels i2c: Add platform driver on top of the new pca-algorithm i2c-algo-pca: Extend for future drivers i2c-algo-pca: Remove trailing whitespaces and unnecessary UTF i2c: Remove the algorithm drivers from the config menu
- Loading branch information
Showing
34 changed files
with
2,313 additions
and
575 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,16 @@ | ||
# | ||
# Character device configuration | ||
# I2C algorithm drivers configuration | ||
# | ||
|
||
menu "I2C Algorithms" | ||
|
||
config I2C_ALGOBIT | ||
tristate "I2C bit-banging interfaces" | ||
help | ||
This allows you to use a range of I2C adapters called bit-banging | ||
adapters. Say Y if you own an I2C adapter belonging to this class | ||
and then say Y to the specific driver for you adapter below. | ||
|
||
This support is also available as a module. If so, the module | ||
will be called i2c-algo-bit. | ||
tristate | ||
|
||
config I2C_ALGOPCF | ||
tristate "I2C PCF 8584 interfaces" | ||
help | ||
This allows you to use a range of I2C adapters called PCF adapters. | ||
Say Y if you own an I2C adapter belonging to this class and then say | ||
Y to the specific driver for you adapter below. | ||
|
||
This support is also available as a module. If so, the module | ||
will be called i2c-algo-pcf. | ||
tristate | ||
|
||
config I2C_ALGOPCA | ||
tristate "I2C PCA 9564 interfaces" | ||
help | ||
This allows you to use a range of I2C adapters called PCA adapters. | ||
Say Y if you own an I2C adapter belonging to this class and then say | ||
Y to the specific driver for you adapter below. | ||
|
||
This support is also available as a module. If so, the module | ||
will be called i2c-algo-pca. | ||
tristate | ||
|
||
config I2C_ALGO_SGI | ||
tristate "I2C SGI interfaces" | ||
tristate | ||
depends on SGI_IP22 || SGI_IP32 || X86_VISWS | ||
help | ||
Supports the SGI interfaces like the ones found on SGI Indy VINO | ||
or SGI O2 MACE. | ||
|
||
endmenu | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.