[PATCH] i2c: Move I2C_EG20T option to the right place.

2012-01-23 Thread Jayachandran C.
From: Jayachandran C jayachandr...@netlogicmicro.com Move Kconfig option for I2C_EG20T to the correct position and keep the options sorted. Also, use tabs in Makefile and move the I2C_EG20T entry to its position. Signed-off-by: Jayachandran C jayachandr...@netlogicmicro.com ---

Re: [PATCH] i2c-isch: Decrease delay in the loop checking the BUSY state of the bus

2012-01-23 Thread Jean Delvare
Salut Olivier, On Fri, 20 Jan 2012 12:46:54 +0100, Olivier Sobrie wrote: Generally it is not needed to wait for 1 msec, the SMBus get often ready in less than 200 usecs. The code change looks OK but the patch description not really. The loop you're changing is waiting for command completion,

Re: [PATCH] i2c-s3c2410: Add stub runtime power management

2012-01-23 Thread Sylwester Nawrocki
On 01/22/2012 10:39 PM, Mark Brown wrote: On Sun, Jan 22, 2012 at 06:48:36PM +0100, Sylwester Nawrocki wrote: On 01/22/2012 06:27 PM, Bill Gatliff wrote: I for one would rather see in-kernel drivers that require it, and then In fact we have to deal with the opposite now, as some existing

Re: [RFC PATCH 5/7] ARM: davinci: i2c: add OF support

2012-01-23 Thread Sylwester Nawrocki
Hello, On 01/23/2012 09:56 AM, Heiko Schocher wrote: add of support for the davinci i2c driver. Signed-off-by: Heiko Schocherh...@denx.de Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc: devicetree-disc...@lists.ozlabs.org Cc:

[PATCH 4/6] i2c-i801: SMBus patch for Intel Lynx Point DeviceIDs

2012-01-23 Thread Seth Heasley
This patch adds the SMBus controller DeviceIDs for the Intel Lynx Point PCH. Signed-off-by: Seth Heasley seth.heas...@intel.com --- Documentation/i2c/busses/i2c-i801 |1 + drivers/i2c/busses/Kconfig|1 + drivers/i2c/busses/i2c-i801.c |3 +++ 3 files changed, 5

Re: [RFC PATCH 5/7] ARM: davinci: i2c: add OF support

2012-01-23 Thread Heiko Schocher
Hello Sylwester, Sylwester Nawrocki wrote: Hello, On 01/23/2012 09:56 AM, Heiko Schocher wrote: add of support for the davinci i2c driver. Signed-off-by: Heiko Schocherh...@denx.de Cc: davinci-linux-open-sou...@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc:

Re: [PATCH 4/6] i2c-i801: SMBus patch for Intel Lynx Point DeviceIDs

2012-01-23 Thread Jean Delvare
On Mon, 23 Jan 2012 16:37:36 -0800, Seth Heasley wrote: This patch adds the SMBus controller DeviceIDs for the Intel Lynx Point PCH. Signed-off-by: Seth Heasley seth.heas...@intel.com --- Documentation/i2c/busses/i2c-i801 |1 + drivers/i2c/busses/Kconfig|1 +