From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Sep 2011 02:09:01 +0200 Subject: [U-Boot] [PATCH 0/4] Clock fix and MXC I2C rework series Message-ID: <1316045346-5168-1-git-send-email-marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de First three patches in this series fix problems with clock decoding on MX5, the remaining patch reworks the MXC I2C driver. This is tested on: * MX51 EfikaSB * MX51 EfikaMX * MX53 QSB Marek Vasut (4): MX5: Modify the PLL decoding algorithm MX5: Add AHB clock reporting and fix IPG clock reporting MX5: Clean up the output of "clocks" command I2C: mxc_i2c rework arch/arm/cpu/armv7/mx5/clock.c | 125 +++++++-- arch/arm/include/asm/arch-mx5/imx-regs.h | 3 + drivers/i2c/mxc_i2c.c | 423 ++++++++++++++++++++---------- 3 files changed, 394 insertions(+), 157 deletions(-) -- 1.7.5.4