Re: [PATCH v3] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Wolfram Sang
On Fri, Oct 03, 2014 at 01:50:48PM +0200, Wolfram Sang wrote: > On Fri, Oct 03, 2014 at 01:08:02PM +0200, Anders Berg wrote: > > Add I2C bus driver for the controller found in the LSI Axxia family SoCs. > > The > > driver implements 10-bit addressing and SMBus transfer modes via emulation > > (inc

Re: [PATCH v3] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Wolfram Sang
On Fri, Oct 03, 2014 at 01:08:02PM +0200, Anders Berg wrote: > Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The > driver implements 10-bit addressing and SMBus transfer modes via emulation > (including SMBus block data read). > > Signed-off-by: Anders Berg Applied to

[PATCH v3] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Anders Berg
Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The driver implements 10-bit addressing and SMBus transfer modes via emulation (including SMBus block data read). Signed-off-by: Anders Berg --- Changelog v3: - class-based instantiation not used - move driver to