[Patch v3 05/10] arm64: dts: Add PM8916 support on MSM8916

2015-09-24 Thread Andy Gross
This patch adds the PM8916 regulator nodes found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi

[Patch v3 10/10] regulator: qcom-smd: Add support for PMA8084

2015-09-24 Thread Andy Gross
This patch adds support and documentation for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 35 drivers/regulator/qcom_smd-regulator.c

Re: [Patch v2 02/10] soc: qcom: smd-rpm: Add existing platform support

2015-09-23 Thread Andy Gross
On Wed, Sep 23, 2015 at 10:18:40AM -0700, Bjorn Andersson wrote: > On Wed 23 Sep 09:53 PDT 2015, Andy Gross wrote: > > > This patch adds support for all current Qualcomm platforms which utilize > > RPM over SMD. This includes both MSM8916 and APQ8084. > > >

Re: [Patch v2 06/10] regulators: qcom-smd: Add PM8916 support

2015-09-23 Thread Andy Gross
On Wed, Sep 23, 2015 at 10:23:58AM -0700, Bjorn Andersson wrote: > On Wed 23 Sep 09:53 PDT 2015, Andy Gross wrote: > > > This patch adds support and documentation for the PM8916 regulators > > found on MSM8916 platforms. > > > > Signed-off-by: Andy Gross > >

[Patch v2 01/10] soc: qcom: documentation: Update SMD/RPM Docs

2015-09-23 Thread Andy Gross
This patch moves the qcom,smd-rpm.txt to the correct location and splits out the smd and rpm documentation. In addition, a smd-rpm-regulator document is added. Signed-off-by: Andy Gross --- .../devicetree/bindings/soc/qcom,smd-rpm.txt | 117 .../bindings/soc/qcom

[Patch v2 04/10] arm64: dts: qcom: Add RPM/SMD support on MSM8916

2015-09-23 Thread Andy Gross
Add support for the SMD and RPM devices found on MSM8916 platforms. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi

[Patch v2 05/10] arm64: dts: Add PM8916 support on MSM8916

2015-09-23 Thread Andy Gross
This patch adds the PM8916 regulator nodes found on MSM8916 platforms. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom

[Patch v2 00/10] Add RPM/SMD Support for QCOM platforms

2015-09-23 Thread Andy Gross
patches as there was already an outstanding patch Andy Gross (10): soc: qcom: documentation: Update SMD/RPM Docs soc: qcom: smd-rpm: Add existing platform support arm64: dts: qcom: Add MSM8916 SMEM nodes arm64: dts: qcom: Add RPM/SMD support on MSM8916 arm64: dts: Add PM8916 support

[Patch v2 02/10] soc: qcom: smd-rpm: Add existing platform support

2015-09-23 Thread Andy Gross
This patch adds support for all current Qualcomm platforms which utilize RPM over SMD. This includes both MSM8916 and APQ8084. Signed-off-by: Andy Gross --- .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt |2 ++ drivers/soc/qcom/smd-rpm.c |2 ++ 2 files

[Patch v2 09/10] arm: dts: Add support for PMA8084 on APQ8084

2015-09-23 Thread Andy Gross
This patch adds support for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-apq8084.dtsi | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts

[Patch v2 10/10] regulator: qcom-smd: Add support for PMA8084

2015-09-23 Thread Andy Gross
This patch adds support and documentation for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 35 drivers/regulator/qcom_smd-regulator.c | 95 2 files changed, 130

[Patch v2 07/10] arm: dts: Add APQ8084 SMEM nodes

2015-09-23 Thread Andy Gross
This patch adds all the required nodes to support SMEM on APQ8084 Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-apq8084.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi

[Patch v2 06/10] regulators: qcom-smd: Add PM8916 support

2015-09-23 Thread Andy Gross
This patch adds support and documentation for the PM8916 regulators found on MSM8916 platforms. Signed-off-by: Andy Gross --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 18 ++ drivers/regulator/qcom_smd-regulator.c | 64 2 files changed, 82

[Patch v2 08/10] arm: dts: Add RPM/SMD support on APQ8084

2015-09-23 Thread Andy Gross
This patch adds support for RPM and SMD nodes that are present on APQ8084 platforms. Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-apq8084.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom

[Patch v2 03/10] arm64: dts: qcom: Add MSM8916 SMEM nodes

2015-09-23 Thread Andy Gross
This patch adds the nodes necessary to support the SMEM driver on MSM8916 platforms. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 36 + 1 file changed, 36 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64

[Patch v2 05/10] arm64: dts: Add PM8916 support on MSM8916

2015-09-23 Thread Andy Gross
This patch adds the PM8916 regulator nodes found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi

[Patch v2 04/10] arm64: dts: qcom: Add RPM/SMD support on MSM8916

2015-09-23 Thread Andy Gross
Add support for the SMD and RPM devices found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/bo

[Patch v2 01/10] soc: qcom: documentation: Update SMD/RPM Docs

2015-09-23 Thread Andy Gross
This patch moves the qcom,smd-rpm.txt to the correct location and splits out the smd and rpm documentation. In addition, a smd-rpm-regulator document is added. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../devicetree/bindings/soc/qcom,smd-rpm.txt

[Patch v2 00/10] Add RPM/SMD Support for QCOM platforms

2015-09-23 Thread Andy Gross
patches as there was already an outstanding patch Andy Gross (10): soc: qcom: documentation: Update SMD/RPM Docs soc: qcom: smd-rpm: Add existing platform support arm64: dts: qcom: Add MSM8916 SMEM nodes arm64: dts: qcom: Add RPM/SMD support on MSM8916 arm64: dts: Add PM8916 support

[Patch v2 02/10] soc: qcom: smd-rpm: Add existing platform support

2015-09-23 Thread Andy Gross
This patch adds support for all current Qualcomm platforms which utilize RPM over SMD. This includes both MSM8916 and APQ8084. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt |2 ++ drivers/soc/qcom/smd

[Patch v2 09/10] arm: dts: Add support for PMA8084 on APQ8084

2015-09-23 Thread Andy Gross
This patch adds support for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-apq8084.dtsi | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq808

[Patch v2 06/10] regulators: qcom-smd: Add PM8916 support

2015-09-23 Thread Andy Gross
This patch adds support and documentation for the PM8916 regulators found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 18 ++ drivers/regulator/qcom_smd-regulator.c

[Patch v2 10/10] regulator: qcom-smd: Add support for PMA8084

2015-09-23 Thread Andy Gross
This patch adds support and documentation for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 35 drivers/regulator/qcom_smd-regulator.c

[Patch v2 03/10] arm64: dts: qcom: Add MSM8916 SMEM nodes

2015-09-23 Thread Andy Gross
This patch adds the nodes necessary to support the SMEM driver on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 36 + 1 file changed, 36 insertions(+) diff --git a/arch/arm64/boot/dt

[Patch v2 08/10] arm: dts: Add RPM/SMD support on APQ8084

2015-09-23 Thread Andy Gross
This patch adds support for RPM and SMD nodes that are present on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-apq8084.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi

[Patch v2 07/10] arm: dts: Add APQ8084 SMEM nodes

2015-09-23 Thread Andy Gross
This patch adds all the required nodes to support SMEM on APQ8084 Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-apq8084.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/ar

Re: [Patch v2 02/10] soc: qcom: smd-rpm: Add existing platform support

2015-09-23 Thread Andy Gross
On Wed, Sep 23, 2015 at 10:18:40AM -0700, Bjorn Andersson wrote: > On Wed 23 Sep 09:53 PDT 2015, Andy Gross wrote: > > > This patch adds support for all current Qualcomm platforms which utilize > > RPM over SMD. This includes both MSM8916 and APQ8084. > > > >

Re: [Patch v2 06/10] regulators: qcom-smd: Add PM8916 support

2015-09-23 Thread Andy Gross
On Wed, Sep 23, 2015 at 10:23:58AM -0700, Bjorn Andersson wrote: > On Wed 23 Sep 09:53 PDT 2015, Andy Gross wrote: > > > This patch adds support and documentation for the PM8916 regulators > > found on MSM8916 platforms. > > > > Signed-off-by: And

Re: [PATCH] spmi: Auto-populate driver.owner in spmi_driver_register()

2015-09-22 Thread Andy Gross
gt; > Cc: Andy Gross > Cc: Gilad Avidov > Signed-off-by: Stephen Boyd > --- Reviewed-by: Andy Gross -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe fr

Re: [PATCH v2 5/8] soc: qcom: smd: Remove use of VLAIS

2015-09-22 Thread Andy Gross
On Mon, Sep 21, 2015 at 06:16:51PM -0700, Bjorn Andersson wrote: > On Wed 02 Sep 15:46 PDT 2015, Stephen Boyd wrote: > > > Usage of VLAIS prevents clang from compiling this file, and it > > also opens us to the possibility of allocating a large structure > > on the stack to the point that we blow

Re: [PATCH] spmi: Auto-populate driver.owner in spmi_driver_register()

2015-09-22 Thread Andy Gross
gt; > Cc: Andy Gross <agr...@codeaurora.org> > Cc: Gilad Avidov <gavi...@codeaurora.org> > Signed-off-by: Stephen Boyd <sb...@codeaurora.org> > --- Reviewed-by: Andy Gross <agr...@codeaurora.org> -- Qualcomm Innovation Center, Inc. The Qualcomm Innovatio

Re: [PATCH v2 5/8] soc: qcom: smd: Remove use of VLAIS

2015-09-22 Thread Andy Gross
On Mon, Sep 21, 2015 at 06:16:51PM -0700, Bjorn Andersson wrote: > On Wed 02 Sep 15:46 PDT 2015, Stephen Boyd wrote: > > > Usage of VLAIS prevents clang from compiling this file, and it > > also opens us to the possibility of allocating a large structure > > on the stack to the point that we blow

Re: [PATCH v2 0/2] arm64: dts: qcom: 8x16: UARTDM additions

2015-09-20 Thread Andy Gross
On Fri, Sep 18, 2015 at 04:18:52PM +0300, Ivan T. Ivanov wrote: > Hi, > > This is second version of the changes previously posted [1]. > I have to rebase them on top of Andy's for-next[2] branch and rework them > a little bit, because some of the definitions have been already merged. > >

Re: [PATCH v2 0/2] arm64: dts: qcom: 8x16: UARTDM additions

2015-09-20 Thread Andy Gross
On Fri, Sep 18, 2015 at 04:18:52PM +0300, Ivan T. Ivanov wrote: > Hi, > > This is second version of the changes previously posted [1]. > I have to rebase them on top of Andy's for-next[2] branch and rework them > a little bit, because some of the definitions have been already merged. > >

Re: [PATCH 00/14] ARM: dts: apq8064 dt cleanups and additions

2015-09-19 Thread Andy Gross
On Fri, Sep 18, 2015 at 01:29:31PM +0100, Srinivas Kandagatla wrote: > Hi Andy, > > Here are few cleanup and additions to the existing APQ8064 device tree. > > Some of the patches are to do with princtrl cleanup which was always not > in the right place and some of the pinctrls were missing. >

Re: [PATCH 00/14] ARM: dts: apq8064 dt cleanups and additions

2015-09-19 Thread Andy Gross
On Fri, Sep 18, 2015 at 01:29:31PM +0100, Srinivas Kandagatla wrote: > Hi Andy, > > Here are few cleanup and additions to the existing APQ8064 device tree. > > Some of the patches are to do with princtrl cleanup which was always not > in the right place and some of the pinctrls were missing. >

Re: [PATCH v4] qcom: ipq4019: Add basic board/dts support for IPQ4019 SoC

2015-09-17 Thread Andy Gross
On Thu, Aug 27, 2015 at 11:01:38AM +0530, Varadarajan Narayanan wrote: > Add initial dts files and SoC support for IPQ4019 > > Signed-off-by: Varadarajan Narayanan > --- Aside from the incorrect copyright date (which i will fix), this is fine. I'll apply this. -- Qualcomm Innovation Center,

Re: [PATCH v2 0/3] Add __ioread32_copy() and use it

2015-09-17 Thread Andy Gross
On Thu, Sep 17, 2015 at 12:56:51PM -0700, Andrew Morton wrote: > On Thu, 17 Sep 2015 12:02:08 -0700 Stephen Boyd wrote: > > > The SMD driver is reading and writing chunks of data to iomem, > > and there's an __iowrite32_copy() function for the writing part, but > > no __ioread32_copy() function

Re: [PATCH v2 0/3] Add __ioread32_copy() and use it

2015-09-17 Thread Andy Gross
On Thu, Sep 17, 2015 at 12:56:51PM -0700, Andrew Morton wrote: > On Thu, 17 Sep 2015 12:02:08 -0700 Stephen Boyd wrote: > > > The SMD driver is reading and writing chunks of data to iomem, > > and there's an __iowrite32_copy() function for the writing part, but > > no

Re: [PATCH v4] qcom: ipq4019: Add basic board/dts support for IPQ4019 SoC

2015-09-17 Thread Andy Gross
On Thu, Aug 27, 2015 at 11:01:38AM +0530, Varadarajan Narayanan wrote: > Add initial dts files and SoC support for IPQ4019 > > Signed-off-by: Varadarajan Narayanan > --- Aside from the incorrect copyright date (which i will fix), this is fine. I'll apply this. --

Re: [PATCH] ARM: Remove __ref on hotplug cpu die path

2015-09-15 Thread Andy Gross
ss dec hex filename >126835781470996 348904 14503478 dd4e36 before >126832741470996 348904 14503174 dd4d06 after > > presumably because now we don't have to jump to code in the > .ref.text section and/or the noinline marking is

Re: [PATCH] ARM: Remove __ref on hotplug cpu die path

2015-09-15 Thread Andy Gross
ss dec hex filename >126835781470996 348904 14503478 dd4e36 before >126832741470996 348904 14503174 dd4d06 after > > presumably because now we don't have to jump to code in the > .ref.text section and/or the noinline marking is remo

[Patch v2] firmware: qcom: scm: Add function stubs for ARM64

2015-09-11 Thread Andy Gross
This patch adds stubs for the SCM functions exposed in the QCOM SCM API. Signed-off-by: Andy Gross --- drivers/firmware/Kconfig |8 + drivers/firmware/Makefile |3 +- drivers/firmware/qcom_scm-64.c | 63 3 files changed, 73

Re: [PATCH] firmware: qcom: scm: Add function stubs for ARM64

2015-09-11 Thread Andy Gross
On Fri, Sep 11, 2015 at 06:56:49PM +0100, Russell King - ARM Linux wrote: > On Fri, Sep 11, 2015 at 12:50:56PM -0500, Andy Gross wrote: > > This patch adds stubs for the SCM functions exposed in the QCOM SCM API. > > > > Signed-off-by: Andy Gross > > --- >

[PATCH] firmware: qcom: scm: Add function stubs for ARM64

2015-09-11 Thread Andy Gross
This patch adds stubs for the SCM functions exposed in the QCOM SCM API. Signed-off-by: Andy Gross --- drivers/firmware/Makefile |4 +++ drivers/firmware/qcom_scm-64.c | 63 2 files changed, 67 insertions(+) create mode 100644 drivers

[PATCH] firmware: qcom: scm: Add function stubs for ARM64

2015-09-11 Thread Andy Gross
This patch adds stubs for the SCM functions exposed in the QCOM SCM API. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- drivers/firmware/Makefile |4 +++ drivers/firmware/qcom_scm-64.c | 63 2 files changed, 67 insertions(+) creat

[Patch v2] firmware: qcom: scm: Add function stubs for ARM64

2015-09-11 Thread Andy Gross
This patch adds stubs for the SCM functions exposed in the QCOM SCM API. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- drivers/firmware/Kconfig |8 + drivers/firmware/Makefile |3 +- drivers/firmware/qcom_scm-64.c | 63 +

Re: [PATCH] firmware: qcom: scm: Add function stubs for ARM64

2015-09-11 Thread Andy Gross
On Fri, Sep 11, 2015 at 06:56:49PM +0100, Russell King - ARM Linux wrote: > On Fri, Sep 11, 2015 at 12:50:56PM -0500, Andy Gross wrote: > > This patch adds stubs for the SCM functions exposed in the QCOM SCM API. > > > > Signed-off-by: Andy Gross <agr...@codeaurora.o

Re: [PATCH 06/11] regulators: qcom-smd: Add PM8916 support

2015-09-09 Thread Andy Gross
Disregard this one. Dupe with different subject line of the other patch 6 -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 11/11] arm: dts: Add RPM SMD regulator support on MSM8974

2015-09-09 Thread Andy Gross
On Tue, Sep 08, 2015 at 04:35:31PM -0500, Andy Gross wrote: > This patch adds all the nodes required to support the PM8841 and PM8941 > PMIC regulators present on MSM8974 platforms. > > Signed-off-by: Andy Gross > --- This patch dupes work done by Bjorn. So I'll take his instead

Re: [PATCH 11/11] arm: dts: Add RPM SMD regulator support on MSM8974

2015-09-09 Thread Andy Gross
On Tue, Sep 08, 2015 at 04:35:31PM -0500, Andy Gross wrote: > This patch adds all the nodes required to support the PM8841 and PM8941 > PMIC regulators present on MSM8974 platforms. > > Signed-off-by: Andy Gross <agr...@codeaurora.org> > --- This patch dupes work done by Bjo

Re: [PATCH 06/11] regulators: qcom-smd: Add PM8916 support

2015-09-09 Thread Andy Gross
Disregard this one. Dupe with different subject line of the other patch 6 -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] ARM: multi_v7_defconfig: Enable QCOM SMD/RPM

2015-09-08 Thread Andy Gross
This patch enables all of the options necessary to support the Qualcomm SMD RPM regulator driver. Signed-off-by: Andy Gross --- arch/arm/configs/multi_v7_defconfig |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs

[PATCH] ARM: qcom_defconfig: Enable SMD-RPM regulators

2015-09-08 Thread Andy Gross
This patch enables all of the options required to support SMD RPM based regulators. Signed-off-by: Andy Gross --- arch/arm/configs/qcom_defconfig |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig

[PATCH 05/11] arm64: dts: Add PM8916 support on MSM8916

2015-09-08 Thread Andy Gross
This patch adds the PM8916 regulator nodes found on MSM8916 platforms. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom

[PATCH 00/11] Add RPM/SMD Support for QCOM platforms

2015-09-08 Thread Andy Gross
for the regulators and their dependencies for all of the platforms which support SMD-RPM regulators. Andy Gross (11): soc: qcom: documentation: Update SMD/RPM Docs soc: qcom: smd-rpm: Add existing platform support arm64: dts: qcom: Add MSM8916 SMEM nodes arm64: dts: qcom: Add RPM/SMD support

[PATCH 02/11] soc: qcom: smd-rpm: Add existing platform support

2015-09-08 Thread Andy Gross
This patch adds support for all current Qualcomm platforms which utilize RPM over SMD. This includes both MSM8916 and APQ8084. Signed-off-by: Andy Gross --- .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt |2 ++ drivers/soc/qcom/smd-rpm.c |2 ++ 2 files

[PATCH 04/11] arm64: dts: qcom: Add RPM/SMD support on MSM8916

2015-09-08 Thread Andy Gross
Add support for the SMD and RPM devices found on MSM8916 platforms. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi

[PATCH 03/11] arm64: dts: qcom: Add MSM8916 SMEM nodes

2015-09-08 Thread Andy Gross
This patch adds the nodes necessary to support the SMEM driver on MSM8916 platforms. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 36 + 1 file changed, 36 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64

[PATCH 07/11] arm: dts: Add APQ8084 SMEM nodes

2015-09-08 Thread Andy Gross
This patch adds all the required nodes to support SMEM on APQ8084 Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-apq8084.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi

[PATCH 06/11] regulators: qcom-smd: Add PM8916 support

2015-09-08 Thread Andy Gross
This patch adds support and documentation for the PM8916 regulators found on MSM8916 platforms. Signed-off-by: Andy Gross --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 18 ++ drivers/regulator/qcom_smd-regulator.c | 64 2 files changed, 82

[PATCH 08/11] arm: dts: Add RPM/SMD support on APQ8084

2015-09-08 Thread Andy Gross
This patch adds support for RPM and SMD nodes that are present on APQ8084 platforms. Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-apq8084.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom

[PATCH 09/11] arm: dts: Add support for PMA8084 on APQ8084

2015-09-08 Thread Andy Gross
This patch adds support for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-apq8084.dtsi | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts

[PATCH 11/11] arm: dts: Add RPM SMD regulator support on MSM8974

2015-09-08 Thread Andy Gross
This patch adds all the nodes required to support the PM8841 and PM8941 PMIC regulators present on MSM8974 platforms. Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-msm8974.dtsi | 75 +++ 1 file changed, 75 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH 10/11] regulator: qcom-smd: Add support for PMA8084

2015-09-08 Thread Andy Gross
This patch adds support and documentation for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 35 drivers/regulator/qcom_smd-regulator.c | 95 2 files changed, 130

[PATCH 06/11] regulator: qcom-smd: Add PM8916 support

2015-09-08 Thread Andy Gross
This patch adds support and documentation for the PM8916 regulators found on MSM8916 platforms. Signed-off-by: Andy Gross --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 18 ++ drivers/regulator/qcom_smd-regulator.c | 64 2 files changed, 82

[PATCH 01/11] soc: qcom: documentation: Update SMD/RPM Docs

2015-09-08 Thread Andy Gross
This patch moves the qcom,smd-rpm.txt to the correct location and splits out the smd and rpm documentation. In addition, a smd-rpm-regulator document is added. Signed-off-by: Andy Gross --- .../devicetree/bindings/soc/qcom,smd-rpm.txt | 117 .../bindings/soc/qcom

[PATCH 09/11] arm: dts: Add support for PMA8084 on APQ8084

2015-09-08 Thread Andy Gross
This patch adds support for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-apq8084.dtsi | 52 +++ 1 file changed, 52 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq808

[PATCH 06/11] regulators: qcom-smd: Add PM8916 support

2015-09-08 Thread Andy Gross
This patch adds support and documentation for the PM8916 regulators found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 18 ++ drivers/regulator/qcom_smd-regulator.c

[PATCH 07/11] arm: dts: Add APQ8084 SMEM nodes

2015-09-08 Thread Andy Gross
This patch adds all the required nodes to support SMEM on APQ8084 Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-apq8084.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/ar

[PATCH 11/11] arm: dts: Add RPM SMD regulator support on MSM8974

2015-09-08 Thread Andy Gross
This patch adds all the nodes required to support the PM8841 and PM8941 PMIC regulators present on MSM8974 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-msm8974.dtsi | 75 +++ 1 file changed, 75 insertions(+) diff

[PATCH 08/11] arm: dts: Add RPM/SMD support on APQ8084

2015-09-08 Thread Andy Gross
This patch adds support for RPM and SMD nodes that are present on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/boot/dts/qcom-apq8084.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi

[PATCH 01/11] soc: qcom: documentation: Update SMD/RPM Docs

2015-09-08 Thread Andy Gross
This patch moves the qcom,smd-rpm.txt to the correct location and splits out the smd and rpm documentation. In addition, a smd-rpm-regulator document is added. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../devicetree/bindings/soc/qcom,smd-rpm.txt

[PATCH 10/11] regulator: qcom-smd: Add support for PMA8084

2015-09-08 Thread Andy Gross
This patch adds support and documentation for the PMA8084 regulators found on APQ8084 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 35 drivers/regulator/qcom_smd-regulator.c

[PATCH 06/11] regulator: qcom-smd: Add PM8916 support

2015-09-08 Thread Andy Gross
This patch adds support and documentation for the PM8916 regulators found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../bindings/soc/qcom/qcom,smd-rpm-regulator.txt | 18 ++ drivers/regulator/qcom_smd-regulator.c

[PATCH] ARM: multi_v7_defconfig: Enable QCOM SMD/RPM

2015-09-08 Thread Andy Gross
This patch enables all of the options necessary to support the Qualcomm SMD RPM regulator driver. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/configs/multi_v7_defconfig |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/ar

[PATCH] ARM: qcom_defconfig: Enable SMD-RPM regulators

2015-09-08 Thread Andy Gross
This patch enables all of the options required to support SMD RPM based regulators. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm/configs/qcom_defconfig |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/qcom_defconfig b/ar

[PATCH 00/11] Add RPM/SMD Support for QCOM platforms

2015-09-08 Thread Andy Gross
for the regulators and their dependencies for all of the platforms which support SMD-RPM regulators. Andy Gross (11): soc: qcom: documentation: Update SMD/RPM Docs soc: qcom: smd-rpm: Add existing platform support arm64: dts: qcom: Add MSM8916 SMEM nodes arm64: dts: qcom: Add RPM/SMD support

[PATCH 05/11] arm64: dts: Add PM8916 support on MSM8916

2015-09-08 Thread Andy Gross
This patch adds the PM8916 regulator nodes found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi

[PATCH 02/11] soc: qcom: smd-rpm: Add existing platform support

2015-09-08 Thread Andy Gross
This patch adds support for all current Qualcomm platforms which utilize RPM over SMD. This includes both MSM8916 and APQ8084. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt |2 ++ drivers/soc/qcom/smd

[PATCH 04/11] arm64: dts: qcom: Add RPM/SMD support on MSM8916

2015-09-08 Thread Andy Gross
Add support for the SMD and RPM devices found on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/bo

[PATCH 03/11] arm64: dts: qcom: Add MSM8916 SMEM nodes

2015-09-08 Thread Andy Gross
This patch adds the nodes necessary to support the SMEM driver on MSM8916 platforms. Signed-off-by: Andy Gross <agr...@codeaurora.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 36 + 1 file changed, 36 insertions(+) diff --git a/arch/arm64/boot/dt

Re: [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying

2015-09-04 Thread Andy Gross
On Wed, Sep 02, 2015 at 03:46:43PM -0700, Stephen Boyd wrote: > This supersedes the 3 "series" of patches to move smem to big endian, > smd to big endian, and make qcom_smem_get() return a pointer. > > I've moved the qcom_smem_get() returning a pointer part to the beginning > of the series so it

Re: [PATCH] firmware: qcom: scm: Convert to platform driver

2015-09-04 Thread Andy Gross
On Thu, Sep 03, 2015 at 02:33:22PM -0700, Stephen Boyd wrote: > On 07/20, Andy Gross wrote: > > This patch creates a platform driver for the SCM so that we can adequately > > manage resources. This removes clients having to carry the necessary > > clocks to use the SCM resou

Re: [PATCH] firmware: qcom: scm: Convert to platform driver

2015-09-04 Thread Andy Gross
On Thu, Sep 03, 2015 at 02:33:22PM -0700, Stephen Boyd wrote: > On 07/20, Andy Gross wrote: > > This patch creates a platform driver for the SCM so that we can adequately > > manage resources. This removes clients having to carry the necessary > > clocks to use the SCM resou

Re: [PATCH v2 0/8] SMEM/SMD/SMD_RPM big endian support + tidying

2015-09-04 Thread Andy Gross
On Wed, Sep 02, 2015 at 03:46:43PM -0700, Stephen Boyd wrote: > This supersedes the 3 "series" of patches to move smem to big endian, > smd to big endian, and make qcom_smem_get() return a pointer. > > I've moved the qcom_smem_get() returning a pointer part to the beginning > of the series so it

[PATCH v2] arm64: dts: qcom: Add 8x16 Serial UART1 node

2015-08-27 Thread Andy Gross
This patch adds the nodes required to support the UART1 node on the MSM8916 and also fixes the sleep pins function for UART2. Signed-off-by: Andy Gross --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi |1 + arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 26 +- arch

[PATCH v3] soc: qcom: smd: Use correct remote processor ID

2015-08-27 Thread Andy Gross
This patch fixes SMEM addressing issues when remote processors need to use secure SMEM partitions. Signed-off-by: Andy Gross Reviewed-by: Bjorn Andersson --- .../devicetree/bindings/soc/qcom/qcom,smd.txt |6 ++ drivers/soc/qcom/smd.c | 16

Re: [PATCH v2] soc: qcom: smd: Use correct remote processor ID

2015-08-27 Thread Andy Gross
On Thu, Aug 27, 2015 at 06:26:45PM +0300, Stanimir Varbanov wrote: > On 08/26/2015 10:42 PM, Andy Gross wrote: > > This patch fixes SMEM addressing issues when remote processors need to use > > secure SMEM partitions. > > > > Signed-off-by: Andy Gross > > ---

[PATCH v3] soc: qcom: smd: Use correct remote processor ID

2015-08-27 Thread Andy Gross
This patch fixes SMEM addressing issues when remote processors need to use secure SMEM partitions. Signed-off-by: Andy Gross agr...@codeaurora.org Reviewed-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- .../devicetree/bindings/soc/qcom/qcom,smd.txt |6 ++ drivers/soc/qcom

Re: [PATCH v2] soc: qcom: smd: Use correct remote processor ID

2015-08-27 Thread Andy Gross
On Thu, Aug 27, 2015 at 06:26:45PM +0300, Stanimir Varbanov wrote: On 08/26/2015 10:42 PM, Andy Gross wrote: This patch fixes SMEM addressing issues when remote processors need to use secure SMEM partitions. Signed-off-by: Andy Gross agr...@codeaurora.org --- .../devicetree/bindings

[PATCH v2] arm64: dts: qcom: Add 8x16 Serial UART1 node

2015-08-27 Thread Andy Gross
This patch adds the nodes required to support the UART1 node on the MSM8916 and also fixes the sleep pins function for UART2. Signed-off-by: Andy Gross agr...@codeaurora.org --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi |1 + arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 26

Re: [PATCH v2 5/6] ARM: dts: qs600: add alias to serial0

2015-08-26 Thread Andy Gross
On Tue, Aug 25, 2015 at 04:46:22PM -0500, Andy Gross wrote: > On Tue, Aug 18, 2015 at 02:10:27PM +0100, Srinivas Kandagatla wrote: > > This patch add alias node with serial0. > > > > Signed-off-by: Srinivas Kandagatla > > --- > > arch/arm/boot/dts/qcom-apq8064-

Re: [PATCH 06/10] ARM: dts: qcom: apq8084-mtp: Use stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:49PM -0700, Stephen Boyd wrote: > Use stdout-path so that we don't have to put the console on the > kernel command line. > > Signed-off-by: Stephen Boyd > --- > arch/arm/boot/dts/qcom-apq8084-mtp.dts | 8 > 1 file changed, 8 insertions(+) Applied.

Re: [PATCH 10/10] ARM: dts: qcom: msm8974-sony-xperia-honami: Use stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:53PM -0700, Stephen Boyd wrote: > Use stdout-path so that we don't have to put the console on the > kernel command line. > > Cc: Tim Bird > Cc: Bjorn Andersson > Signed-off-by: Stephen Boyd > --- > arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 8

Re: [PATCH 08/10] ARM: dts: qcom: msm8660-surf: Use stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:51PM -0700, Stephen Boyd wrote: > Use stdout-path so that we don't have to put the console on the > kernel command line. > > Signed-off-by: Stephen Boyd > --- > arch/arm/boot/dts/qcom-msm8660-surf.dts | 8 > 1 file changed, 8 insertions(+) Applied.

Re: [PATCH 01/10] ARM: dts: qcom: Label serial nodes for aliasing and stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:44PM -0700, Stephen Boyd wrote: > Add a label to the serial nodes that are being used for the > console. > > Signed-off-by: Stephen Boyd > --- Applied. Thanks -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora

Re: [PATCH 07/10] ARM: dts: qcom: ipq8064-ap148: Use stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:50PM -0700, Stephen Boyd wrote: > Use stdout-path so that we don't have to put the console on the > kernel command line. > > Cc: Mathieu Olivari > Signed-off-by: Stephen Boyd > --- > arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 8 > 1 file changed, 8

Re: [PATCH 02/10] ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:45PM -0700, Stephen Boyd wrote: > Use stdout-path so that we don't have to put the console on the > kernel command line. > > Cc: Mike Rapoport > Cc: Igor Grinberg > Signed-off-by: Stephen Boyd > --- > arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 8 > 1

Re: [PATCH 09/10] ARM: dts: qcom: msm8960-cdp: Use stdout-path

2015-08-26 Thread Andy Gross
On Tue, Jun 16, 2015 at 02:31:52PM -0700, Stephen Boyd wrote: > Use stdout-path so that we don't have to put the console on the > kernel command line. > > Signed-off-by: Stephen Boyd > --- > arch/arm/boot/dts/qcom-msm8960-cdp.dts | 8 > 1 file changed, 8 insertions(+) Applied. Thanks

<    4   5   6   7   8   9   10   11   12   13   >