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

2013-06-26 Thread Wolfram Sang
On Wed, Jun 26, 2013 at 10:55:06AM +0200, Christian Ruppert wrote: > This patch makes the SDA hold time configurable through device tree. > > Signed-off-by: Christian Ruppert > Signed-off-by: Pierrick Hascoet Applied to for-next, thanks for keeping at it and providing lots of useful information

Re: [PATCH v3 1/4] i2c-mv64xxx: Set bus frequency to 100kHz if clock-frequency is not provided

2013-06-26 Thread Wolfram Sang
> For the rest of the series, does it mean that you agree with it, or > that you didn't review it yet? Didn't review. So, other people can still join in ;) signature.asc Description: Digital signature

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

2013-06-26 Thread Vineet Gupta
On 06/26/2013 02:25 PM, Christian Ruppert wrote: > This patch makes the SDA hold time configurable through device tree. > > Signed-off-by: Christian Ruppert > Signed-off-by: Pierrick Hascoet > --- > .../devicetree/bindings/i2c/i2c-designware.txt | 15 +++ > arch/arc/boot/dts/ab

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

2013-06-26 Thread Christian Ruppert
This patch makes the SDA hold time configurable through device tree. Signed-off-by: Christian Ruppert Signed-off-by: Pierrick Hascoet --- .../devicetree/bindings/i2c/i2c-designware.txt | 15 +++ arch/arc/boot/dts/abilis_tb100_dvk.dts | 10 +- arch/arc/boo

[PATCH] i2c: reduce parent checking to a NOOP in non-I2C_MUX case

2013-06-26 Thread Phil Carmody
In 0826374 - i2c: Multiplexed I2C bus core support core i2c code increased in size and complexity even when I2C_MUX wasn't selected. Turning this check into a constant NULL in the n case lets the client functions in be simplified too, not needing to include never-called calls to the mux-specific h

Re: [PATCH v3 1/4] i2c-mv64xxx: Set bus frequency to 100kHz if clock-frequency is not provided

2013-06-26 Thread Gregory CLEMENT
On 06/25/2013 11:44 PM, Wolfram Sang wrote: > On Fri, Jun 21, 2013 at 03:32:06PM +0200, Gregory CLEMENT wrote: >> This commit adds checking whether clock-frequency property acquisition has >> succeeded. If not, the frequency is set to 100kHz by default. >> >> The Device Tree binding documentation