Re: [PATCH 3/3] dt/bindings: dmaengine: qcom_bam_dma: Add compatible string for BAM v1.3.0

2014-09-21 Thread Andy Gross
On Thu, Sep 18, 2014 at 04:22:55PM +0530, Archit Taneja wrote: > Add compatible string for BAM v1.3.0 in the DT bindings documentation. > Mentioned > a few more SoCs which have BAM v1.4.0 in them. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Archit Taneja > --- > Documentation/devicetree

Re: [PATCH 2/3] dmaengine: qcom_bam_dma: Add BAM v1.3.0 support

2014-09-21 Thread Andy Gross
On Thu, Sep 18, 2014 at 04:22:54PM +0530, Archit Taneja wrote: > We currently have register offset information only for BAM IPs with revision > 1.4.0. We add register offset table entries for the legacy (v1.3.0) version > of BAM IPs found on SoCs like APQ8064 and MSM8960. > > The register offset t

Re: [PATCH 1/3] dmaengine: qcom_bam_dma: Generalize BAM register offset calculations

2014-09-21 Thread Andy Gross
On Thu, Sep 18, 2014 at 04:22:53PM +0530, Archit Taneja wrote: > The BAM DMA IP comes in different versions. The register offset layout varies > among these versions. The layouts depend on which generation/family of SoCs > they > belong to. > > The current SoCs(like 8084, 8074) have a layout wher

Re: [PATCH 1/3] dmaengine: qcom_bam_dma: Generalize BAM register offset calculations

2014-09-21 Thread Andy Gross
On Fri, Sep 19, 2014 at 01:26:03AM +0100, Srinivas Kandagatla wrote: > Hi Andy, > > Does this patchset supersede "dmaengine: qcom_bam_dma: Add v1.3.0 ..." > https://lkml.org/lkml/2014/4/16/660 Yes, this is intended to be used instead. We're abandoning my patch. -- sent by an employee of the

[PATCH] spi: qup: Fix incorrect block transfers

2014-09-21 Thread Andy Gross
This patch fixes a number of errors with the QUP block transfer mode. Errors manifested themselves as input underruns, output overruns, and timed out transactions. The block mode does not require the priming that occurs in FIFO mode. At the moment that the QUP is placed into the RUN state, the Q

RE: [PATCH v2 1/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver

2014-09-21 Thread Kim, Milo
Hello Jonathan and Stanimir, > >> See Documentation/ABI/sysfs-bus-iio > >> Millivolts I think... We copied hwmon where possible. > > > > I'm a bit confused about these units. I searched references of > > iio_read_channel_processed() and found a few. > > > > The iio_hwmon expecting milivolts. On th

Re: [PATCH 0/3] Krait VFP fixes

2014-09-21 Thread Rob Clark
On Thu, Sep 18, 2014 at 5:43 PM, Stephen Boyd wrote: > These changes allow us to support VFP correctly on Krait processors. > They also fix short vector emulation for Cortex-A15 and Krait. fwiw, without these patches we were having problems w/ rpm in fedora, which was looking for vfpv3 bits to de

Re: [PATCH V3 10/16] scsi: ufs: add UFS power management support

2014-09-21 Thread Dolev Raviv
Hi Kiran, Thanks for bringing it to my attention. Fortunately I already noticed it and fixed it. It will be sent soon when all comments on this series are addressed. Thanks, Dolev > Hi Dolev, > > On Wednesday 10 September 2014 05:24 PM, Dolev Raviv wrote: >> From: Subhash Jadavani >> >> This pat

Re: [PATCH] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-09-21 Thread Jonathan Cameron
On 18/09/14 14:15, Ivan T. Ivanov wrote: > The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has > 16 bits resolution and register space inside PMIC accessible across > SPMI bus. > > The driver registers itself through IIO interface. > > Signed-off-by: Ivan T. Ivanov A few comments fro

Re: [PATCH v2 1/2] iio: vadc: Qualcomm SPMI PMIC voltage ADC driver

2014-09-21 Thread Jonathan Cameron
On 18/09/14 10:57, Stanimir Varbanov wrote: > Hi Jonathan, > > On 09/15/2014 07:11 PM, Jonathan Cameron wrote: >> >> >> On September 15, 2014 3:12:50 PM GMT+01:00, Stanimir Varbanov >> wrote: >>> Hi Jonathan, >>> >>> Thanks for the review! >>> >>> On 09/13/2014 08:27 PM, Jonathan Cameron wrote: