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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3EBEBC433F5 for ; Thu, 30 Dec 2021 09:44:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=9U5z0CsJEsuKU4MuyTmEC9X0s0hQIS9MkPBQOtvBkMY=; b=Cp84f3MUt9INbe EC7Z16ZSXzsUg9NR1Z/Qm2zvzl1shKioInWfGHhyByWitKTG4oPds8vHo+s+FrWMjkyixXikenkSF jsKCNKzFqFEQAQ6XGJfJmUVelevlvPG0c1lHgsh3EQY3VquqZP9cZZm4XUgjSY11NG6EEhS/S6n5H 75M2EML0vDcNHATC0nsZgjGIJeM26nNS12ZRT1K1gbIZu7KMcMRNA4LsclvMD1wrhSoDRdeDv8rJX nu5rrc6OVpOlZhtXoHcSH0V6NA3aCOPyBdplC5TsdHx8AYlteCMeUtcIsYJk2B+IetMliz5u88osX V3xuZyFmq3+472OJKaxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2rzQ-00499u-TB; Thu, 30 Dec 2021 09:44:52 +0000 Received: from mail-sh.amlogic.com ([58.32.228.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2rzF-00498o-Tu; Thu, 30 Dec 2021 09:44:43 +0000 Received: from droid01-cd.amlogic.com (10.98.11.200) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2176.14; Thu, 30 Dec 2021 17:44:37 +0800 From: Shunzhou.Jiang To: , , , CC: , , , , Subject: [PATCH V2 0/2] Power: meson-s4: add s4 power domain driver Date: Thu, 30 Dec 2021 17:44:32 +0800 Message-ID: <20211230094434.3053195-1-shunzhou.jiang@amlogic.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.98.11.200] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211230_014442_008519_220DB826 X-CRM114-Status: UNSURE ( 5.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org From: Shunzhou Jiang This patchset adds Power controller driver support for Meson-S4 SoC Likes Meson-A1, the power domains register only can access in secure world Shunzhou Jiang (2): dt-bindings: power: add Amlogic s4 power domains bindings soc: s4: Add support for power domains controller .../power/amlogic,meson-sec-pwrc.yaml | 3 ++- drivers/soc/amlogic/meson-secure-pwrc.c | 21 +++++++++++++++++++ include/dt-bindings/power/meson-s4-power.h | 19 +++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 include/dt-bindings/power/meson-s4-power.h base-commit: 3448a018ded03ccd4093d6675f4a39eb2d1a18ef -- 2.34.1 _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 83EA8C433F5 for ; Thu, 30 Dec 2021 09:46:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=oBDWauZfJIHw8H7jT0sKJ1kl6CFIB7sF92HKvh0cyNQ=; b=4YxxWX5wlcXG2N NeHEZIpgINeP/R5/ibsbVmZHia0RHduu9fAmf/gsaK8NzSPytp3d0R7UoRJUM8MCvQHHtzj2vohTE yg1P8ORLHTKdB9jjiePSWdY6dQNcy4pf+rXP0Vt+O2zZp0FbnRu4usqsD6ILVOFLDPw+Ul5jX67EP XeE4Kmd4CIGeHn0QUrS2LRswLCNp3rmmhraGiWydXeICTYfoQiUzu9jX1fcGDhQn7CvJvoU/mgneQ CEWRk5fygkUwHG2A5Q6LQtAR68BM6d7osy3GD1M/6nOYe41kMt+l20jADtPHXaM5jSS6Rnw4OHxyo QH2pwZo8x6guABw1OD1g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2rzI-00499P-Rq; Thu, 30 Dec 2021 09:44:44 +0000 Received: from mail-sh.amlogic.com ([58.32.228.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2rzF-00498o-Tu; Thu, 30 Dec 2021 09:44:43 +0000 Received: from droid01-cd.amlogic.com (10.98.11.200) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2176.14; Thu, 30 Dec 2021 17:44:37 +0800 From: Shunzhou.Jiang To: , , , CC: , , , , Subject: [PATCH V2 0/2] Power: meson-s4: add s4 power domain driver Date: Thu, 30 Dec 2021 17:44:32 +0800 Message-ID: <20211230094434.3053195-1-shunzhou.jiang@amlogic.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.98.11.200] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211230_014442_008519_220DB826 X-CRM114-Status: UNSURE ( 5.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 From: Shunzhou Jiang This patchset adds Power controller driver support for Meson-S4 SoC Likes Meson-A1, the power domains register only can access in secure world Shunzhou Jiang (2): dt-bindings: power: add Amlogic s4 power domains bindings soc: s4: Add support for power domains controller .../power/amlogic,meson-sec-pwrc.yaml | 3 ++- drivers/soc/amlogic/meson-secure-pwrc.c | 21 +++++++++++++++++++ include/dt-bindings/power/meson-s4-power.h | 19 +++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 include/dt-bindings/power/meson-s4-power.h base-commit: 3448a018ded03ccd4093d6675f4a39eb2d1a18ef -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel