mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
i2c: muxes: rename first set of drivers to a standard pattern
Apply a naming pattern like in the rest of the subsystem to a first set of mux drivers. Those drivers are the low-hanging fruit; we want to pick them to motivate upcoming drivers to follow the new pattern. The missing GPIO driver will be converted in a later patch. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com> (pca9541) Acked-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user