
On 09/15/2013 12:09 PM, Philippe Reynes wrote:
This serie is composed of two patches:
- one to port the i2c mxc driver to new subsystem
- one to update all configurations with i2c mxc driver
This serie was tested with success on armadeus apf27.
Philippe Reynes (2): i2c: move to new subsystem i2c: update config using mxc driver to new subsystem
README | 3 + arch/arm/cpu/armv7/mx5/clock.c | 2 +- arch/arm/cpu/armv7/mx6/clock.c | 2 +- arch/arm/imx-common/Makefile | 2 +- drivers/i2c/Makefile | 2 +- drivers/i2c/mxc_i2c.c | 109 +++++++++++++++++-------------------- include/configs/apf27.h | 5 +- include/configs/flea3.h | 6 +- include/configs/imx31_phycore.h | 6 +- include/configs/m53evk.h | 6 +- include/configs/mx25pdk.h | 6 +- include/configs/mx35pdk.h | 6 +- include/configs/mx53ard.h | 6 +- include/configs/mx53evk.h | 6 +- include/configs/mx53loco.h | 6 +- include/configs/mx53smd.h | 6 +- include/configs/mx6qsabreauto.h | 3 +- include/configs/nitrogen6x.h | 3 +- include/configs/titanium.h | 3 +- include/configs/vf610twr.h | 6 +- include/configs/woodburn_common.h | 6 +- 21 files changed, 98 insertions(+), 102 deletions(-)
Tested-by: Eric Nelson eric.nelson@boundarydevices.com
Tested on i.MX6Q (nitrogen6q) and i.MX6S (nitrogen6s) against I2C busses 0-2 and a variety of devices (HDMI, touch controllers).