Re: [PATCH] mmc: sdhci-msm: Fix fallout from sdhci refactoring

2014-06-12 Thread Ulf Hansson
On 10 June 2014 20:27, Stephen Boyd sb...@codeaurora.org wrote: The sdhci core was refactored recently and some of those refactorings required changes in every sdhci platform driver. Those updates happened around the same time as when the msm driver was merged so the refactorings missed the

[PATCH v2 0/3] Qualcomm Resource Power Manager driver

2014-06-12 Thread Bjorn Andersson
This series adds a regulator driver for the Resource Power Manager found in Qualcomm 8660, 8960 and 8064 based devices. The RPM driver exposes resources to its child devices, that can be accessed to implement drivers for the regulators, clocks and bus frequency control that's owned by the RPM in

[PATCH v2 3/3] regulator: qcom-rpm: Regulator driver for the Qualcomm RPM

2014-06-12 Thread Bjorn Andersson
Driver for regulators exposed by the Resource Power Manager (RPM) found in Qualcomm 8660, 8960 and 8064 based devices. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- drivers/regulator/Kconfig | 12 + drivers/regulator/Makefile | 1 +

[PATCH v2 1/3] soc: devicetree: bindings: Add Qualcomm RPM DT binding

2014-06-12 Thread Bjorn Andersson
Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 and 8064 based devices. The binding currently describes the rpm itself and the regulator subnodes. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- .../devicetree/bindings/soc/qcom/qcom,rpm.txt |

[PATCH 1/3] ahci-platform: Bump max number of clocks to 5

2014-06-12 Thread Kumar Gala
Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/ata/ahci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h index 05882e4..001aa99 100644 ---

[PATCH 3/3] ata: qcom: Add device tree bindings information

2014-06-12 Thread Kumar Gala
Add device tree binding for Qualcomm AHCI SATA controller and specifically the sata controller on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala ga...@codeaurora.org --- .../devicetree/bindings/ata/qcom-sata.txt | 40 ++ 1 file changed, 40 insertions(+)

[PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver

2014-06-12 Thread Kumar Gala
Add support for the Qualcomm AHCI SATA controller that exists on several SoC and specifically the IPQ806x family of chips. The IPQ806x SATA support requires the associated IPQ806x SATA PHY Driver to be enabled as well. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/ata/Kconfig |

[PATCH 2/2] phy: qcom: Add device tree bindings information

2014-06-12 Thread Kumar Gala
Add binding spec for Qualcomm SoC PHYs, starting with the SATA PHY on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala ga...@codeaurora.org --- Documentation/devicetree/bindings/phy/qcom-phy.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644

[PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-12 Thread Kumar Gala
Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-qcom-ipq806x-sata.c | 204

[Patch v2 3/3] spi: qup: Add support for v1.1.1

2014-06-12 Thread Andy Gross
This patch adds support for v1.1.1 of the SPI QUP controller. Signed-off-by: Andy Gross agr...@codeaurora.org --- .../devicetree/bindings/spi/qcom,spi-qup.txt |6 +++- drivers/spi/spi-qup.c | 36 2 files changed, 27 insertions(+), 15

[Patch v2 2/3] spi: qup: Fix order of spi_register_master

2014-06-12 Thread Andy Gross
This patch moves the devm_spi_register_master below the initialization of the runtime_pm. If done in the wrong order, the spi_register_master fails if any probed slave devices issue SPI transactions. Signed-off-by: Andy Gross agr...@codeaurora.org Acked-by: Ivan T. Ivanov iiva...@mm-sol.com ---

[Patch v2 0/3] spi: qup: Fixes and new version support

2014-06-12 Thread Andy Gross
This set of patches provides a few fixes for the SPI QUP driver and support for an earlier version of the QUP. The first patch removes the use of the controller's own chip select functionality. The user should instead use GPIOs and make use of the SPI core's GPIO chip select feature. The second

Re: [PATCH v2 0/3] Qualcomm Resource Power Manager driver

2014-06-12 Thread Bjorn Andersson
On Thu, Jun 12, 2014 at 10:33 AM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Changes since v1: - Moved rpm driver to drivers/soc [...] include/linux/mfd/qcom_rpm.h | 12 + Missed the last one in the move... s/mfd/soc/ Will wait a little before sending out

Re: [PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver

2014-06-12 Thread Kumar Gala
On Jun 12, 2014, at 2:50 PM, Stephen Boyd sb...@codeaurora.org wrote: On 06/12/14 12:13, Kumar Gala wrote: +static int qcom_ahci_probe(struct platform_device *pdev) +{ +struct ahci_host_priv *hpriv; +struct clk *rxoob_clk; +int rc; + +hpriv =