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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=no 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 F404BFA372B for ; Wed, 16 Oct 2019 09:40:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 C23FC21835 for ; Wed, 16 Oct 2019 09:40:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="TXUb6c0k" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C23FC21835 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.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=JXl+fSmLiF6xlGulbQ0j6U30E+0Qh/qY9UfdUbC6QWY=; b=TXUb6c0kUa1kSd aytrnM+bvQxM6lGtLMbwtkyt+TLvMyq7mcH4H4U8OjE8MevIs6VUFj3ttPL1DB1CU9t69DnpGy7zp aW1rEP01aUVOMqaKdEJSddaJ2NnqzCeX0g+9hdtfjYAb/kn4bmjwnr0KTlpEde4LcF4NzIg61cBi/ jx/kKxfEOYaQo/A9MeQW6rySgXOhrhhMq2RSjzAmDUUG6YtoEquzbmF6aH3zYyGz5I0QmNtKwu677 OtXN04VtLCEQNCCQwxOr3poWE37CBEkroItKAI4EfN5CY3lF0J9og3n5Am0pjHtTuwJEQDQgYg6Jz i/icY4uBKNsVBTrV+fQg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKfnT-0001vO-1D; Wed, 16 Oct 2019 09:40:47 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKfnP-0001uX-MA; Wed, 16 Oct 2019 09:40:45 +0000 X-UUID: 7dc9fd9b50724128b0cc213cabc46d64-20191016 X-UUID: 7dc9fd9b50724128b0cc213cabc46d64-20191016 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLS) with ESMTP id 2011870242; Wed, 16 Oct 2019 01:40:31 -0800 Received: from MTKMBS07N2.mediatek.inc (172.21.101.141) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 16 Oct 2019 02:40:29 -0700 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 16 Oct 2019 17:40:28 +0800 Received: from mtkswgap22.mediatek.inc (172.21.77.33) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Wed, 16 Oct 2019 17:40:28 +0800 From: Wen Su To: Lee Jones , Rob Herring , "Mark Brown" , Matthias Brugger Subject: [PATCH 0/4] Add Support for MediaTek PMIC MT6359 Regulator Date: Wed, 16 Oct 2019 17:39:42 +0800 Message-ID: <1571218786-15073-1-git-send-email-Wen.Su@mediatek.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191016_024043_740022_8CBF1962 X-CRM114-Status: UNSURE ( 8.31 ) X-CRM114-Notice: Please train this message. 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: Mark Rutland , devicetree@vger.kernel.org, wen.su@mediatek.com, wsd_upstream@mediatek.com, linux-kernel@vger.kernel.org, Liam Girdwood , linux-mediatek@lists.infradead.org, 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patchset add support to MT6359 PMIC regulator. MT6359 is primary PMIC for MT6779 platform. wen.su (4): dt-bindings: regulator: Add document for MT6359 regulator mfd: Add for PMIC MT6359 registers definition regulator: mt6359: Add support for MT6359 regulator arm64: dts: mt6359: add PMIC MT6359 related nodes .../bindings/regulator/mt6359-regulator.txt | 59 ++ arch/arm64/boot/dts/mediatek/mt6359.dtsi | 312 ++++++++ drivers/regulator/Kconfig | 9 + drivers/regulator/Makefile | 1 + drivers/regulator/mt6359-regulator.c | 859 +++++++++++++++++++++ include/linux/mfd/mt6359/registers.h | 531 +++++++++++++ include/linux/regulator/mt6359-regulator.h | 58 ++ 7 files changed, 1829 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/mt6359-regulator.txt create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi create mode 100644 drivers/regulator/mt6359-regulator.c create mode 100644 include/linux/mfd/mt6359/registers.h create mode 100644 include/linux/regulator/mt6359-regulator.h -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel