Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965491AbaGQQS5 (ORCPT ); Thu, 17 Jul 2014 12:18:57 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:34548 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965057AbaGQQSu (ORCPT ); Thu, 17 Jul 2014 12:18:50 -0400 From: Stanimir Varbanov To: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Lee Jones , Samuel Ortiz Cc: Ian Campbell , Pawel Moll , Rob Herring , Kumar Gala , Mark Rutland , Grant Likely , Courtney Cavin , Bjorn Andersson , Josh Cartwright , Stanimir Varbanov Subject: [PATCH v2 0/4] Support for Qualcomm QPNP PMIC's Date: Thu, 17 Jul 2014 19:17:31 +0300 Message-Id: <1405613855-27572-1-git-send-email-svarbanov@mm-sol.com> X-Mailer: git-send-email 1.7.0.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello everyone, Here is the continuation of patch sets sent recently about Qualcomm QPNP SPMI PMICs. The previous version of the patch set can be found at [1]. Changes since v1: - removed completely custom *of* parser - renamed the mfd driver from qpnp-spmi to pm8xxx-spmi - now MFD_PM8XXX_SPMI Kconfig option depends on SPMI Removing of the custom *of* parser leads to that that the *reg* devicetree property cannot exist and therefore cannot be parsed to get PMIC peripheral resources. I took this step aside because no one from mfd drivers does this parsing. This will lead to inconvenience in the peripheral drivers to define internally the SPMI base addresses depending on the compatible property i.e. PMIC version. Comments are welcome! regards, Stan [1] https://lkml.org/lkml/2014/7/8/428 Josh Cartwright (1): mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs Stanimir Varbanov (3): mfd: pm8xxx-spmi: document DT bindings for Qualcomm SPMI PMICs ARM: DT: qcom: add pm8941 and pm8841 device nodes mfd: pm8921: rename pm8921-core driver .../devicetree/bindings/mfd/qcom,pm8xxx-spmi.txt | 49 +++++++++++++++ arch/arm/boot/dts/qcom-msm8974.dtsi | 37 ++++++++++++ drivers/mfd/Kconfig | 30 +++++++-- drivers/mfd/Makefile | 3 +- drivers/mfd/pm8xxx-spmi.c | 63 ++++++++++++++++++++ drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} | 38 ++++++------ 6 files changed, 193 insertions(+), 27 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/qcom,pm8xxx-spmi.txt create mode 100644 drivers/mfd/pm8xxx-spmi.c rename drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} (92%) -- 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/