Re: [PATCH v5 2/2] i2c: New bus driver for the Qualcomm QUP I2C controller

2014-03-19 Thread Andy Gross
On Thu, Mar 13, 2014 at 07:07:43PM -0700, Bjorn Andersson wrote: > This bus driver supports the QUP i2c hardware controller in the Qualcomm SOCs. > The Qualcomm Universal Peripheral Engine (QUP) is a general purpose data path > engine with input/output FIFOs and an embedded i2c mini-core. The drive

Re: platform_data in i2c device drivers

2014-03-19 Thread Laurent Pinchart
Hi Frank, On Wednesday 19 March 2014 18:32:50 Frank Bormann wrote: > Hi Everyone, > > I am looking at the i2c_pca954x i2c bus mux driver in linux-stable. My goal > is to have the slave buses show up in Linux with static bus numbers. > Ideally, I want to define the first bus number to use in the d

platform_data in i2c device drivers

2014-03-19 Thread Frank Bormann
Hi Everyone, I am looking at the i2c_pca954x i2c bus mux driver in linux-stable. My goal is to have the slave buses show up in Linux with static bus numbers. Ideally, I want to define the first bus number to use in the dtb. It seems, the driver has already some support for static bus numbers

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

2014-03-19 Thread Sören Brinkmann
ping? Thanks, Sören On Tue, 2014-03-11 at 09:50AM -0700, Soren Brinkmann wrote: > Add a driver for the Cadence I2C controller. This controller is for > example found in Xilinx Zynq. > > Signed-off-by: Soren Brinkmann > --- > v3: > - incorporate signal handling changes from Mike