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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 6A400C64E7A for ; Tue, 1 Dec 2020 19:38:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 226AB206E3 for ; Tue, 1 Dec 2020 19:38:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392434AbgLATiz (ORCPT ); Tue, 1 Dec 2020 14:38:55 -0500 Received: from mail-il1-f195.google.com ([209.85.166.195]:36504 "EHLO mail-il1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727534AbgLATiy (ORCPT ); Tue, 1 Dec 2020 14:38:54 -0500 Received: by mail-il1-f195.google.com with SMTP id z10so2861817ilu.3; Tue, 01 Dec 2020 11:38:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DYI9qxONvfFsX93NLUdjcCc5cniO135LSRFDHLJMHNc=; b=Wh7K3trIKSFpJAQxplfh0P0wuCQFUKxfvTNValVQ5LhooiuwIwXDf5eDImVAZk86oc FfQuDREbLWtCZcIXbK4Cedy8peJoGBz/5Qhkj5jmF9whXJSONFjl6A/k/Wy4GJA1zln7 FEiMj+rkmaaeEwdu2URuCCpMkiHF7ysHbb0EohjdnU+JWsBOTXrpYgIomxCBzdIfhRGe +xd59A4rDLAfgP3uDld/yJs2IAspVj1gSBbnfXXV00CjSQwlPOmZJX6q/434LKExFTAZ bTxgZuNXpSRc7GFVNEIpNXObCGYju44Ke8g4JcJr1exCb6XNmc9od3ZXVN8OltSEH57F Mmyg== X-Gm-Message-State: AOAM530awpVkRsFgFUMJE0pEpLCqFHAfYDF5qPVycWqoipAtrz5pHKbZ THzuLxvYACRMCuKDgoS8CA== X-Google-Smtp-Source: ABdhPJyvVD5SrSLhVY6E2GMjFTusn8xdbN/fL5/dU9/BGT2sTIfo6kFY4V/phZjd812h0KRt9YFXMA== X-Received: by 2002:a92:d3c6:: with SMTP id c6mr4237207ilh.7.1606851487685; Tue, 01 Dec 2020 11:38:07 -0800 (PST) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id c89sm279355ilf.26.2020.12.01.11.38.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Dec 2020 11:38:06 -0800 (PST) Received: (nullmailer pid 928924 invoked by uid 1000); Tue, 01 Dec 2020 19:38:03 -0000 Date: Tue, 1 Dec 2020 12:38:03 -0700 From: Rob Herring To: Martin Cerveny Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Lee Jones , linux-kernel@vger.kernel.org, Rob Herring , Mark Brown , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Maxime Ripard , Mauro Carvalho Chehab , linux-media@vger.kernel.org, Chen-Yu Tsai , Paul Kocialkowski , Icenowy Zheng , Jernej Skrabec Subject: Re: [PATCH v3 2/6] dt-bindings: sram: allwinner, sun4i-a10-system-control: Add V3s compatibles Message-ID: <20201201193803.GA928894@robh.at.kernel.org> References: <20201116125617.7597-1-m.cerveny@computer.org> <20201116125617.7597-3-m.cerveny@computer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201116125617.7597-3-m.cerveny@computer.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Nov 2020 13:56:13 +0100, Martin Cerveny wrote: > Allwinner V3s has system control similar to that in H3. > Add compatibles for system control with SRAM C1 region. > > Signed-off-by: Martin Cerveny > --- > .../bindings/sram/allwinner,sun4i-a10-system-control.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 D856BC64E7A for ; Tue, 1 Dec 2020 19:38:11 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 3B8E82151B for ; Tue, 1 Dec 2020 19:38:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3B8E82151B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 91A0B86B85; Tue, 1 Dec 2020 19:38:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id du1MQKVBbRvY; Tue, 1 Dec 2020 19:38:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1D63F86B87; Tue, 1 Dec 2020 19:38:10 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id E83FF1BF5E9 for ; Tue, 1 Dec 2020 19:38:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E449D87675 for ; Tue, 1 Dec 2020 19:38:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zOB9MHj0c56O for ; Tue, 1 Dec 2020 19:38:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-il1-f196.google.com (mail-il1-f196.google.com [209.85.166.196]) by hemlock.osuosl.org (Postfix) with ESMTPS id 41EE887674 for ; Tue, 1 Dec 2020 19:38:08 +0000 (UTC) Received: by mail-il1-f196.google.com with SMTP id r17so2835141ilo.11 for ; Tue, 01 Dec 2020 11:38:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DYI9qxONvfFsX93NLUdjcCc5cniO135LSRFDHLJMHNc=; b=SMWPbSgskiLutfqaZRUKM++//b2lpR4MuN4kk04C1Cu4KUTQ+p2m0hDTGpV29lucXd ZUXXzlw50cjQ4yCpa1+bg7fv78qnbAe8/RsyUxWkf7b4d+fOWVIQw5KFd/ma/AsndLIt mHLKtdEjUC4npaXrvaHhCSXyQA66Fj30zaqpHnc6ejtId2B9vvgxsDZslKiKNdO70/Wx g5mOoVEPFZaUP2O7XJ5ERu+mHm8KYhDKmKBsXxVU7anwWRWcd+0sR9ZVfOd3uusHUIfE U+qq5/Lgn+9d+M1v76A0XICCVMCYuPfZV9dYlrrqatkmvPNpKALY0Hg24nw5+gXHBlbH tYhw== X-Gm-Message-State: AOAM5312tC8wSEa9H5Fqw9mswYqBa3zP2GfY1CoA+mCrSRwdRb4FnJgi eRGQS9HsjRHYo4Vh3F0lbw== X-Google-Smtp-Source: ABdhPJyvVD5SrSLhVY6E2GMjFTusn8xdbN/fL5/dU9/BGT2sTIfo6kFY4V/phZjd812h0KRt9YFXMA== X-Received: by 2002:a92:d3c6:: with SMTP id c6mr4237207ilh.7.1606851487685; Tue, 01 Dec 2020 11:38:07 -0800 (PST) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id c89sm279355ilf.26.2020.12.01.11.38.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Dec 2020 11:38:06 -0800 (PST) Received: (nullmailer pid 928924 invoked by uid 1000); Tue, 01 Dec 2020 19:38:03 -0000 Date: Tue, 1 Dec 2020 12:38:03 -0700 From: Rob Herring To: Martin Cerveny Subject: Re: [PATCH v3 2/6] dt-bindings: sram: allwinner, sun4i-a10-system-control: Add V3s compatibles Message-ID: <20201201193803.GA928894@robh.at.kernel.org> References: <20201116125617.7597-1-m.cerveny@computer.org> <20201116125617.7597-3-m.cerveny@computer.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201116125617.7597-3-m.cerveny@computer.org> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Jernej Skrabec , Greg Kroah-Hartman , Icenowy Zheng , linux-kernel@vger.kernel.org, Rob Herring , Paul Kocialkowski , Chen-Yu Tsai , Mark Brown , Maxime Ripard , Mauro Carvalho Chehab , Lee Jones , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Mon, 16 Nov 2020 13:56:13 +0100, Martin Cerveny wrote: > Allwinner V3s has system control similar to that in H3. > Add compatibles for system control with SRAM C1 region. > > Signed-off-by: Martin Cerveny > --- > .../bindings/sram/allwinner,sun4i-a10-system-control.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel 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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 2B61FC64E7B for ; Tue, 1 Dec 2020 19:39:38 +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 9D81D206E3 for ; Tue, 1 Dec 2020 19:39:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GJXFWRim" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9D81D206E3 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:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ePOcMm/1X9KXKGHRUdJz88NJF+ZH486gbzgjMMmEXOw=; b=GJXFWRim8D3yHbhFoXdLg6d48 sRihF6ruA/ZflGsUtFkmGMA8/BVRhAiRTRA9hBqlRFxJcxCcCCqHlClyfpD/sMTSIbpv2mlH6d3rI H9nYr9klz2wPFfpnz2vwU9LDqZv1+cpvV7p4714hiwgV/t5sWBHCDEEm5b48uQ56797uLA7slQVyR WSbrEdcqc0zFlWshn9u9B7AROpkjB0yR9r739twJwNLBO0dnHrx3UGkKla8u13B9Q4e9KZBt4KUaa 7lUqsun91GWsbM0QL5lozbongAnZwetutVENZEpyUUV3z4d/iQOJDhFm7WC8/BjEGl468AumrFIVL TiTWehYlg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kkBTa-0006fU-6J; Tue, 01 Dec 2020 19:38:14 +0000 Received: from mail-il1-f193.google.com ([209.85.166.193]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kkBTX-0006e3-H5 for linux-arm-kernel@lists.infradead.org; Tue, 01 Dec 2020 19:38:12 +0000 Received: by mail-il1-f193.google.com with SMTP id y9so2881839ilb.0 for ; Tue, 01 Dec 2020 11:38:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DYI9qxONvfFsX93NLUdjcCc5cniO135LSRFDHLJMHNc=; b=Mu4Uq84hj7Gp4Gaci0xv3uDoAN7hcCHaEDvFOl8jx2juc0s2K1NhYRV4FwirTQbOZz ilafyL90sGHHvajS66kseVcuKVN6RdWvHuWpVpl8XDH3KFZRoGWynTcVPMlz1q7bs+PO 1zjLQVuyiK71iFAqXiIbfqq0MPSuNS2jdud8rgfYISzYmzb0kNEu3agbB1baHKNzFXyq 0mv4m902Vn3649XUSyudanODuEotKQ8Rgu9psi6Y7z8yg5l8IjSPoc1A2GFR32yyaaXM 80CatV8bdf6Vofe3Vc1WqEaXt/KHBtrJCFvuuWt5ljjv+3bYqoMH6RYiNc4Vt3YlVxMY Mb7A== X-Gm-Message-State: AOAM5331ka+PbWgC1okBYyS7mPQpcsYynCUWUD1QQPTcddQpwLN+GNNc M+3TnVhqcJjChe2vWjIzdA== X-Google-Smtp-Source: ABdhPJyvVD5SrSLhVY6E2GMjFTusn8xdbN/fL5/dU9/BGT2sTIfo6kFY4V/phZjd812h0KRt9YFXMA== X-Received: by 2002:a92:d3c6:: with SMTP id c6mr4237207ilh.7.1606851487685; Tue, 01 Dec 2020 11:38:07 -0800 (PST) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id c89sm279355ilf.26.2020.12.01.11.38.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Dec 2020 11:38:06 -0800 (PST) Received: (nullmailer pid 928924 invoked by uid 1000); Tue, 01 Dec 2020 19:38:03 -0000 Date: Tue, 1 Dec 2020 12:38:03 -0700 From: Rob Herring To: Martin Cerveny Subject: Re: [PATCH v3 2/6] dt-bindings: sram: allwinner, sun4i-a10-system-control: Add V3s compatibles Message-ID: <20201201193803.GA928894@robh.at.kernel.org> References: <20201116125617.7597-1-m.cerveny@computer.org> <20201116125617.7597-3-m.cerveny@computer.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201116125617.7597-3-m.cerveny@computer.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201201_143811_612214_43FCD1F8 X-CRM114-Status: GOOD ( 13.64 ) 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: devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Jernej Skrabec , Greg Kroah-Hartman , Icenowy Zheng , linux-kernel@vger.kernel.org, Rob Herring , Paul Kocialkowski , Chen-Yu Tsai , Mark Brown , Maxime Ripard , Mauro Carvalho Chehab , Lee Jones , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.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 On Mon, 16 Nov 2020 13:56:13 +0100, Martin Cerveny wrote: > Allwinner V3s has system control similar to that in H3. > Add compatibles for system control with SRAM C1 region. > > Signed-off-by: Martin Cerveny > --- > .../bindings/sram/allwinner,sun4i-a10-system-control.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel