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

2011-12-03 Thread Shubhrajyoti
On Saturday 03 December 2011 03:07 AM, Jon Hunter wrote: Hi Shubhrajyoti, On 12/2/2011 3:21, Shubhrajyoti D wrote: - 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

Re: [PATCH] i2c multiplexer driver for Proliant microserver N36L

2011-12-03 Thread Eddi De Pieri
This patch add support to multiplexed smbus for proliant microserver N36L and may be applicable to other configuration based on sb8xx southbus. root@proliant:/usr/src/lm-sensors/eddi# i2cdetect -l i2c-0 smbus SMBus piix4 adapter (SDA0) SMBus adapter i2c-1 smbus

Re: [lm-sensors] [PATCH] i2c multiplexer driver for Proliant microserver N36L

2011-12-03 Thread Guenter Roeck
On Sat, Dec 03, 2011 at 10:31:30AM -0500, Eddi De Pieri wrote: This patch add support to multiplexed smbus for proliant microserver N36L and may be applicable to other configuration based on sb8xx southbus. Did you read Documentation/SubmittingPatches ? The patch doesn't follow the

Re: [lm-sensors] [PATCH] i2c multiplexer driver for Proliant microserver N36L

2011-12-03 Thread Eddi De Pieri
Actually I don't have a development system with latest git. I build my patch on my debian with 2.6.32 kernel.. The patch is based on i2c-amd756-s4882.c and adapted to work with sb8xx... i2c-amd756-s4882.c is still present and don't use i2c-mux infrastructure. However if you are interested in

Re: [PATCH] i2c multiplexer driver for Proliant microserver N36L

2011-12-03 Thread Jean Delvare
Hi Eddi, On Sat, 3 Dec 2011 17:42:16 +0100, Eddi De Pieri wrote: Actually I don't have a development system with latest git. I build my patch on my debian with 2.6.32 kernel.. The patch is based on i2c-amd756-s4882.c and adapted to work with sb8xx... i2c-amd756-s4882.c is still present