From: Rob Herring <robh@kernel.org>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: olof@lixom.net, arnd@arndb.de, tglx@linutronix.de,
jason@lakedaemon.net, marc.zyngier@arm.com,
daniel.lezcano@linaro.org, gregkh@linuxfoundation.org,
jslaby@suse.com, afaerber@suse.de,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-serial@vger.kernel.org, amit.kucheria@linaro.org,
linus.walleij@linaro.org, zhao_steven@263.net,
overseas.sales@unisoc.com
Subject: Re: [PATCH v3 09/15] dt-bindings: timer: Document RDA8810PL SoC timer
Date: Fri, 7 Dec 2018 17:39:56 -0600 [thread overview]
Message-ID: <20181207233956.GA13852@bogus> (raw)
In-Reply-To: <20181128135106.9255-10-manivannan.sadhasivam@linaro.org>
On Wed, Nov 28, 2018 at 07:21:00PM +0530, Manivannan Sadhasivam wrote:
> Document RDA Micro RDA8810PL SoC timer.
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> ---
> .../bindings/timer/rda,8810pl-timer.txt | 21 +++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
>
> diff --git a/Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt b/Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
> new file mode 100644
> index 000000000000..06cc2b00be12
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
> @@ -0,0 +1,21 @@
> +RDA Micro RDA8810PL Timer
> +
> +Required properties:
> +- compatible : "rda,8810pl-timer"
> +- reg : Offset and length of the register set for the device.
> +- interrupts : Should contain the interrupts.
How many?
> +- interrupt-names : Valid names are: "hwtimer", "ostimer".
It's more than just valid names, but rather must be those 2 strings.
> + See ../resource-names.txt
> +
> +Example:
> +
> + apb@20900000 {
> + compatible = "simple-bus";
> + ...
> + timer@10000 {
> + compatible = "rda,8810pl-timer";
> + reg = <0x10000 0x1000>;
> + interrupts = <16 IRQ_TYPE_LEVEL_HIGH>,
> + <17 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "hwtimer", "ostimer";
> + };
> --
> 2.17.1
>
next prev parent reply other threads:[~2018-12-07 23:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-28 13:50 [PATCH v3 00/15] Add initial RDA8810PL SoC and Orange Pi boards support Manivannan Sadhasivam
2018-11-28 13:50 ` [PATCH v3 01/15] dt-bindings: Add RDA Micro vendor prefix Manivannan Sadhasivam
2018-12-07 23:35 ` Rob Herring
2018-11-28 13:50 ` [PATCH v3 02/15] dt-bindings: arm: Document RDA8810PL and reference boards Manivannan Sadhasivam
2018-12-07 23:37 ` Rob Herring
2018-11-28 13:50 ` [PATCH v3 03/15] ARM: Prepare RDA8810PL SoC Manivannan Sadhasivam
2018-11-28 13:50 ` [PATCH v3 04/15] dt-bindings: interrupt-controller: Document RDA8810PL intc Manivannan Sadhasivam
2018-12-07 23:38 ` Rob Herring
2018-11-28 13:50 ` [PATCH v3 05/15] arm: dts: Add devicetree for RDA8810PL SoC Manivannan Sadhasivam
2018-11-28 13:50 ` [PATCH v3 06/15] arm: dts: Add devicetree for OrangePi 2G IoT board Manivannan Sadhasivam
2018-11-28 13:50 ` [PATCH v3 07/15] arm: dts: Add devicetree for OrangePi i96 board Manivannan Sadhasivam
2018-11-28 13:50 ` [PATCH v3 08/15] irqchip: Add RDA8810PL interrupt driver Manivannan Sadhasivam
2018-12-10 9:39 ` Marc Zyngier
2018-12-10 9:56 ` Manivannan Sadhasivam
2018-12-10 10:10 ` Marc Zyngier
2018-11-28 13:51 ` [PATCH v3 09/15] dt-bindings: timer: Document RDA8810PL SoC timer Manivannan Sadhasivam
2018-12-07 23:39 ` Rob Herring [this message]
2018-11-28 13:51 ` [PATCH v3 10/15] arm: dts: rda8810pl: Add timer support Manivannan Sadhasivam
2018-11-28 13:51 ` [PATCH v3 11/15] clocksource: Add clock driver for RDA8810PL SoC Manivannan Sadhasivam
2018-11-28 13:51 ` [PATCH v3 12/15] dt-bindings: serial: Document RDA Micro UART Manivannan Sadhasivam
2018-12-07 23:41 ` Rob Herring
2018-11-28 13:51 ` [PATCH v3 13/15] arm: dts: rda8810pl: Add interrupt support for UART Manivannan Sadhasivam
2018-11-28 13:51 ` [PATCH v3 14/15] tty: serial: Add RDA8810PL UART driver Manivannan Sadhasivam
2018-11-28 13:51 ` [PATCH v3 15/15] MAINTAINERS: Add entry for RDA Micro SoC architecture Manivannan Sadhasivam
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=20181207233956.GA13852@bogus \
--to=robh@kernel.org \
--cc=afaerber@suse.de \
--cc=amit.kucheria@linaro.org \
--cc=arnd@arndb.de \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jason@lakedaemon.net \
--cc=jslaby@suse.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=marc.zyngier@arm.com \
--cc=olof@lixom.net \
--cc=overseas.sales@unisoc.com \
--cc=tglx@linutronix.de \
--cc=zhao_steven@263.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).