Re: [PATCH v2 1/2] i2c: Add driver for Cadence I2C controller

2014-03-11 Thread Sören Brinkmann
I'll send a v2 which will include the changes suggested in this thread: https://lkml.org/lkml/2014/3/11/64 Sören On Tue, 2014-03-04 at 08:42AM -0800, Soren Brinkmann wrote: > Add a driver for the Cadence I2C controller. This controller is for > example found in Xilinx Zynq. > >

Re: [PATCH v2 1/2] i2c: Add driver for Cadence I2C controller

2014-03-11 Thread Sören Brinkmann
I'll send a v2 which will include the changes suggested in this thread: https://lkml.org/lkml/2014/3/11/64 Sören On Tue, 2014-03-04 at 08:42AM -0800, Soren Brinkmann wrote: Add a driver for the Cadence I2C controller. This controller is for example found in Xilinx Zynq.

[PATCH v2 1/2] i2c: Add driver for Cadence I2C controller

2014-03-04 Thread Soren Brinkmann
Add a driver for the Cadence I2C controller. This controller is for example found in Xilinx Zynq. Signed-off-by: Soren Brinkmann --- v2: - make driver depend on COMMON_CLK instead of ARCH_ZYNQ --- .../devicetree/bindings/i2c/i2c-cadence.txt| 21 + MAINTAINERS

[PATCH v2 1/2] i2c: Add driver for Cadence I2C controller

2014-03-04 Thread Soren Brinkmann
Add a driver for the Cadence I2C controller. This controller is for example found in Xilinx Zynq. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- v2: - make driver depend on COMMON_CLK instead of ARCH_ZYNQ --- .../devicetree/bindings/i2c/i2c-cadence.txt| 21 + MAINTAINERS