Re: [PATCH 1/2] i2c: add i2c-lpc2k driver

2015-08-15 Thread Joachim Eastwood
Hi Wolfram, On 15 August 2015 at 22:24, Wolfram Sang w...@the-dreams.de wrote: On Mon, Jul 13, 2015 at 12:47:21AM +0200, Joachim Eastwood wrote: Add support for the I2C controller found on several NXP devices including LPC2xxx, LPC178x/7x and LPC18xx/43xx. The controller is implemented as a

Re: [PATCH 1/2] i2c: add i2c-lpc2k driver

2015-08-15 Thread Wolfram Sang
On Mon, Jul 13, 2015 at 12:47:21AM +0200, Joachim Eastwood wrote: Add support for the I2C controller found on several NXP devices including LPC2xxx, LPC178x/7x and LPC18xx/43xx. The controller is implemented as a state machine and the driver act upon the state changes when the bus is accessed.

[PATCH 1/2] i2c: add i2c-lpc2k driver

2015-07-12 Thread Joachim Eastwood
Add support for the I2C controller found on several NXP devices including LPC2xxx, LPC178x/7x and LPC18xx/43xx. The controller is implemented as a state machine and the driver act upon the state changes when the bus is accessed. The I2C controller supports master/slave operation, bus arbitration,