From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 16 Sep 2013 16:20:27 -0700 Subject: [U-Boot] [PATCH 0/2] i2c: port i2c driver to new subsystem In-Reply-To: <1379272182-8607-1-git-send-email-tremyfr@yahoo.fr> References: <1379272182-8607-1-git-send-email-tremyfr@yahoo.fr> Message-ID: <5237923B.2070608@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Tested on i.MX6Q (nitrogen6q) and i.MX6S (nitrogen6s) against I2C busses 0-2 and a variety of devices (HDMI, touch controllers).