Re: [PATCH v2 3/4] scsi: ufs: add trace events and dump prints for debug

2015-02-22 Thread Gilad Broner
struct ufs_stats { +#ifdef CONFIG_DEBUG_FS bool enabled; u64 **tag_stats; int q_depth; int err_stats[UFS_ERR_MAX]; +#endif Can any of the tracepoint code be called that references these when CONFIG_DEBUG_FS is not set? Because soon (possibly even this merge window),

[PATCH 01/12] ARM: dts: apq8064: add RPM regulators support

2015-02-22 Thread Srinivas Kandagatla
This patch adds rpm node to apq8064 dt as rpm would be used by other devices for regulator support. Also adds all the regulators in the rpm. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064.dtsi | 241 1

[PATCH 03/12] ARM: dts: apq8064: Add USB OTG support

2015-02-22 Thread Srinivas Kandagatla
This patch adds USB OTG support on USB1 of APQ8064 SOC. Tested on IFC6410 with ethernet gadget. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 22 arch/arm/boot/dts/qcom-apq8064.dtsi| 32

[PATCH 00/12] ARM: dts: apq8064 dt patches.

2015-02-22 Thread Srinivas Kandagatla
Hi Kumar, Now that the rpm header file dependency is resolved, Could you queue these dt patches for rc2. Thanks, srini Nicolas Dechesne (3): ARM: DT: apq8064: add pci support in CM QS600 ARM: DT: apq8064: Add usb host support to CM QS-600 ARM: DT: apq8064: Add USB OTG support for CM

[PATCH 04/12] ARM: dts: apq8064: Add SATA controller support.

2015-02-22 Thread Srinivas Kandagatla
This patch adds AHCI based SATA controller support to APQ8064. Tested on IFC6410 board. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 15 + arch/arm/boot/dts/qcom-apq8064.dtsi| 35

[PATCH 02/12] ARM: dts: apq8064: Add usb host support.

2015-02-22 Thread Srinivas Kandagatla
This patch adds device tree nodes to support two usb hosts on APQ8064 SOC. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 40 + arch/arm/boot/dts/qcom-apq8064.dtsi| 47

[PATCH 09/12] ARM: qcom: Add DT alias for serial port

2015-02-22 Thread Srinivas Kandagatla
From: Pramod Gurav pramod.gu...@smartplayin.com Define an alias for serial port present on ifc6410 which is used as console. Signed-off-by: Pramod Gurav pramod.gu...@smartplayin.com --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 4 arch/arm/boot/dts/qcom-apq8064.dtsi| 2 +- 2

[PATCH 08/12] ARM: DT: apq8064: Add USB OTG support for CM QS-600

2015-02-22 Thread Srinivas Kandagatla
From: Nicolas Dechesne nicolas.deche...@linaro.org This patch adds USB OTG support on USB1 for Compulab QS-600 Board. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 16 +++- 1 file changed, 15 insertions(+), 1

[PATCH 05/12] ARM: dts: APQ8064: Add MDP support

2015-02-22 Thread Srinivas Kandagatla
From: Rob Clark robdcl...@gmail.com This patch adds MDP node to APQ8064 dt. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064.dtsi | 112 1 file changed, 112 insertions(+) diff --git

[PATCH 07/12] ARM: DT: apq8064: Add usb host support to CM QS-600

2015-02-22 Thread Srinivas Kandagatla
From: Nicolas Dechesne nicolas.deche...@linaro.org This patch adds device tree nodes to support two usb hosts on Compulab QS600 board. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 16 1 file changed, 16

[PATCH 06/12] ARM: DT: apq8064: add pci support in CM QS600

2015-02-22 Thread Srinivas Kandagatla
From: Nicolas Dechesne nicolas.deche...@linaro.org This patch adds PCIE support to APQ8064, tested with Ethernet on Compulab QS600 board. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 19 +++ 1 file changed, 19

[PATCH 11/12] ARM: dts: Move i2c1 pinctrl to apq8064.dtsi

2015-02-22 Thread Srinivas Kandagatla
I2C1 pinctrl is not really specific to a board, moving to SOC dtsi would avoid redefining this in every board. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 7 --- arch/arm/boot/dts/qcom-apq8064.dtsi| 7 +++ 2

[PATCH 12/12] ARM: dts: apq8064 add i2c3 node for panel.

2015-02-22 Thread Srinivas Kandagatla
This patch adds i2c3 node which is used for panel control on IFC6410. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 10 ++ arch/arm/boot/dts/qcom-apq8064.dtsi| 25 + 2 files changed, 35

[PATCH 10/12] ARM: dts: apq8064: Remove incorrect gsbi2 node.

2015-02-22 Thread Srinivas Kandagatla
Commit 8c3166f5d74b7936d29dc44f778e759c1b9fb43a (ARM: DT: apq8064: Add i2c device nodes) added a new gsbi2 node which is totally wrong for 2 reasons. First the address range is not something which maps to gsbi2 according to datasheet and 3.4 sources. Secondly 8064 devices do not use gsbi2 for i2c

[PATCH v2] dmaengine: qcom_bam_dma: Add support for BAM v1.7.0

2015-02-22 Thread Archit Taneja
Add register offset table entry for the newer (v1.7.0) version of the BAM IP found on MSM8916. Update the DT bindings documentation. Signed-off-by: Archit Taneja arch...@codeaurora.org --- Change in v2: Fix wrong execution environment multiplier for BAM_IRQ_SRCS_EE and