Re: [U-Boot] [PATCH v3 3/9] tegra: Enhance clock support to handle 16-bit clock divisors

2012-02-10 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Friday, February 03, 2012 6:14 PM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; linux-te...@vger.kernel.org; Simon Glass > Subject: [PATCH v3 3/9] tegra: Enhance clock support to handle 16-bit

[U-Boot] [PATCH v3 3/9] tegra: Enhance clock support to handle 16-bit clock divisors

2012-02-03 Thread Simon Glass
I2C ports have a 16-bit clock divisor. Add code to handle this special case so that I2C speeds below 150KHz are supported. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to support 16-bit clock divisors required by I2C arch/arm/cpu/armv7/tegra2/clock.c | 63 +++