From: Rob Herring <robh@kernel.org>
To: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
"Daniel Lezcano" <daniel.lezcano@linaro.org>,
linux@armlinux.org.uk,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Guilherme G. Simões" <guilherme.simoes@lsitec.org.br>,
"Jon maddog Hall" <jon.maddog.hall@gmail.com>,
mkzuffo@lsi.usp.br, "Andreas Färber" <afaerber@suse.de>,
sboyd@kernel.org, mark.rutland@arm.com, linux@cubietech.com,
support@cubietech.com, catalin.marinas@arm.com,
"Michael Turquette" <mturquette@baylibre.com>,
will.deacon@arm.com, "thomas liau" <thomas.liau@actions-semi.com>,
darren@cubietech.com, jeff.chen@actions-semi.com, pn@denx.de,
mp-cs@actions-semi.com,
"Laisa Costa - LSI-TEC" <laisa.costa@lsitec.org.br>
Subject: Re: [PATCH v2 01/03] dt-bindings: clock: Add Clock Management Unit for Actions Semi S500 SoC
Date: Tue, 25 Sep 2018 14:10:47 -0500 [thread overview]
Message-ID: <20180925191047.GA14410@bogus> (raw)
In-Reply-To: <CADHB5bBkyE90LVrWjt0ziU+oe=4sc8G_513VGECc++6xQ2ACdA@mail.gmail.com>
On Tue, Sep 04, 2018 at 12:36:36PM -0300, Edgar Bernardi Righi wrote:
> Add Clock Management Unit for Actions Semi S500 SoC. Dt-Bindings
> constants added.
> Tested on a Lemaker Guitar board.
>
> Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
>
> diff --git a/include/dt-bindings/clock/actions,s500-cmu.h
> b/include/dt-bindings/clock/actions,s500-cmu.h
> new file mode 100644
> index 000000000000..34e5849ffcf1
> --- /dev/null
> +++ b/include/dt-bindings/clock/actions,s500-cmu.h
> @@ -0,0 +1,78 @@
> +// SPDX-License-Identifier: GPL-2.0+
Headers should be /* */ style comments.
Otherwise,
Reviewed-by: Rob Herring <robh@kernel.org>
> +//
> +// Device Tree binding constants for Actions Semi S500 Clock Management Unit
> +//
> +// Copyright (c) 2014 Actions Semi Inc.
> +// Copyright (c) 2018 Linaro Ltd.
> +// Copyright (c) 2018 LSI-TEC - Caninos Loucos
WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 01/03] dt-bindings: clock: Add Clock Management Unit for Actions Semi S500 SoC
Date: Tue, 25 Sep 2018 14:10:47 -0500 [thread overview]
Message-ID: <20180925191047.GA14410@bogus> (raw)
In-Reply-To: <CADHB5bBkyE90LVrWjt0ziU+oe=4sc8G_513VGECc++6xQ2ACdA@mail.gmail.com>
On Tue, Sep 04, 2018 at 12:36:36PM -0300, Edgar Bernardi Righi wrote:
> Add Clock Management Unit for Actions Semi S500 SoC. Dt-Bindings
> constants added.
> Tested on a Lemaker Guitar board.
>
> Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
>
> diff --git a/include/dt-bindings/clock/actions,s500-cmu.h
> b/include/dt-bindings/clock/actions,s500-cmu.h
> new file mode 100644
> index 000000000000..34e5849ffcf1
> --- /dev/null
> +++ b/include/dt-bindings/clock/actions,s500-cmu.h
> @@ -0,0 +1,78 @@
> +// SPDX-License-Identifier: GPL-2.0+
Headers should be /* */ style comments.
Otherwise,
Reviewed-by: Rob Herring <robh@kernel.org>
> +//
> +// Device Tree binding constants for Actions Semi S500 Clock Management Unit
> +//
> +// Copyright (c) 2014 Actions Semi Inc.
> +// Copyright (c) 2018 Linaro Ltd.
> +// Copyright (c) 2018 LSI-TEC - Caninos Loucos
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
"Daniel Lezcano" <daniel.lezcano@linaro.org>,
linux@armlinux.org.uk,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Guilherme G. Simões" <guilherme.simoes@lsitec.org.br>,
"Jon maddog Hall" <jon.maddog.hall@gmail.com>,
mkzuffo@lsi.usp.br, "Andreas Färber" <afaerber@suse.de>,
sboyd@kernel.org, mark.rutland@arm.com, linux@cubietech.com,
support@cubietech.com, catalin.marinas@arm.com,
"Michael Turquette" <mturquette@baylibre.com>,
will.deacon@arm.com, "thomas liau" <thomas.liau@actions-semi.com>,
darren@cubietech.com, jeff.chen@actions-semi.com, pn@denx.de,
mp-cs@actions-semi.com
Subject: Re: [PATCH v2 01/03] dt-bindings: clock: Add Clock Management Unit for Actions Semi S500 SoC
Date: Tue, 25 Sep 2018 14:10:47 -0500 [thread overview]
Message-ID: <20180925191047.GA14410@bogus> (raw)
In-Reply-To: <CADHB5bBkyE90LVrWjt0ziU+oe=4sc8G_513VGECc++6xQ2ACdA@mail.gmail.com>
On Tue, Sep 04, 2018 at 12:36:36PM -0300, Edgar Bernardi Righi wrote:
> Add Clock Management Unit for Actions Semi S500 SoC. Dt-Bindings
> constants added.
> Tested on a Lemaker Guitar board.
>
> Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
>
> diff --git a/include/dt-bindings/clock/actions,s500-cmu.h
> b/include/dt-bindings/clock/actions,s500-cmu.h
> new file mode 100644
> index 000000000000..34e5849ffcf1
> --- /dev/null
> +++ b/include/dt-bindings/clock/actions,s500-cmu.h
> @@ -0,0 +1,78 @@
> +// SPDX-License-Identifier: GPL-2.0+
Headers should be /* */ style comments.
Otherwise,
Reviewed-by: Rob Herring <robh@kernel.org>
> +//
> +// Device Tree binding constants for Actions Semi S500 Clock Management Unit
> +//
> +// Copyright (c) 2014 Actions Semi Inc.
> +// Copyright (c) 2018 Linaro Ltd.
> +// Copyright (c) 2018 LSI-TEC - Caninos Loucos
next prev parent reply other threads:[~2018-09-25 19:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-04 15:36 [PATCH v2 01/03] dt-bindings: clock: Add Clock Management Unit for Actions Semi S500 SoC Edgar Bernardi Righi
2018-09-04 15:36 ` Edgar Bernardi Righi
2018-09-25 19:10 ` Rob Herring [this message]
2018-09-25 19:10 ` Rob Herring
2018-09-25 19:10 ` Rob Herring
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=20180925191047.GA14410@bogus \
--to=robh@kernel.org \
--cc=afaerber@suse.de \
--cc=catalin.marinas@arm.com \
--cc=daniel.lezcano@linaro.org \
--cc=darren@cubietech.com \
--cc=devicetree@vger.kernel.org \
--cc=edgar.righi@lsitec.org.br \
--cc=guilherme.simoes@lsitec.org.br \
--cc=jeff.chen@actions-semi.com \
--cc=jon.maddog.hall@gmail.com \
--cc=laisa.costa@lsitec.org.br \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=linux@cubietech.com \
--cc=manivannan.sadhasivam@linaro.org \
--cc=mark.rutland@arm.com \
--cc=mkzuffo@lsi.usp.br \
--cc=mp-cs@actions-semi.com \
--cc=mturquette@baylibre.com \
--cc=pn@denx.de \
--cc=sboyd@kernel.org \
--cc=support@cubietech.com \
--cc=thomas.liau@actions-semi.com \
--cc=will.deacon@arm.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.