Re: [PATCH v7] i2c-designware: make SDA hold time configurable

2013-05-17 Thread Wolfram Sang
On Tue, May 14, 2013 at 02:07:45PM +0300, Mika Westerberg wrote: On Tue, Apr 09, 2013 at 12:59:54PM +0200, Christian Ruppert wrote: This patch makes the SDA hold time configurable through device tree. Signed-off-by: Christian Ruppert christian.rupp...@abilis.com Signed-off-by: Pierrick

Re: [PATCH v7] i2c-designware: make SDA hold time configurable

2013-05-17 Thread Mika Westerberg
On Fri, May 17, 2013 at 10:29:28AM +0200, Wolfram Sang wrote: On Tue, May 14, 2013 at 02:07:45PM +0300, Mika Westerberg wrote: On Tue, Apr 09, 2013 at 12:59:54PM +0200, Christian Ruppert wrote: This patch makes the SDA hold time configurable through device tree. Signed-off-by:

Re: [PATCH v7] i2c-designware: make SDA hold time configurable

2013-05-17 Thread Wolfram Sang
New bindings are complicated. I need to check if there is an existing/similar one, check if it is generic enough for drivers still to come, etc. I didn't have the time to do this for 3.10, so it is 3.11 material. OK, thanks. I just wanted to be sure this patch wasn't forgotten as it is

Re: [PATCH v7] i2c-designware: make SDA hold time configurable

2013-05-14 Thread Mika Westerberg
On Tue, Apr 09, 2013 at 12:59:54PM +0200, Christian Ruppert wrote: This patch makes the SDA hold time configurable through device tree. Signed-off-by: Christian Ruppert christian.rupp...@abilis.com Signed-off-by: Pierrick Hascoet pierrick.hasc...@abilis.com Hi Wolfram, What happened to this

[PATCH v7] i2c-designware: make SDA hold time configurable

2013-04-16 Thread Christian Ruppert
Looks like this was eaten by the spam filter last time so i'm resending it to the lists only: This patch makes the SDA hold time configurable through device tree. Signed-off-by: Christian Ruppert christian.rupp...@abilis.com Signed-off-by: Pierrick Hascoet pierrick.hasc...@abilis.com ---