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 bjorn.anders...@sonymobile.com wrote: From: Ivan T. Ivanov iiva...@mm-sol.com 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

[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:

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 gdja...@mm-sol.com 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

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 driver