[PATCH 1/3] ARM: dts: qcom: Add SPMI PMIC Arbiter nodes for APQ8084 and MSM8974

2015-02-03 Thread Ivan T. Ivanov
Add SPMI PMIC Arbiter configuration nodes for APQ8084 and MSM8974. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- arch/arm/boot/dts/qcom-apq8084.dtsi | 16 arch/arm/boot/dts/qcom-msm8974.dtsi | 16 2 files changed, 32 insertions(+) diff --git

[PATCH v1 4/4] scsi: ufs: inject errors to verify error handling

2015-02-03 Thread Gilad Broner
From: Sujit Reddy Thumma sthu...@codeaurora.org Use fault-injection framework to simulate error conditions in the controller and verify error handling mechanisms implemented in UFS host controller driver. This is used only during development and hence guarded by CONFIG_UFS_FAULT_INJECTION debug

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

2015-02-03 Thread Gilad Broner
Add trace events to driver to allow monitoring and profilig of activities such as PM suspend/resume, hibernate enter/exit, clock gating and clock scaling up/down. In addition, add UFS host controller register dumps to provide detailed information in case of errors to assist in analysis of issues.

[PATCH v1 2/4] scsi: ufs: add debugfs for ufs

2015-02-03 Thread Gilad Broner
From: Lee Susman lsus...@codeaurora.org Adding debugfs capability for ufshcd. debugfs attributes introduced in this patch: - View driver/controller runtime data - Command tag statistics for performance analisis - Dump device descriptor info - Track recoverable errors statistics during

[PATCH v1 0/4] Add ioctl and debug utilities to UFS driver

2015-02-03 Thread Gilad Broner
This patch series introduces in the first change a new UFS ioctl, allowing user-space to send UFS queries and retrieve information from them. In addition, the other three patches add utilities to support debugging efforts and supply information that will help analysis of issue: UFS trace events,

Re: [PATCH v4] thermal: Add QPNP PMIC temperature alarm driver

2015-02-03 Thread Ivan T. Ivanov
On Mon, 2015-02-02 at 17:38 +0200, Stanimir Varbanov wrote: + + chip-tz_dev = thermal_zone_of_sensor_register(pdev-dev, 0, chip, + qpnp_tm_sensor_ops); + if (IS_ERR(chip-tz_dev)) { + dev_err(pdev-dev,

Re: [PATCH v3 3/3] pinctrl: qcom: Add msm8916 pinctrl driver

2015-02-03 Thread Andy Gross
On Fri, Jan 30, 2015 at 12:04:01PM +0200, Stanimir Varbanov wrote: From: Joonwoo Park joonw...@codeaurora.org Add initial pinctrl driver to support pin configuration with pinctrl framework for msm8916. Signed-off-by: Joonwoo Park joonw...@codeaurora.org Signed-off-by: Stanimir Varbanov

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

2015-02-03 Thread Steven Rostedt
On Tue, 3 Feb 2015 17:37:19 +0200 Gilad Broner gbro...@codeaurora.org wrote: Add trace events to driver to allow monitoring and profilig of activities such as PM suspend/resume, hibernate enter/exit, clock gating and clock scaling up/down. In addition, add UFS host controller register dumps

Re: [PATCH V2 2/2] spmi: pmic_arb: add support for hw version 2

2015-02-03 Thread Gilad Avidov
Hi Stan, Thank you for the review. On 2/3/2015 2:59 AM, Stanimir Varbanov wrote: Hi Gilad, Thanks for the patch. On 01/31/2015 02:46 AM, Gilad Avidov wrote: Qualcomm PMIC Arbiter version-2 changes from version-1 are: - Some different register offsets. - New channel register space, one per

[PATCH] spmi: pmic_arb: enable build on arm64 platforms

2015-02-03 Thread Stanimir Varbanov
This enables pmic arbiter driver to be build on arm64 platforms. Signed-off-by: Stanimir Varbanov svarba...@mm-sol.com --- drivers/spmi/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig index bf1295e..115348c 100644 ---

[PATCH 3/3] ARM: dts: qcom: Add APQ8084 chipset SPMI PMIC's nodes

2015-02-03 Thread Ivan T. Ivanov
PMA8084 have 2 SPMI devices per physical package. Add their configuration nodes and include them in boards which are using AQP8084 based chipset. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- arch/arm/boot/dts/qcom-apq8084-ifc6540.dts | 1 + arch/arm/boot/dts/qcom-apq8084-mtp.dts |

[PATCH 0/3] Add initial DT support for Qualcomm SPMI PMIC devices

2015-02-03 Thread Ivan T. Ivanov
Following set of patches add initial DT support for PMIC devices found on recent Quqalcomm chipsets. Details for SPMI bus and PMIC arbiter could be found here [1]. Regards, Ivan [1] http://lwn.net/Articles/564637/ Ivan T. Ivanov (3): ARM: dts: qcom: Add SPMI PMIC Arbiter nodes for APQ8084 and

[PATCH 2/3] ARM: dts: qcom: Add 8x74 chipset SPMI PMIC's nodes

2015-02-03 Thread Ivan T. Ivanov
PM8841 and PM8941 have 2 SPMI devices per physical package. Add their configuration nodes and include them in boards which are using 8x74 based chipset. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- arch/arm/boot/dts/qcom-apq8074-dragonboard.dts| 2 ++

Re: [PATCH v4] thermal: Add QPNP PMIC temperature alarm driver

2015-02-03 Thread Eduardo Valentin
On Tue, Feb 03, 2015 at 11:24:45AM +0200, Ivan T. Ivanov wrote: Hi Eduardo, On Mon, 2015-02-02 at 14:14 -0400, Eduardo Valentin wrote: Ivan, On Mon, Feb 02, 2015 at 05:19:30PM +0200, Ivan T. Ivanov wrote: Add support for the temperature alarm peripheral found inside Qualcomm

Re: [PATCH v2 1/2] clk: qcom: gcc-msm8960: add child devices support.

2015-02-03 Thread Srinivas Kandagatla
On 30/01/15 21:16, Stephen Boyd wrote: On 01/30/15 10:06, Srinivas Kandagatla wrote: On 30/01/15 16:57, Bjorn Andersson wrote: On Fri, Jan 30, 2015 at 2:17 AM, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: This patch adds support to add child devices to gcc as some of the

Re: [PATCH V2 2/2] spmi: pmic_arb: add support for hw version 2

2015-02-03 Thread Stanimir Varbanov
Hi Gilad, Thanks for the patch. On 01/31/2015 02:46 AM, Gilad Avidov wrote: Qualcomm PMIC Arbiter version-2 changes from version-1 are: - Some different register offsets. - New channel register space, one per PMIC peripheral (ppid). All tx traffic uses these channels. - New observer