All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: "Andreas Färber" <afaerber@suse.de>
Cc: linux-arm-kernel@lists.infradead.org,
	"Thomas Liau" <thomas.liau@actions-semi.com>,
	"Jeff Chen" <jeff.chen@actions-semi.com>,
	张东风 <zhangdf@actions-semi.com>, 刘炜 <liuwei@actions-semi.com>,
	张天益 <tyzhang@actions-semi.com>, 梅利 <harrymei@actions-semi.com>,
	support@cubietech.com, linux-kernel@vger.kernel.org,
	"Mark Rutland" <mark.rutland@arm.com>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v2 6/8] dt-bindings: power: Add Actions Semi S700 SPS
Date: Wed, 15 Nov 2017 22:35:29 -0600	[thread overview]
Message-ID: <20171116043529.hrrgiga4hpdsy2tc@rob-hp-laptop> (raw)
In-Reply-To: <20171113233427.5386-7-afaerber@suse.de>

On Tue, Nov 14, 2017 at 12:34:25AM +0100, Andreas Färber wrote:
> Define power domains for Actions Semi S700 SoC Smart Power System (SPS).
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  v2: New
>  
>  .../devicetree/bindings/power/actions,owl-sps.txt    |  2 ++
>  include/dt-bindings/power/owl-s700-powergate.h       | 20 ++++++++++++++++++++
>  2 files changed, 22 insertions(+)
>  create mode 100644 include/dt-bindings/power/owl-s700-powergate.h
> 
> diff --git a/Documentation/devicetree/bindings/power/actions,owl-sps.txt b/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> index 007b9a7ae723..78edd63641e8 100644
> --- a/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> +++ b/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> @@ -2,10 +2,12 @@ Actions Semi Owl Smart Power System (SPS)
>  
>  Required properties:
>  - compatible          :  "actions,s500-sps" for S500
> +                         "actions,s700-sps" for S700
>  - reg                 :  Offset and length of the register set for the device.
>  - #power-domain-cells :  Must be 1.
>                           See macros in:
>                            include/dt-bindings/power/owl-s500-powergate.h for S500
> +                          include/dt-bindings/power/owl-s700-powergate.h for S700
>  
>  
>  Example:
> diff --git a/include/dt-bindings/power/owl-s700-powergate.h b/include/dt-bindings/power/owl-s700-powergate.h
> new file mode 100644
> index 000000000000..4ded16bc074f
> --- /dev/null
> +++ b/include/dt-bindings/power/owl-s700-powergate.h
> @@ -0,0 +1,20 @@
> +/*
> + * Actions Semi S700 SPS
> + *
> + * Copyright (c) 2017 Andreas Färber
> + *
> + * SPDX-License-Identifier: (GPL-2.0+ OR MIT)

The decree now for SPDX tags is make this the first line using "//".

Otherwise, 

Acked-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: "Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	"Thomas Liau"
	<thomas.liau-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
	"Jeff Chen" <jeff.chen-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
	张东风 <zhangdf-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
	刘炜 <liuwei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
	张天益 <tyzhang-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
	梅利 <harrymei-/sSyCTpAT0ql5r2w9Jh5Rg@public.gmane.org>,
	support-om/0PrzuAKC1Z/+hSey0Gg@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2 6/8] dt-bindings: power: Add Actions Semi S700 SPS
Date: Wed, 15 Nov 2017 22:35:29 -0600	[thread overview]
Message-ID: <20171116043529.hrrgiga4hpdsy2tc@rob-hp-laptop> (raw)
In-Reply-To: <20171113233427.5386-7-afaerber-l3A5Bk7waGM@public.gmane.org>

On Tue, Nov 14, 2017 at 12:34:25AM +0100, Andreas Färber wrote:
> Define power domains for Actions Semi S700 SoC Smart Power System (SPS).
> 
> Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>
> ---
>  v2: New
>  
>  .../devicetree/bindings/power/actions,owl-sps.txt    |  2 ++
>  include/dt-bindings/power/owl-s700-powergate.h       | 20 ++++++++++++++++++++
>  2 files changed, 22 insertions(+)
>  create mode 100644 include/dt-bindings/power/owl-s700-powergate.h
> 
> diff --git a/Documentation/devicetree/bindings/power/actions,owl-sps.txt b/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> index 007b9a7ae723..78edd63641e8 100644
> --- a/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> +++ b/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> @@ -2,10 +2,12 @@ Actions Semi Owl Smart Power System (SPS)
>  
>  Required properties:
>  - compatible          :  "actions,s500-sps" for S500
> +                         "actions,s700-sps" for S700
>  - reg                 :  Offset and length of the register set for the device.
>  - #power-domain-cells :  Must be 1.
>                           See macros in:
>                            include/dt-bindings/power/owl-s500-powergate.h for S500
> +                          include/dt-bindings/power/owl-s700-powergate.h for S700
>  
>  
>  Example:
> diff --git a/include/dt-bindings/power/owl-s700-powergate.h b/include/dt-bindings/power/owl-s700-powergate.h
> new file mode 100644
> index 000000000000..4ded16bc074f
> --- /dev/null
> +++ b/include/dt-bindings/power/owl-s700-powergate.h
> @@ -0,0 +1,20 @@
> +/*
> + * Actions Semi S700 SPS
> + *
> + * Copyright (c) 2017 Andreas Färber
> + *
> + * SPDX-License-Identifier: (GPL-2.0+ OR MIT)

The decree now for SPDX tags is make this the first line using "//".

Otherwise, 

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 6/8] dt-bindings: power: Add Actions Semi S700 SPS
Date: Wed, 15 Nov 2017 22:35:29 -0600	[thread overview]
Message-ID: <20171116043529.hrrgiga4hpdsy2tc@rob-hp-laptop> (raw)
In-Reply-To: <20171113233427.5386-7-afaerber@suse.de>

On Tue, Nov 14, 2017 at 12:34:25AM +0100, Andreas F?rber wrote:
> Define power domains for Actions Semi S700 SoC Smart Power System (SPS).
> 
> Signed-off-by: Andreas F?rber <afaerber@suse.de>
> ---
>  v2: New
>  
>  .../devicetree/bindings/power/actions,owl-sps.txt    |  2 ++
>  include/dt-bindings/power/owl-s700-powergate.h       | 20 ++++++++++++++++++++
>  2 files changed, 22 insertions(+)
>  create mode 100644 include/dt-bindings/power/owl-s700-powergate.h
> 
> diff --git a/Documentation/devicetree/bindings/power/actions,owl-sps.txt b/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> index 007b9a7ae723..78edd63641e8 100644
> --- a/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> +++ b/Documentation/devicetree/bindings/power/actions,owl-sps.txt
> @@ -2,10 +2,12 @@ Actions Semi Owl Smart Power System (SPS)
>  
>  Required properties:
>  - compatible          :  "actions,s500-sps" for S500
> +                         "actions,s700-sps" for S700
>  - reg                 :  Offset and length of the register set for the device.
>  - #power-domain-cells :  Must be 1.
>                           See macros in:
>                            include/dt-bindings/power/owl-s500-powergate.h for S500
> +                          include/dt-bindings/power/owl-s700-powergate.h for S700
>  
>  
>  Example:
> diff --git a/include/dt-bindings/power/owl-s700-powergate.h b/include/dt-bindings/power/owl-s700-powergate.h
> new file mode 100644
> index 000000000000..4ded16bc074f
> --- /dev/null
> +++ b/include/dt-bindings/power/owl-s700-powergate.h
> @@ -0,0 +1,20 @@
> +/*
> + * Actions Semi S700 SPS
> + *
> + * Copyright (c) 2017 Andreas F?rber
> + *
> + * SPDX-License-Identifier: (GPL-2.0+ OR MIT)

The decree now for SPDX tags is make this the first line using "//".

Otherwise, 

Acked-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2017-11-16  4:35 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-13 23:34 [PATCH v2 0/8] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber
2017-11-13 23:34 ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 1/8] dt-bindings: arm: actions: Add S700 and CubieBoard7 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16 14:03   ` Andreas Färber
2017-11-16 14:03     ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 2/8] dt-bindings: timer: Add Actions Semi S700 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-07 13:15   ` Daniel Lezcano
2017-12-07 13:15     ` Daniel Lezcano
2017-11-13 23:34 ` [PATCH v2 3/8] clocksource: owl: Adopt TIMER_OF_DECLARE() Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-07 13:15   ` Daniel Lezcano
2017-12-07 13:15     ` Daniel Lezcano
2017-11-13 23:34 ` [PATCH v2 4/8] clocksource: owl: Prepare S700 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-04 23:00   ` Andreas Färber
2017-12-04 23:00     ` Andreas Färber
2017-12-07  9:23     ` Daniel Lezcano
2017-12-07  9:23       ` Daniel Lezcano
2017-12-07 12:47       ` Andreas Färber
2017-12-07 12:47         ` Andreas Färber
2017-12-07 13:11         ` Daniel Lezcano
2017-12-07 13:11           ` Daniel Lezcano
2017-12-07 13:16           ` Andreas Färber
2017-12-07 13:16             ` Andreas Färber
2017-12-07 13:16   ` Daniel Lezcano
2017-12-07 13:16     ` Daniel Lezcano
2017-11-13 23:34 ` [PATCH v2 5/8] arm64: dts: actions: Add S700 and CubieBoard7 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-22 10:10   ` Andreas Färber
2017-12-22 10:10     ` Andreas Färber
2017-12-22 10:10     ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 6/8] dt-bindings: power: Add Actions Semi S700 SPS Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16  4:35   ` Rob Herring [this message]
2017-11-16  4:35     ` Rob Herring
2017-11-16  4:35     ` Rob Herring
2017-11-16 13:42     ` Andreas Färber
2017-11-16 13:42       ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 7/8] soc: actions: sps: Add S700 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16 14:05   ` Andreas Färber
2017-11-16 14:05     ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 8/8] arm64: dts: actions: Add S700 SPS node Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16 14:16   ` Andreas Färber
2017-11-16 14:16     ` Andreas Färber
2017-11-16 14:16     ` Andreas Färber
2017-12-07  9:20 ` [PATCH v2 0/8] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano
2017-12-07  9:20   ` Daniel Lezcano
2017-12-07 11:30   ` Andreas Färber
2017-12-07 11:30     ` Andreas Färber
2017-12-07 11:30     ` Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171116043529.hrrgiga4hpdsy2tc@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=afaerber@suse.de \
    --cc=devicetree@vger.kernel.org \
    --cc=harrymei@actions-semi.com \
    --cc=jeff.chen@actions-semi.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liuwei@actions-semi.com \
    --cc=mark.rutland@arm.com \
    --cc=support@cubietech.com \
    --cc=thomas.liau@actions-semi.com \
    --cc=tyzhang@actions-semi.com \
    --cc=zhangdf@actions-semi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.