Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753218AbbFZVu2 (ORCPT ); Fri, 26 Jun 2015 17:50:28 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34079 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbbFZVuS (ORCPT ); Fri, 26 Jun 2015 17:50:18 -0400 From: bjorn@kryo.se X-Google-Original-From: bjorn.andersson@sonymobile.com To: Andy Gross , David Brown , Ian Campbell , Kumar Gala , Lee Jones , Liam Girdwood , Mark Brown , Mark Rutland , Pawel Moll , Rob Herring , Samuel Ortiz Cc: Jeffrey Hugo , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-soc@vger.kernel.org Subject: [PATCH v2 00/11] Qualcomm Shared Memory & RPM drivers Date: Fri, 26 Jun 2015 14:50:08 -0700 Message-Id: <1435355419-23602-1-git-send-email-bjorn.andersson@sonymobile.com> X-Mailer: git-send-email 1.9.3 (Apple Git-50) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2959 Lines: 58 From: Bjorn Andersson This second incarnation of the SMEM, SMD, RPM and pm8x41 regulator series fixes the review comments received on v1 and adds the dts patches at the end. Bjorn Andersson (11): soc: qcom: Add device tree binding for SMEM soc: qcom: Add Shared Memory Manager driver soc: qcom: Add device tree binding for Shared Memory Device soc: qcom: Add Shared Memory Driver mfd: devicetree: bindings: Add Qualcomm SMD based RPM DT binding mfd: qcom-smd-rpm: Driver for the Qualcomm RPM over SMD regulator: qcom: smd: Regulator driver for the Qualcomm RPM ARM: dts: msm8974: Add tcsr mutex node ARM: dts: msm8974: Add smem reservation and node ARM: dts: msm8974: Add smd, rpm and regulator nodes ARM: dts: xperia-honami: Add regulator nodes for Honami .../devicetree/bindings/mfd/qcom-rpm-smd.txt | 117 ++ .../devicetree/bindings/soc/qcom/qcom,smd.txt | 79 ++ .../devicetree/bindings/soc/qcom/qcom,smem.txt | 51 + .../boot/dts/qcom-msm8974-sony-xperia-honami.dts | 199 +++ arch/arm/boot/dts/qcom-msm8974.dtsi | 106 ++ drivers/mfd/Kconfig | 14 + drivers/mfd/Makefile | 1 + drivers/mfd/qcom-smd-rpm.c | 236 ++++ drivers/regulator/Kconfig | 12 + drivers/regulator/Makefile | 1 + drivers/regulator/qcom_smd-regulator.c | 350 ++++++ drivers/soc/qcom/Kconfig | 16 + drivers/soc/qcom/Makefile | 2 + drivers/soc/qcom/smd.c | 1324 ++++++++++++++++++++ drivers/soc/qcom/smem.c | 775 ++++++++++++ include/dt-bindings/mfd/qcom-smd-rpm.h | 28 + include/linux/mfd/qcom-smd-rpm.h | 35 + include/linux/soc/qcom/smd.h | 46 + include/linux/soc/qcom/smem.h | 11 + 19 files changed, 3403 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.txt create mode 100644 drivers/mfd/qcom-smd-rpm.c create mode 100644 drivers/regulator/qcom_smd-regulator.c create mode 100644 drivers/soc/qcom/smd.c create mode 100644 drivers/soc/qcom/smem.c create mode 100644 include/dt-bindings/mfd/qcom-smd-rpm.h create mode 100644 include/linux/mfd/qcom-smd-rpm.h create mode 100644 include/linux/soc/qcom/smd.h create mode 100644 include/linux/soc/qcom/smem.h -- 1.9.3 (Apple Git-50) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/