Re: [PATCH 1/2] pci: Add IORESOURCE_BIT entry for PCIe ECAM resources.

2014-06-03 Thread Grant Likely
On Mon, 2 Jun 2014 13:09:08 -0500, Kumar Gala wrote: > > On Jun 2, 2014, at 11:23 AM, Grant Likely wrote: > > > On Mon, 2 Jun 2014 10:40:30 -0500, Kumar Gala wrote: > >> > >> On Jun 2, 2014, at 10:09 AM, Grant Likely wrote: > >> > >>> On Sat, 31 May 2014 20:41:04 +0200, Arnd Bergmann wrote

Re: [PATCH 1/2] pci: Add IORESOURCE_BIT entry for PCIe ECAM resources.

2014-06-03 Thread Arnd Bergmann
On Tuesday 03 June 2014 09:44:59 Grant Likely wrote: > > The reason I think allow an ECAM makes sense in ranges is because it allows > > for a direct IO read/write to CFG space (w/o any mapping) similar to what > > one would do for MEM space or IO. > > I don't think that's right. PCI addresses a

[PATCH] clk: export __clk_round_rate for providers

2014-06-03 Thread Arnd Bergmann
Commit 99cbd064b0 ("clk: qcom: Support display RCG clocks") adds a use of the __clk_round_rate in a clock provided that can be built as a loadable module. This exports the symbol to avoid the build error from compiling the qcom clock as a module. Signed-off-by: Arnd Bergmann Cc: Stephen Boyd Cc

Re: [PATCH 1/2] pci: Add IORESOURCE_BIT entry for PCIe ECAM resources.

2014-06-03 Thread Grant Likely
On Tue, 03 Jun 2014 11:21:10 +0200, Arnd Bergmann wrote: > On Tuesday 03 June 2014 09:44:59 Grant Likely wrote: > > > The reason I think allow an ECAM makes sense in ranges is because it > > > allows for a direct IO read/write to CFG space (w/o any mapping) similar > > > to what one would do for

[PATCH v3 0/2] clk: qcom: Add APQ8084 Global Clock Controller support

2014-06-03 Thread Georgi Djakov
This patchset adds support for the global clock controller found on the APQ8084 based platforms. Applies to clk-next. Changes from v2: - Removed resets not belonging to gcc. (suggested by Stephen Boyd) - Split the DT patches into separate patchset. (suggested by Kumar Gala) Changes from v1: -

[PATCH v3 1/2] clk: qcom: Add APQ8084 Global Clock Controller documentation

2014-06-03 Thread Georgi Djakov
Add the compatible string for the APQ8084 global clock controller to the clock binding documentation. Signed-off-by: Georgi Djakov Reviewed-by: Stephen Boyd --- .../devicetree/bindings/clock/qcom,gcc.txt |1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bin

[PATCH v3 2/2] ARM: dts: qcom: Add APQ8084 serial port DT node

2014-06-03 Thread Georgi Djakov
Add the necessary DT node to probe the serial driver on APQ8084 platforms. Signed-off-by: Georgi Djakov Reviewed-by: Stephen Boyd --- arch/arm/boot/dts/qcom-apq8084-mtp.dts |6 ++ arch/arm/boot/dts/qcom-apq8084.dtsi|8 2 files changed, 14 insertions(+) diff --git a/arc

[PATCH v3 0/2] ARM: dts: qcom: Add APQ8084 DT nodes for GCC and UART

2014-06-03 Thread Georgi Djakov
This patchset adds DT nodes for the APQ8084 global clock controller and serial port. Should go through qcom/arm-soc tree. Changes from v2: - Split the DT patches into separate patchset. (suggested by Kumar Gala) Changes from v1: - Moved APQ8084 clocks into a separate file and under separate K

[PATCH v3 1/2] ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node

2014-06-03 Thread Georgi Djakov
This patch adds the necessary node to probe the global clock controller on APQ8084 platforms. Signed-off-by: Georgi Djakov Reviewed-by: Stephen Boyd --- arch/arm/boot/dts/qcom-apq8084.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/a

[PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Kumar Gala
WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in reference from the variable msm_platform_driver to the function .init.text:msm_serial_probe() The variable msm_platform_driver references the function __init msm_serial_probe() If the reference is valid then annotate the variable wi

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Greg KH
On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: > WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in > reference from the variable msm_platform_driver to the function > .init.text:msm_serial_probe() > The variable msm_platform_driver references > the function __init msm_

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Olof Johansson
On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: > On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: >> WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in >> reference from the variable msm_platform_driver to the function >> .init.text:msm_serial_probe() >> The variable msm

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Greg KH
On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: > On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: > > On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: > >> WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in > >> reference from the variable msm_platform_dri

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Olof Johansson
On Tue, Jun 3, 2014 at 2:14 PM, Greg KH wrote: > On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: >> On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: >> > On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: >> >> WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch

Re: [PATCH V1 1/4] scsi: ufs: query descriptor API

2014-06-03 Thread Santosh Y
On Tue, May 27, 2014 at 12:51 PM, Dolev Raviv wrote: > Introduces the API for sending queries with descriptors. > A descriptor is a block or page of parameters that describe the device. > The descriptors are classified into types and can range in size > from 2 bytes through 255 bytes. > All descri

Re: [PATCH V1 2/4] scsi: ufs: device query status and size check

2014-06-03 Thread Santosh Y
On Tue, May 27, 2014 at 12:51 PM, Dolev Raviv wrote: > Check query response status before copying the response. > Add descriptor query response size check, before copying it to buffer. > > Signed-off-by: Dolev Raviv > Signed-off-by: Raviv Shvili > --- > drivers/scsi/ufs/ufshcd.c | 49 > +++

Re: [PATCH V1 3/4] scsi: ufs: Logical Unit (LU) command queue depth

2014-06-03 Thread Santosh Y
On Tue, May 27, 2014 at 12:51 PM, Dolev Raviv wrote: > Some of the UFS devices may support different number of commands > that can be queued per LU. At the current implementation, > SW configure each of the UFS devices LU's according to the > controller capability. > > In this patch the queue dept

Re: [PATCH V1 4/4] scsi: ufs: Fix queue depth handling for best effort cases

2014-06-03 Thread Santosh Y
On Tue, May 27, 2014 at 12:51 PM, Dolev Raviv wrote: > Some UFS devices may expose bLUQueueDepth field as zero indicating > that the queue depth depends on the number of resources available > for LUN at a particular instant to handle the outstanding transfer > requests. Currently, when response fo