Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Lee Jones
On Thu, 23 Jul 2015, Bjorn Andersson wrote: Add the possibility of specifying the default brightness in DT. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- This depends on the patch moving pm8941-wled to backlight [1]. The dt property is used by several other backlight

Re: [PATCH v2 05/11] mfd: devicetree: bindings: Add Qualcomm SMD based RPM DT binding

2015-07-24 Thread Mark Brown
On Fri, Jul 24, 2015 at 10:58:47AM +0100, Lee Jones wrote: On Thu, 23 Jul 2015, Mark Brown wrote: On Thu, Jul 23, 2015 at 09:41:28AM -0700, Bjorn Andersson wrote: We still need Mark to look at this. Mark, would you mind giving us a statement on the regulator subnode of this binding?

Re: [PATCH v2 06/11] mfd: qcom-smd-rpm: Driver for the Qualcomm RPM over SMD

2015-07-24 Thread Lee Jones
On Thu, 23 Jul 2015, Bjorn Andersson wrote: On Thu 23 Jul 06:22 PDT 2015, Lee Jones wrote: On Mon, 13 Jul 2015, Bjorn Andersson wrote: On Tue 07 Jul 05:37 PDT 2015, Lee Jones wrote: On Fri, 26 Jun 2015, bj...@kryo.se wrote: From: Bjorn Andersson

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Herring
On Fri, Jul 24, 2015 at 8:10 AM, Rob Clark robdcl...@gmail.com wrote: On Thu, Jul 23, 2015 at 3:52 PM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Add the possibility of specifying the default brightness in DT. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com ---

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Herring
On Thu, Jul 23, 2015 at 2:52 PM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Add the possibility of specifying the default brightness in DT. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- This depends on the patch moving pm8941-wled to backlight [1]. The dt

Re: [PATCH v3 2/3] ARM: qcom: Add coincell charger driver

2015-07-24 Thread Andy Gross
On Thu, Jul 16, 2015 at 04:55:32PM -0700, Tim Bird wrote: This driver is used to configure the coincell charger found in Qualcomm PMICs. The driver allows configuring the current-limiting resistor for the charger, as well as the voltage to apply to the coincell (or capacitor) when charging.

Re: [PATCH v3 3/3] ARM: dts: qcom: Add dts changes for qcom coincell charger

2015-07-24 Thread Andy Gross
On Thu, Jul 16, 2015 at 04:55:33PM -0700, Tim Bird wrote: Add framework for the coincell charger DT block in pm8941 file, and actual values for honami battery in the honami dts file. Signed-off-by: Tim Bird tim.b...@sonymobile.com --- Reviewed-by: Andy Gross agr...@codeaurora.org --

Re: [PATCH v3 1/3] ARM: dts: qcom: Add binding for the qcom coincell charger

2015-07-24 Thread Andy Gross
On Thu, Jul 16, 2015 at 04:55:31PM -0700, Tim Bird wrote: This binding is used to configure the driver for the coincell charger found in Qualcomm PMICs. Signed-off-by: Tim Bird tim.b...@sonymobile.com --- Looks reasonable. Reviewed-by: Andy Gross agr...@codeaurora.org -- Qualcomm

Re: [PATCH v2 05/11] mfd: devicetree: bindings: Add Qualcomm SMD based RPM DT binding

2015-07-24 Thread Mark Brown
On Fri, Jul 24, 2015 at 11:24:34AM +0100, Mark Brown wrote: On Fri, Jul 24, 2015 at 10:58:47AM +0100, Lee Jones wrote: On Thu, 23 Jul 2015, Mark Brown wrote: I have no idea what's going on here, sorry. I've not been reading this thread. All of the information you need is in the email

Re: [PATCH v2 1/5] clk: qcom: Enable gpll0_vote rate propagation on MSM8916

2015-07-24 Thread Stephen Boyd
On 07/24/2015 09:58 AM, Georgi Djakov wrote: Currently we are missing the SET_RATE_PARENT flag on gpll0_vote and as a result of that, when it has a child with SET_RATE_PARENT flag, the rate of the child is not propagated up to the gpll0. Fix that by adding the SET_RATE_PARENT flag to gpll0_vote.

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Clark
On Fri, Jul 24, 2015 at 11:39 AM, Rob Herring robherri...@gmail.com wrote: On Fri, Jul 24, 2015 at 8:10 AM, Rob Clark robdcl...@gmail.com wrote: On Thu, Jul 23, 2015 at 3:52 PM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Add the possibility of specifying the default brightness in

[PATCH v2 4/5] clk: qcom: Add A53 clock driver

2015-07-24 Thread Georgi Djakov
Add a driver for the A53 subsystem PLL, so that we can provide higher frequency clocks for use by the system. Signed-off-by: Georgi Djakov georgi.dja...@linaro.org --- Documentation/devicetree/bindings/clock/qcom,a53cc | 25 +++ drivers/clk/qcom/Kconfig |8 +

[PATCH v2 3/5] clk: qcom: Add support for regmap mux-div clocks

2015-07-24 Thread Georgi Djakov
Add support for hardware that support switching both parent clocks and the divider at the same time. This avoids generating intermediate frequencies from either the old parent clock and new divider or new parent clock and old divider combinations. Signed-off-by: Georgi Djakov

[PATCH v2 2/5] clk: Add safe switch hook

2015-07-24 Thread Georgi Djakov
From: Stephen Boyd sb...@codeaurora.org Sometimes clocks can't accept their parent source turning off while the source is reprogrammed to a different rate. Most notably CPU clocks require a way to switch away from the current PLL they're running on, reprogram that PLL to a new rate, and then

[PATCH v2 1/5] clk: qcom: Enable gpll0_vote rate propagation on MSM8916

2015-07-24 Thread Georgi Djakov
Currently we are missing the SET_RATE_PARENT flag on gpll0_vote and as a result of that, when it has a child with SET_RATE_PARENT flag, the rate of the child is not propagated up to the gpll0. Fix that by adding the SET_RATE_PARENT flag to gpll0_vote. Signed-off-by: Georgi Djakov

[PATCH V8 0/5] map GHES memory region according to EFI memory map

2015-07-24 Thread Jonathan (Zhixiong) Zhang
for arch_apei_get_mem_attribute(). The rational is explained in comment. 2. Rebased to arm64-upstream-14201 of arm64/master, next-20150724 of linux-next/master. V7: 1. Added PROT_DEVICE_nGnRnE and PROT_NORMAL_WT to support all possible UEFI memory types for arm64. V6: 1. Implemented

Re: [PATCH v2 3/5] dt/bindings: qcom_nandc: Add DT bindings

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:44PM +0530, Archit Taneja wrote: Add DT bindings document for the Qualcomm NAND controller driver. Cc: devicet...@vger.kernel.org Signed-off-by: Archit Taneja arch...@codeaurora.org --- Acked-by: Andy Gross agr...@codeaurora.org -- Qualcomm Innovation

Re: [PATCH v2 4/5] arm: qcom: dts: Add NAND controller node for ipq806x

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:45PM +0530, Archit Taneja wrote: The nand controller in IPQ806x is of the 'EBI2 type'. Use the corresponding compatible string. Cc: devicet...@vger.kernel.org Signed-off-by: Archit Taneja arch...@codeaurora.org --- Reviewed-by: Andy Gross agr...@codeaurora.org

Re: [PATCH v2 5/5] arm: qcom: dts: Enale NAND node on IPQ8064 AP148 platform

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:46PM +0530, Archit Taneja wrote: Enable the NAND controller node on the AP148 platform. Provide pinmux information. Cc: devicet...@vger.kernel.org Signed-off-by: Archit Taneja arch...@codeaurora.org --- Looks fine. Reviewed-by: Andy Gross

Re: [PATCH v2 5/5] arm: qcom: dts: Enale NAND node on IPQ8064 AP148 platform

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:46PM +0530, Archit Taneja wrote: Enable the NAND controller node on the AP148 platform. Provide pinmux information. Cc: devicet...@vger.kernel.org Signed-off-by: Archit Taneja arch...@codeaurora.org --- One nit though. The subject mispells Enable. --

Re: [PATCH v2 3/5] dt/bindings: qcom_nandc: Add DT bindings

2015-07-24 Thread Stephen Boyd
On 07/21/2015 03:34 AM, Archit Taneja wrote: + +nand@0x1ac0 { s/0x// -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to

Re: [PATCH v2 2/5] mtd: nand: Qualcomm NAND controller driver

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:43PM +0530, Archit Taneja wrote: snip Signed-off-by: Archit Taneja arch...@codeaurora.org --- Reviewed-by: Andy Gross agr...@codeaurora.org -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux

[PATCH v2 0/5] Add support for Qualcomm A53 CPU clock

2015-07-24 Thread Georgi Djakov
This patchset adds support for the A53 CPU clock and allows scaling of the CPU frequency on msm8916 based platforms. Changes since v1 (https://lkml.org/lkml/2015/6/12/193) * Drop SR2 PLL patch, as it is already applied. * Add gpll0_vote rate propagation patch. * Update/rebase patches to the

[PATCH v2 5/5] arm64: dts: qcom: msm8916: Add A53 DT node

2015-07-24 Thread Georgi Djakov
Add nodes for the A53 clocks and apcs, so that the driver can probe and register the clocks. Signed-off-by: Georgi Djakov georgi.dja...@linaro.org --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Clark
On Thu, Jul 23, 2015 at 3:52 PM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Add the possibility of specifying the default brightness in DT. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- This depends on the patch moving pm8941-wled to backlight [1]. The dt

Re: [PATCH v2 1/5] clk: qcom: Enable gpll0_vote rate propagation on MSM8916

2015-07-24 Thread Georgi Djakov
On 24.07.15 20:25, Stephen Boyd wrote: On 07/24/2015 09:58 AM, Georgi Djakov wrote: Currently we are missing the SET_RATE_PARENT flag on gpll0_vote and as a result of that, when it has a child with SET_RATE_PARENT flag, the rate of the child is not propagated up to the gpll0. Fix that by

Re: [PATCH v2 2/5] mtd: nand: Qualcomm NAND controller driver

2015-07-24 Thread Stephen Boyd
On 07/21/2015 03:34 AM, Archit Taneja wrote: diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 5b2806a..31951fc 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -538,4 +538,11 @@ config MTD_NAND_HISI504 help Enables support for NAND

RE: [RFC PATCH 3/4] iommu/arm-smmu: Add support for specifying clocks

2015-07-24 Thread Sricharan
Hi Will, -Original Message- From: linux-arm-msm-ow...@vger.kernel.org [mailto:linux-arm-msm- ow...@vger.kernel.org] On Behalf Of Will Deacon Sent: Tuesday, July 21, 2015 8:31 PM To: Sricharan R Cc: linux-arm-ker...@lists.infradead.org; io...@lists.linux-foundation.org;

RE: [RFC PATCH 4/4] iommu/arm-smmu: Add support for specifying regulators

2015-07-24 Thread Sricharan
Hi Stephen, -Original Message- From: linux-arm-kernel [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Stephen Boyd Sent: Tuesday, July 21, 2015 11:48 PM To: Sricharan R Cc: devicet...@vger.kernel.org; linux-arm-msm@vger.kernel.org; will.dea...@arm.com;