Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965270AbbD0VQz (ORCPT ); Mon, 27 Apr 2015 17:16:55 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39036 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965074AbbD0VQv convert rfc822-to-8bit (ORCPT ); Mon, 27 Apr 2015 17:16:51 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: [PATCH v2 0/7] ARM: dts: qcom: Add more device coniguration nodes From: Kumar Gala In-Reply-To: <1429515941-15334-1-git-send-email-ivan.ivanov@linaro.org> Date: Mon, 27 Apr 2015 16:16:49 -0500 Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , Catalin Marinas , Will Deacon , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1429515941-15334-1-git-send-email-ivan.ivanov@linaro.org> To: "Ivan T. Ivanov" X-Mailer: Apple Mail (2.2098) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2646 Lines: 61 > On Apr 20, 2015, at 2:45 AM, Ivan T. Ivanov wrote: > > Recent Qualcomm PMIC's devices are accessed over SPMI bus. > Every PMIC has several "sub-function" devices inside. > > First three patches are adding device nodes to PM8841, PM8941 and PMA8084 PMIC's. > Next two are introducing PM8916 PMIC chip with its device nodes. The sixth one > add restart device node for MSM8916 chip. And the last one add initial GPIO > definitions for APQ8016 SBC board. > > checkpatch will complain about "appears un-documented" for several drivers, > but I am expecting they to mergeed soon, hopefully during this merge window. > > Changes since v0 [2]: > > * Add proper IRQ_TYPE_* specifiers in the interrupt bidings. > > Patches are created top of Kumar's kernel tree and tags/qcom-dt-for-4.1 [1]. > > [1] https://lkml.org/lkml/2015/3/27/599 > [2] http://comments.gmane.org/gmane.linux.ports.arm.msm/12610 > > Ivan T. Ivanov (7): > ARM: dts: qcom: Add PM8841 functions device nodes > ARM: dts: qcom: Add PM8941 functions device nodes > ARM: dts: qcom: Add PMA8084 functions device nodes > arm64: dts: qcom: Add SPMI PMIC Arbiter node for MSM8916 > arm64: dts: qcom: Add 8x16 chipset SPMI PMIC's nodes > arm64: dts: qcom: Add MSM8916 restart device node > arm64: dts: qcom: Add initial set of PMIC and SoC pins for APQ8016 SBC > board > > arch/arm/boot/dts/qcom-pm8841.dtsi | 18 +++ > arch/arm/boot/dts/qcom-pm8941.dtsi | 133 ++++++++++++++++++++- > arch/arm/boot/dts/qcom-pma8084.dtsi | 92 ++++++++++++++ > .../arm64/boot/dts/qcom/apq8016-sbc-pmic-pins.dtsi | 30 +++++ > arch/arm64/boot/dts/qcom/apq8016-sbc-soc-pins.dtsi | 21 ++++ > arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 3 + > arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi | 1 + > arch/arm64/boot/dts/qcom/msm8916.dtsi | 25 +++- > arch/arm64/boot/dts/qcom/pm8916.dtsi | 99 +++++++++++++++ > 9 files changed, 420 insertions(+), 2 deletions(-) > create mode 100644 arch/arm64/boot/dts/qcom/apq8016-sbc-pmic-pins.dtsi > create mode 100644 arch/arm64/boot/dts/qcom/apq8016-sbc-soc-pins.dtsi > create mode 100644 arch/arm64/boot/dts/qcom/pm8916.dtsi applied - k -- 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 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/