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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 EE896C3A5A1 for ; Wed, 21 Aug 2019 13:46:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C48732339F for ; Wed, 21 Aug 2019 13:46:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566395212; bh=1SBGubWHevGTaPku2q5p2VFb1E6YUKyo3XqPCp/g0/I=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=YipfkGDLvAYYXQh/R+n0UZE5Pz0V0aE3bBYOkbclLj+8ulvNUucEKPiDa7wlNs1GF 6H1pe7tgHlQaSld+9pNqSRNfktbcrLk/bs9CuxE+rcqVsggK4+n3KBFoxcIWnQG4Ur qVxW5HmzMbbucNKTPcDvE8nkQSZt+Oi8sDBYNLLQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729025AbfHUNqv (ORCPT ); Wed, 21 Aug 2019 09:46:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:33836 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728616AbfHUNqv (ORCPT ); Wed, 21 Aug 2019 09:46:51 -0400 Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5FCBA2339F; Wed, 21 Aug 2019 13:46:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566395210; bh=1SBGubWHevGTaPku2q5p2VFb1E6YUKyo3XqPCp/g0/I=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=KKNovrSCCy+qxBBg+LQF1RxSdKIeUAor2DyyUj5ECkqeYKhur3RwCiqyuCLcvmilZ AJWSreR6LpOWFF96w3iUmUUzcBmp74dGMM4P+pm0JvsyO8+iGZoEKDuOmw4lWp0S4o 7zyZ3AOden/ijNJ8D6jHxP+m5MlXrLZ0MMBG3090= Received: by mail-qt1-f170.google.com with SMTP id t12so3043921qtp.9; Wed, 21 Aug 2019 06:46:50 -0700 (PDT) X-Gm-Message-State: APjAAAXumeO3vEajpc68RHMqYcIXPZo6g8WEp/0uiwom4mSEBJy6qGkN yVqcqNzEsi8NR+5tqJ4aVCh8LFelOz5HLE2/LA== X-Google-Smtp-Source: APXvYqzVcAdSEaO2BocJ4gK6VMRiGeLEnjs3XBBSPg8GhG/x28s2b9/g6MrsMfZlURkEkfCeqd6IZ4qdq3h8AExDMZE= X-Received: by 2002:aed:24f4:: with SMTP id u49mr31852907qtc.110.1566395209619; Wed, 21 Aug 2019 06:46:49 -0700 (PDT) MIME-Version: 1.0 References: <20190821114121.10430-1-narmstrong@baylibre.com> <20190821114121.10430-2-narmstrong@baylibre.com> In-Reply-To: <20190821114121.10430-2-narmstrong@baylibre.com> From: Rob Herring Date: Wed, 21 Aug 2019 08:46:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] dt-bindings: power: add Amlogic Everything-Else power domains bindings To: Neil Armstrong Cc: Kevin Hilman , Ulf Hansson , devicetree@vger.kernel.org, "open list:THERMAL" , linux-amlogic@lists.infradead.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 21, 2019 at 6:41 AM Neil Armstrong wrote: > > Add the bindings for the Amlogic Everything-Else power domains, > controlling the Everything-Else peripherals power domains. > > The bindings targets the Amlogic G12A and SM1 compatible SoCs, > support for earlier SoCs will be added later. > > Signed-off-by: Neil Armstrong > --- > .../bindings/power/amlogic,meson-ee-pwrc.yaml | 93 +++++++++++++++++++ > include/dt-bindings/power/meson-g12a-power.h | 13 +++ > include/dt-bindings/power/meson-sm1-power.h | 18 ++++ > 3 files changed, 124 insertions(+) > create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml > create mode 100644 include/dt-bindings/power/meson-g12a-power.h > create mode 100644 include/dt-bindings/power/meson-sm1-power.h Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/5] dt-bindings: power: add Amlogic Everything-Else power domains bindings Date: Wed, 21 Aug 2019 08:46:38 -0500 Message-ID: References: <20190821114121.10430-1-narmstrong@baylibre.com> <20190821114121.10430-2-narmstrong@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190821114121.10430-2-narmstrong@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org To: Neil Armstrong Cc: Kevin Hilman , Ulf Hansson , devicetree@vger.kernel.org, "open list:THERMAL" , linux-amlogic@lists.infradead.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Wed, Aug 21, 2019 at 6:41 AM Neil Armstrong wrote: > > Add the bindings for the Amlogic Everything-Else power domains, > controlling the Everything-Else peripherals power domains. > > The bindings targets the Amlogic G12A and SM1 compatible SoCs, > support for earlier SoCs will be added later. > > Signed-off-by: Neil Armstrong > --- > .../bindings/power/amlogic,meson-ee-pwrc.yaml | 93 +++++++++++++++++++ > include/dt-bindings/power/meson-g12a-power.h | 13 +++ > include/dt-bindings/power/meson-sm1-power.h | 18 ++++ > 3 files changed, 124 insertions(+) > create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml > create mode 100644 include/dt-bindings/power/meson-g12a-power.h > create mode 100644 include/dt-bindings/power/meson-sm1-power.h 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 4414BC3A59E for ; Wed, 21 Aug 2019 13:47:00 +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 12399233A0 for ; Wed, 21 Aug 2019 13:47:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Y4eKhDoP"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KKNovrSC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 12399233A0 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+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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/FecQFdCii5fX+mTGX/wTaozF8s5ICgYsx3R4TzlOpI=; b=Y4eKhDoPP12ir2 L2wR62h7EZLo+FGR5M6CShpCstm1FBYwyIQBVp4OV8I5d+s9aucaqx7g0PBlenbeetp75jkOq0PjG ODyxC+zhtwuFh0y+w20TppFY60iKyEqlOd7SOB/0PiiU4r+CfDV9mHGcXG/RUCS7CfyaLcfztLg0m FwdauZQ9A1fGR2YA0z0gv299+GHAJR47wFPYjKjJkUpf5k8BnzeTr9dYUmWnd1F9NQEn8xqpNAD9i McEmEZs2OZHjQ8clIWD10Gq7EDUfVvBnHSnxpYcWTjFgXuUAUFdGReEVYqjSUvk+hCHPZtubKyOCv cwkC8JxnciYFfIsuw+qQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i0Qx0-0000du-Vm; Wed, 21 Aug 2019 13:46:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i0Qwt-0000c4-2c; Wed, 21 Aug 2019 13:46:52 +0000 Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6CA87233FC; Wed, 21 Aug 2019 13:46:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566395210; bh=1SBGubWHevGTaPku2q5p2VFb1E6YUKyo3XqPCp/g0/I=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=KKNovrSCCy+qxBBg+LQF1RxSdKIeUAor2DyyUj5ECkqeYKhur3RwCiqyuCLcvmilZ AJWSreR6LpOWFF96w3iUmUUzcBmp74dGMM4P+pm0JvsyO8+iGZoEKDuOmw4lWp0S4o 7zyZ3AOden/ijNJ8D6jHxP+m5MlXrLZ0MMBG3090= Received: by mail-qt1-f171.google.com with SMTP id 44so3033566qtg.11; Wed, 21 Aug 2019 06:46:50 -0700 (PDT) X-Gm-Message-State: APjAAAUJXa6PcbE8Vr7AAZ7kgxIQHLznMpdCcH486Xu8vVjeSRYnVQ8+ 68G8sFBmc4ETDXlAlagqlfj8HX8VrFiH11DjDA== X-Google-Smtp-Source: APXvYqzVcAdSEaO2BocJ4gK6VMRiGeLEnjs3XBBSPg8GhG/x28s2b9/g6MrsMfZlURkEkfCeqd6IZ4qdq3h8AExDMZE= X-Received: by 2002:aed:24f4:: with SMTP id u49mr31852907qtc.110.1566395209619; Wed, 21 Aug 2019 06:46:49 -0700 (PDT) MIME-Version: 1.0 References: <20190821114121.10430-1-narmstrong@baylibre.com> <20190821114121.10430-2-narmstrong@baylibre.com> In-Reply-To: <20190821114121.10430-2-narmstrong@baylibre.com> From: Rob Herring Date: Wed, 21 Aug 2019 08:46:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] dt-bindings: power: add Amlogic Everything-Else power domains bindings To: Neil Armstrong X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190821_064651_186157_AE21925B X-CRM114-Status: GOOD ( 11.61 ) 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: devicetree@vger.kernel.org, Ulf Hansson , "open list:THERMAL" , Kevin Hilman , "linux-kernel@vger.kernel.org" , linux-amlogic@lists.infradead.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 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 On Wed, Aug 21, 2019 at 6:41 AM Neil Armstrong wrote: > > Add the bindings for the Amlogic Everything-Else power domains, > controlling the Everything-Else peripherals power domains. > > The bindings targets the Amlogic G12A and SM1 compatible SoCs, > support for earlier SoCs will be added later. > > Signed-off-by: Neil Armstrong > --- > .../bindings/power/amlogic,meson-ee-pwrc.yaml | 93 +++++++++++++++++++ > include/dt-bindings/power/meson-g12a-power.h | 13 +++ > include/dt-bindings/power/meson-sm1-power.h | 18 ++++ > 3 files changed, 124 insertions(+) > create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml > create mode 100644 include/dt-bindings/power/meson-g12a-power.h > create mode 100644 include/dt-bindings/power/meson-sm1-power.h Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 4EDA4C3A59E for ; Wed, 21 Aug 2019 13:47:02 +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 1FE0B233A0 for ; Wed, 21 Aug 2019 13:47:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pVdz1I3a"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KKNovrSC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1FE0B233A0 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-amlogic-bounces+linux-amlogic=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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mSImL4z5onacyvfEIf/gyjqGgZhpLBFZrRx7XGvMDNY=; b=pVdz1I3a75usVO rzal897J6Q5tbI90NHIcUovGm9IRNqZ+r7PLWOno5AsGLh8Hvq7lYFQHqPL98NJQbqAYtqAtFv1iH 3c6VRTJAqa5Dlp79edEUER0GXKtoaPSjP2cZerQjyGu+NeZnEOnohTs+X8OVX3As1No0x6TKX1Aew GFF1ufosHInKhg9HojnURDaKy36YQ16ScGcEPoCcaiDj6DqBr/MzaSw64u5EohDfA2Zpj1I4S5PSN U+SeQCsHiehlHHniJhM1SVTO/l04jdiyjSDDriHhSCf8ylp7x6uECKduk9ujmRGyrLQePJAS7wUq6 wArF8M3+4Dvf4d8SrYiA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i0Qww-0000cb-Lw; Wed, 21 Aug 2019 13:46:54 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i0Qwt-0000c4-2c; Wed, 21 Aug 2019 13:46:52 +0000 Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6CA87233FC; Wed, 21 Aug 2019 13:46:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566395210; bh=1SBGubWHevGTaPku2q5p2VFb1E6YUKyo3XqPCp/g0/I=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=KKNovrSCCy+qxBBg+LQF1RxSdKIeUAor2DyyUj5ECkqeYKhur3RwCiqyuCLcvmilZ AJWSreR6LpOWFF96w3iUmUUzcBmp74dGMM4P+pm0JvsyO8+iGZoEKDuOmw4lWp0S4o 7zyZ3AOden/ijNJ8D6jHxP+m5MlXrLZ0MMBG3090= Received: by mail-qt1-f171.google.com with SMTP id 44so3033566qtg.11; Wed, 21 Aug 2019 06:46:50 -0700 (PDT) X-Gm-Message-State: APjAAAUJXa6PcbE8Vr7AAZ7kgxIQHLznMpdCcH486Xu8vVjeSRYnVQ8+ 68G8sFBmc4ETDXlAlagqlfj8HX8VrFiH11DjDA== X-Google-Smtp-Source: APXvYqzVcAdSEaO2BocJ4gK6VMRiGeLEnjs3XBBSPg8GhG/x28s2b9/g6MrsMfZlURkEkfCeqd6IZ4qdq3h8AExDMZE= X-Received: by 2002:aed:24f4:: with SMTP id u49mr31852907qtc.110.1566395209619; Wed, 21 Aug 2019 06:46:49 -0700 (PDT) MIME-Version: 1.0 References: <20190821114121.10430-1-narmstrong@baylibre.com> <20190821114121.10430-2-narmstrong@baylibre.com> In-Reply-To: <20190821114121.10430-2-narmstrong@baylibre.com> From: Rob Herring Date: Wed, 21 Aug 2019 08:46:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] dt-bindings: power: add Amlogic Everything-Else power domains bindings To: Neil Armstrong X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190821_064651_186157_AE21925B X-CRM114-Status: GOOD ( 11.61 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Ulf Hansson , "open list:THERMAL" , Kevin Hilman , "linux-kernel@vger.kernel.org" , linux-amlogic@lists.infradead.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 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 On Wed, Aug 21, 2019 at 6:41 AM Neil Armstrong wrote: > > Add the bindings for the Amlogic Everything-Else power domains, > controlling the Everything-Else peripherals power domains. > > The bindings targets the Amlogic G12A and SM1 compatible SoCs, > support for earlier SoCs will be added later. > > Signed-off-by: Neil Armstrong > --- > .../bindings/power/amlogic,meson-ee-pwrc.yaml | 93 +++++++++++++++++++ > include/dt-bindings/power/meson-g12a-power.h | 13 +++ > include/dt-bindings/power/meson-sm1-power.h | 18 ++++ > 3 files changed, 124 insertions(+) > create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml > create mode 100644 include/dt-bindings/power/meson-g12a-power.h > create mode 100644 include/dt-bindings/power/meson-sm1-power.h Reviewed-by: Rob Herring _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic