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

2014-03-14 Thread Josh Cartwright
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: [PATCH] pinctrl: msm: Fix compile error in msm_config_reg()

2014-03-14 Thread Linus Walleij
On Fri, Mar 14, 2014 at 4:06 PM, Georgi Djakov wrote: > Fix the following compilation error in msm_config_reg(): > > drivers/pinctrl/pinctrl-msm.c: In function 'msm_config_reg': > drivers/pinctrl/pinctrl-msm.c:218:4: error: 'reg' undeclared (first use in > this > function) > > Error is caused by

[PATCH] pinctrl: msm: Fix compile error in msm_config_reg()

2014-03-14 Thread Georgi Djakov
Fix the following compilation error in msm_config_reg(): drivers/pinctrl/pinctrl-msm.c: In function 'msm_config_reg': drivers/pinctrl/pinctrl-msm.c:218:4: error: 'reg' undeclared (first use in this function) Error is caused by the mix of these two commits: ed118a5fd951bd2def8249ee251842c4f81fe4bd

Re: [PATCH v5 1/2] i2c: qup: Add device tree bindings information

2014-03-14 Thread Rob Herring
On March 13, 2014 9:07:42 PM CDT, Bjorn Andersson wrote: >From: "Ivan T. Ivanov" > >The Qualcomm Universal Peripherial (QUP) wraps I2C mini-core and >provide input and output FIFO's for it. I2C controller can operate >as master with supported bus speeds of 100Kbps and 400Kbps. > >Signed-off-by: I