Re: [PATCH] i2c: I2C_ELEKTOR should depend on HAS_IOPORT

2011-08-29 Thread Geert Uytterhoeven
On Wed, Aug 17, 2011 at 11:39, Jean Delvare kh...@linux-fr.org wrote: On Tue, 16 Aug 2011 21:14:42 +0200, Geert Uytterhoeven wrote: On Tue, Aug 16, 2011 at 19:50, Jean Delvare kh...@linux-fr.org wrote: On Mon,  8 Aug 2011 13:20:46 +0200, Geert Uytterhoeven wrote:

Re: [PATCH] i2c: I2C_ELEKTOR should depend on HAS_IOPORT

2011-08-29 Thread Geert Uytterhoeven
Hi Jean, On Mon, Aug 29, 2011 at 09:55, Jean Delvare kh...@linux-fr.org wrote: On Mon, 29 Aug 2011 09:48:17 +0200, Geert Uytterhoeven wrote: On Wed, Aug 17, 2011 at 11:39, Jean Delvare kh...@linux-fr.org wrote: OK, fair enough. Patch applied, thanks. Any chance it will finds its way in 3.1,

Re: [PATCHv6 1/3] OMAP: I2C: Reset support

2011-08-29 Thread Shubhrajyoti
On Saturday 27 August 2011 04:36 AM, Kevin Hilman wrote: Shubhrajyoti Dshubhrajy...@ti.com writes: Under some error conditions the i2c driver may do a reset. Adding a reset field and support in the device-specific code. Signed-off-by: Shubhrajyoti Dshubhrajy...@ti.com Needs update/rebase to

Re: [PATCHv6 2/3] OMAP: I2C: Remove the reset in the init path

2011-08-29 Thread Shubhrajyoti
On Saturday 27 August 2011 04:41 AM, Kevin Hilman wrote: Shubhrajyoti Dshubhrajy...@ti.com writes: - The reset in the driver at init is not needed anymore as the hwmod framework takes care of reseting it. - Reset is removed from omap_i2c_init, which was called not only during probe,

Re: [PATCH] misc: Remove obsolete cleanup for clientdata

2011-08-29 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On Thu, Aug 25, 2011 at 7:54 PM, Wolfram Sang w.s...@pengutronix.de wrote: A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit or error. This is obsolete meanwhile, the core will do it. Signed-off-by: Wolfram