i2c: muxes: rename first set of drivers to a standard pattern
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 25 Apr 2012 20:29:43 +0000 (22:29 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Sat, 12 May 2012 12:28:17 +0000 (14:28 +0200)
commitb4f0b74ea37789eeeabe57b7ccd5808df076c081
tree215c7bff20b134f23886456fcf9f8421ca902196
parent0938643e533cc80ef0cdfdd2e260c4910d0f8bc7
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>
MAINTAINERS
drivers/i2c/muxes/Kconfig
drivers/i2c/muxes/Makefile
drivers/i2c/muxes/i2c-mux-pca9541.c [new file with mode: 0644]
drivers/i2c/muxes/i2c-mux-pca954x.c [new file with mode: 0644]
drivers/i2c/muxes/pca9541.c [deleted file]
drivers/i2c/muxes/pca954x.c [deleted file]
This page took 0.027125 seconds and 5 git commands to generate.