Re: [PATCH v7 16/20] usb: phy: msm: Fix PTS definitions for MSM USB controller

2014-05-02 Thread Felipe Balbi
On Fri, May 02, 2014 at 08:49:05AM +0300, Ivan T. Ivanov wrote: On Wed, 2014-04-30 at 11:27 -0500, Felipe Balbi wrote: On Thu, Apr 24, 2014 at 06:48:11PM +0300, Ivan T. Ivanov wrote: From: Tim Bird tbird...@gmail.com Fix the value used for Parallel Transceiver Select (PTS) for the MSM

Re: [PATCH] dmaengine: qcom_bam_dma: Add descriptor flag APIs

2014-05-02 Thread Vinod Koul
On Thu, Apr 17, 2014 at 05:04:02PM -0500, Andy Gross wrote: This patch adds APIs that allow for BAM hardware flags to be set per descriptor. Each one of the new flags informs the attached peripheral of a special behavior that is required. The EOT flag requests that the peripheral assert an

Re: [PATCH] pinctrl: qcom: Correct name for pin 0

2014-05-02 Thread Linus Walleij
On Fri, Apr 25, 2014 at 1:41 PM, Andy Gross agr...@codeaurora.org wrote: Fix copy/paste error in pinctrl_pin_desc for pin 0. Signed-off-by: Andy Gross agr...@codeaurora.org Pretty obvious. Patch applied! Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

[PATCH] i2c: qup: Fix pm_runtime_get_sync usage

2014-05-02 Thread Andy Gross
This patch corrects the error check on the call to pm_runtime_get_sync. Signed-off-by: Andy Gross agr...@codeaurora.org --- drivers/i2c/busses/i2c-qup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-qup.c b/drivers/i2c/busses/i2c-qup.c index