Re: [PATCH] i2c: imx: choose the better clock divider

2011-06-15 Thread Eric Miao
Sorry forgot to include Ben. Ben, any ideas? On Tue, Jun 14, 2011 at 3:17 PM, Eric Miao eric.m...@linaro.org wrote: The original algorithm doesn't perform very well in some cases, e.g.  When the source clock of the I2C controller is 66MHz, and the  requested rate is 100KHz, it gives a

[PATCH] i2c-nomadik: fix kerneldoc warning

2011-06-15 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org There was a missing struct item in the kerneldoc, add it and fix another pretty-printing formatting issue with a missing space. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- drivers/i2c/busses/i2c-nomadik.c |3 ++- 1 files changed, 2

Re: [PATCH 05/13] i2c-designware: split of i2c-designware.c into core and bus specific parts

2011-06-15 Thread Ben Dooks
as a note: Applying: i2c-designware: split of i2c-designware.c into core and bus specific parts /home/ben/linux.git/.git/rebase-apply/patch:56: new blank line at EOF. + warning: 1 line adds whitespace errors. -- Ben Dooks, b...@fluff.org, http://www.fluff.org/ben/ Large Hadron Colada: A large

Re: [PATCH 13/13] i2c-intel-mid.c: Remove i2c-intel-mid.c

2011-06-15 Thread Ben Dooks
Applying: i2c-intel-mid.c: Remove i2c-intel-mid.c error: patch failed: drivers/i2c/busses/i2c-intel-mid.c:1 error: drivers/i2c/busses/i2c-intel-mid.c: patch does not apply Patch failed at 0013 i2c-intel-mid.c: Remove i2c-intel-mid.c -- Ben Dooks, b...@fluff.org, http://www.fluff.org/ben/ Large

Re: [PATCH v4 00/18] I2C: OMAP: I2C fixes, removal of cpu_is... from driver

2011-06-15 Thread Ben Dooks
On Wed, Jun 01, 2011 at 05:19:26PM -0700, Kevin Hilman wrote: Ben, Please pull in this series from Andy Green for the next merge window. v4 is simply a rebase of Andy's v3 against v3.0-rc1 with some basic sanity testing against with the latest kernel. These look much more like

Re: [PATCH] i2c: tegra: Assign unused slave address

2011-06-15 Thread Ben Dooks
On Mon, Jun 13, 2011 at 09:03:52AM -0700, Stephen Warren wrote: Stephen Warren wrote at Monday, June 06, 2011 11:25 AM: On Tegra, we should always use the new I2C slave controller, to avoid issues with the old controller. This was implemented in commit 65a1a0a i2c: tegra: Enable new slave

Re: [PATCH] i2c-au1550: increase timeout waiting for transactions to finish

2011-06-15 Thread Ben Dooks
On Sun, Jun 12, 2011 at 02:31:27PM +0200, Manuel Lauss wrote: Wait a bit longer for the I2C master transaction to finish. With this change the WM8731 codec on the DB1300 board is now reliably initialized. Tested on Db1200 and Db1300. Signed-off-by: Manuel Lauss manuel.la...@googlemail.com

Re: [PATCH v4 00/18] I2C: OMAP: I2C fixes, removal of cpu_is... from driver

2011-06-15 Thread Nicolas Pitre
On Wed, 15 Jun 2011, Ben Dooks wrote: On Wed, Jun 01, 2011 at 05:19:26PM -0700, Kevin Hilman wrote: Ben, Please pull in this series from Andy Green for the next merge window. v4 is simply a rebase of Andy's v3 against v3.0-rc1 with some basic sanity testing against with the latest

Re: [PATCH v4 00/18] I2C: OMAP: I2C fixes, removal of cpu_is... from driver

2011-06-15 Thread Kevin Hilman
Hi Ben, Ben Dooks ben-...@fluff.org writes: On Wed, Jun 01, 2011 at 05:19:26PM -0700, Kevin Hilman wrote: Ben, Please pull in this series from Andy Green for the next merge window. v4 is simply a rebase of Andy's v3 against v3.0-rc1 with some basic sanity testing against with the