From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44545C433DF for ; Tue, 11 Aug 2020 15:42:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2179E21775 for ; Tue, 11 Aug 2020 15:42:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597160529; bh=tPoZHhl37+KDzQsLP1jIkEQXto6BBR1hNjMIGeZz4Dw=; h=From:Cc:Subject:Date:To:List-ID:From; b=xQZAQlqyeCbBsKKcC+yUyqNt2VVw5WC8kiS9HZR9PJLhxTddWln+SpwQYlF3WNksp NwkX0kZ1hJpxotCwxgPXhG5uDqgvWfCwxI5GczZs4RaJ9gTXapMXmOrycT44dWH5C/ 10NBmw9UTTsu7FikUz9iwRPCtAll+KwKWBOnHnIo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728982AbgHKPmF (ORCPT ); Tue, 11 Aug 2020 11:42:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:47226 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728898AbgHKPmE (ORCPT ); Tue, 11 Aug 2020 11:42:04 -0400 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 48F9320855; Tue, 11 Aug 2020 15:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597160523; bh=tPoZHhl37+KDzQsLP1jIkEQXto6BBR1hNjMIGeZz4Dw=; h=From:To:Cc:Subject:Date:From; b=sxHyP2EWyPs69/fjastnXyT3M2NxezbheCRHhGv0p5q1UW/5sU9Uoxn4JCbKySUBj htoOMN3NKL8O4uuOPy3tswJuaSIkhy7wET8urNWHJ8huHLT48fHPmCfVZFMvAtE+4m NBseGIdLi/XX9T06UZUsPK5gsst0mM4r5il+qUAg= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1k5WPZ-004bmG-5G; Tue, 11 Aug 2020 17:42:01 +0200 From: Mauro Carvalho Chehab Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , linux-arm-msm@vger.kernel.org, Liam Girdwood , linux-arm-kernel@lists.infradead.org, Rob Herring , "David S. Miller" , Mark Brown , Rob Herring , Wei Xu , Stephen Boyd , Lee Jones , devicetree@vger.kernel.org, Mayulong , linux-kernel@vger.kernel.org Subject: [PATCH 00/33] Add driver for HiSilicon SPMI PMIC for Hikey 970 Date: Tue, 11 Aug 2020 17:41:26 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The Hikey 970 board uses a different PMIC than the one found on Hikey 960. This PMIC uses a SPMI board. This patch series backport the OOT drivers from the Linaro's official tree for this board: https://github.com/96boards-hikey/linux/tree/hikey970-v4.9 Porting them to upstream, cleaning up coding style issues, solving driver probing order and adding DT documentation. I opted to not fold all patches into a single one, in order to: - Preserve the authorship of the original authors; - Keep a history of changes. As this could be harder for people to review, I'll be replying to patch 00/32 with all patches folded. This should help reviewers to see the current code after the entire series is applied. Mauro Carvalho Chehab (32): spmi: get rid of a warning when built with W=1 spmi: hisi-spmi-controller: coding style fixup mfd, regulator: get rid of unused code at HiSilicon SPMI PMIC regulator: hisi_regulator_spmi: port it to upstream mfd: hisi_pmic_spmi: deal with non-static functions mfd: hisi_pmic_spmi: get rid of the static vars spmi: hisi-spmi-controller: fix it to probe successfully spmi: hisi-spmi-controller: fix a typo spmi: hisi-spmi-controller: adjust whitespaces at defines spmi: hisi-spmi-controller: use le32 macros where needed spmi: hisi-spmi-controller: add debug when values are read/write mfd, regulator: coding style fixups at the HiSilicon SPMI PMIC code spmi: add hisi-spmi-controller to the building system mfd: Kconfig: fix a typo spmi: hisi-spmi-controller: fix the dev_foo() logic mfd: pmic: add drivers for hi6421v600 mfd: hi6421-spmi-pmic: get rid of unused OF properties spmi: hi6421-spmi-pmic: cleanup OF properties regulator: hi6421v600-regulator: cleanup struct hisi_regulator regulator: hi6421v600-regulator: cleanup debug messages regulator: hi6421v600-regulator: use shorter names for OF properties regulator: hi6421v600-regulator: better handle modes regulator, mfd: change namespace for HiSilicon SPMI PMIC drivers regulator: hi6421v600-regulator: convert to use get/set voltage_sel regulator: hi6421v600-regulator: don't use usleep_range for off_on_delay regulator: hi6421v600-regulator: add a driver-specific debug macro regulator: hi6421v600-regulator: initialize ramp_delay regulator: hi6421v600-regulator: cleanup DT settings mfd, spmi, regulator: fix some coding style issues at HiSilicon SPMI PMIC dt: document HiSilicon SPMI controller and mfd/regulator properties dt: hisilicon: add support for the PMIC found on Hikey 970 MAINTAINERS: add an entry for HiSilicon 6421v600 drivers Mayulong (1): spmi, regulator, mfd: add drivers for hikey970 SPMI PMIC .../mfd/hisilicon,hi6421-spmi-pmic.yaml | 175 +++++++ .../spmi/hisilicon,hisi-spmi-controller.yaml | 54 ++ MAINTAINERS | 8 + .../boot/dts/hisilicon/hi3670-hikey970.dts | 16 +- .../boot/dts/hisilicon/hikey970-pmic.dtsi | 200 +++++++ drivers/mfd/Kconfig | 17 +- drivers/mfd/Makefile | 1 + drivers/mfd/hi6421-spmi-pmic.c | 399 ++++++++++++++ drivers/regulator/Kconfig | 8 + drivers/regulator/Makefile | 1 + drivers/regulator/hi6421v600-regulator.c | 493 ++++++++++++++++++ drivers/spmi/Kconfig | 9 + drivers/spmi/Makefile | 2 + drivers/spmi/hisi-spmi-controller.c | 384 ++++++++++++++ drivers/spmi/spmi.c | 10 +- include/linux/mfd/hi6421-spmi-pmic.h | 67 +++ 16 files changed, 1826 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml create mode 100644 Documentation/devicetree/bindings/spmi/hisilicon,hisi-spmi-controller.yaml create mode 100644 arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi create mode 100644 drivers/mfd/hi6421-spmi-pmic.c create mode 100644 drivers/regulator/hi6421v600-regulator.c create mode 100644 drivers/spmi/hisi-spmi-controller.c create mode 100644 include/linux/mfd/hi6421-spmi-pmic.h -- 2.26.2 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 791F3C433E0 for ; Tue, 11 Aug 2020 15:43:30 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B3182083B for ; Tue, 11 Aug 2020 15:43:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rkJEkVxW"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="sxHyP2EW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B3182083B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=vy3A1Lfk6jlLW02OO/6Pbyg7eq3pQWvCiS6b9jOsOq4=; b=rkJEkVxWuJglpEOLxDXtG0p3wW zRqg6yTHmdzB+5zvicQpB3Bj+eMF0g37jswdKY2ohioipPZVAHDEG6B+TwTZZVyrwI6bIuKzOEL50 4X71NXlLToENe4qu1yCK9GAZ2larJXY9ogvxOMeGxTmcFQ3aMfYDXw7ooRxED4zg8fHAKY8fJqFVu /dSUv43L+WaJ78Ms2idq+V3f+kPfOr+jxB2LUNZ+e9nElgRnWBOq3hlgiaAOZjXwgAiNt4bl8pEib a8uzQxyni8vYnoh2GM6KK3SbdFUzUAibUsaDPt3FwZQ7Zq8QKajCxp9cBn9X/pCYMtZAhvWPbWD2L Yt8DC2Fg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k5WPf-0007h1-MQ; Tue, 11 Aug 2020 15:42:07 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k5WPc-0007e5-1o for linux-arm-kernel@lists.infradead.org; Tue, 11 Aug 2020 15:42:05 +0000 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 48F9320855; Tue, 11 Aug 2020 15:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597160523; bh=tPoZHhl37+KDzQsLP1jIkEQXto6BBR1hNjMIGeZz4Dw=; h=From:To:Cc:Subject:Date:From; b=sxHyP2EWyPs69/fjastnXyT3M2NxezbheCRHhGv0p5q1UW/5sU9Uoxn4JCbKySUBj htoOMN3NKL8O4uuOPy3tswJuaSIkhy7wET8urNWHJ8huHLT48fHPmCfVZFMvAtE+4m NBseGIdLi/XX9T06UZUsPK5gsst0mM4r5il+qUAg= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1k5WPZ-004bmG-5G; Tue, 11 Aug 2020 17:42:01 +0200 From: Mauro Carvalho Chehab To: Subject: [PATCH 00/33] Add driver for HiSilicon SPMI PMIC for Hikey 970 Date: Tue, 11 Aug 2020 17:41:26 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200811_114204_270647_4CB2A5EB X-CRM114-Status: GOOD ( 20.84 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mauro Carvalho Chehab , linux-arm-msm@vger.kernel.org, Mark Brown , Mayulong , Liam Girdwood , Wei Xu , linuxarm@huawei.com, Stephen Boyd , Rob Herring , mauro.chehab@huawei.com, Lee Jones , "David S. Miller" , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The Hikey 970 board uses a different PMIC than the one found on Hikey 960. This PMIC uses a SPMI board. This patch series backport the OOT drivers from the Linaro's official tree for this board: https://github.com/96boards-hikey/linux/tree/hikey970-v4.9 Porting them to upstream, cleaning up coding style issues, solving driver probing order and adding DT documentation. I opted to not fold all patches into a single one, in order to: - Preserve the authorship of the original authors; - Keep a history of changes. As this could be harder for people to review, I'll be replying to patch 00/32 with all patches folded. This should help reviewers to see the current code after the entire series is applied. Mauro Carvalho Chehab (32): spmi: get rid of a warning when built with W=1 spmi: hisi-spmi-controller: coding style fixup mfd, regulator: get rid of unused code at HiSilicon SPMI PMIC regulator: hisi_regulator_spmi: port it to upstream mfd: hisi_pmic_spmi: deal with non-static functions mfd: hisi_pmic_spmi: get rid of the static vars spmi: hisi-spmi-controller: fix it to probe successfully spmi: hisi-spmi-controller: fix a typo spmi: hisi-spmi-controller: adjust whitespaces at defines spmi: hisi-spmi-controller: use le32 macros where needed spmi: hisi-spmi-controller: add debug when values are read/write mfd, regulator: coding style fixups at the HiSilicon SPMI PMIC code spmi: add hisi-spmi-controller to the building system mfd: Kconfig: fix a typo spmi: hisi-spmi-controller: fix the dev_foo() logic mfd: pmic: add drivers for hi6421v600 mfd: hi6421-spmi-pmic: get rid of unused OF properties spmi: hi6421-spmi-pmic: cleanup OF properties regulator: hi6421v600-regulator: cleanup struct hisi_regulator regulator: hi6421v600-regulator: cleanup debug messages regulator: hi6421v600-regulator: use shorter names for OF properties regulator: hi6421v600-regulator: better handle modes regulator, mfd: change namespace for HiSilicon SPMI PMIC drivers regulator: hi6421v600-regulator: convert to use get/set voltage_sel regulator: hi6421v600-regulator: don't use usleep_range for off_on_delay regulator: hi6421v600-regulator: add a driver-specific debug macro regulator: hi6421v600-regulator: initialize ramp_delay regulator: hi6421v600-regulator: cleanup DT settings mfd, spmi, regulator: fix some coding style issues at HiSilicon SPMI PMIC dt: document HiSilicon SPMI controller and mfd/regulator properties dt: hisilicon: add support for the PMIC found on Hikey 970 MAINTAINERS: add an entry for HiSilicon 6421v600 drivers Mayulong (1): spmi, regulator, mfd: add drivers for hikey970 SPMI PMIC .../mfd/hisilicon,hi6421-spmi-pmic.yaml | 175 +++++++ .../spmi/hisilicon,hisi-spmi-controller.yaml | 54 ++ MAINTAINERS | 8 + .../boot/dts/hisilicon/hi3670-hikey970.dts | 16 +- .../boot/dts/hisilicon/hikey970-pmic.dtsi | 200 +++++++ drivers/mfd/Kconfig | 17 +- drivers/mfd/Makefile | 1 + drivers/mfd/hi6421-spmi-pmic.c | 399 ++++++++++++++ drivers/regulator/Kconfig | 8 + drivers/regulator/Makefile | 1 + drivers/regulator/hi6421v600-regulator.c | 493 ++++++++++++++++++ drivers/spmi/Kconfig | 9 + drivers/spmi/Makefile | 2 + drivers/spmi/hisi-spmi-controller.c | 384 ++++++++++++++ drivers/spmi/spmi.c | 10 +- include/linux/mfd/hi6421-spmi-pmic.h | 67 +++ 16 files changed, 1826 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml create mode 100644 Documentation/devicetree/bindings/spmi/hisilicon,hisi-spmi-controller.yaml create mode 100644 arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi create mode 100644 drivers/mfd/hi6421-spmi-pmic.c create mode 100644 drivers/regulator/hi6421v600-regulator.c create mode 100644 drivers/spmi/hisi-spmi-controller.c create mode 100644 include/linux/mfd/hi6421-spmi-pmic.h -- 2.26.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel