All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
@ 2019-02-08 12:26 ` Sugaya Taichi
  0 siblings, 0 replies; 7+ messages in thread
From: Sugaya Taichi @ 2019-02-08 12:26 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-arm-kernel
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Mark Rutland,
	Takao Orito, Kazuhiro Kasai, Shinji Kanematsu, Jassi Brar,
	Masami Hiramatsu, Sugaya Taichi

Add DT bindings document for Milbeaut M10V timer.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
---
 .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt

diff --git a/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt b/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
new file mode 100644
index 0000000..ac44c4b
--- /dev/null
+++ b/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
@@ -0,0 +1,17 @@
+Milbeaut SoCs Timer Controller
+
+Required properties:
+
+- compatible : should be "socionext,milbeaut-timer".
+- reg : Specifies base physical address and size of the registers.
+- interrupts : The interrupt of the first timer.
+- clocks: phandle to the input clk.
+
+Example:
+
+timer {
+	compatible = "socionext,milbeaut-timer";
+	reg = <0x1e000050 0x20>
+	interrupts = <0 91 4>;
+	clocks = <&clk 4>;
+};
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
@ 2019-02-08 12:26 ` Sugaya Taichi
  0 siblings, 0 replies; 7+ messages in thread
From: Sugaya Taichi @ 2019-02-08 12:26 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-arm-kernel
  Cc: Mark Rutland, Shinji Kanematsu, Masami Hiramatsu, Sugaya Taichi,
	Daniel Lezcano, Jassi Brar, Rob Herring, Takao Orito,
	Thomas Gleixner, Kazuhiro Kasai

Add DT bindings document for Milbeaut M10V timer.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
---
 .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt

diff --git a/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt b/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
new file mode 100644
index 0000000..ac44c4b
--- /dev/null
+++ b/Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
@@ -0,0 +1,17 @@
+Milbeaut SoCs Timer Controller
+
+Required properties:
+
+- compatible : should be "socionext,milbeaut-timer".
+- reg : Specifies base physical address and size of the registers.
+- interrupts : The interrupt of the first timer.
+- clocks: phandle to the input clk.
+
+Example:
+
+timer {
+	compatible = "socionext,milbeaut-timer";
+	reg = <0x1e000050 0x20>
+	interrupts = <0 91 4>;
+	clocks = <&clk 4>;
+};
-- 
1.9.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
  2019-02-08 12:26 ` Sugaya Taichi
  (?)
@ 2019-02-18 19:53   ` Rob Herring
  -1 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2019-02-18 19:53 UTC (permalink / raw)
  To: Sugaya Taichi
  Cc: linux-kernel, devicetree, linux-arm-kernel, Daniel Lezcano,
	Thomas Gleixner, Mark Rutland, Takao Orito, Kazuhiro Kasai,
	Shinji Kanematsu, Jassi Brar, Masami Hiramatsu, Sugaya Taichi

On Fri,  8 Feb 2019 21:26:30 +0900, Sugaya Taichi wrote:
> Add DT bindings document for Milbeaut M10V timer.
> 
> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
> ---
>  .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
> 

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
@ 2019-02-18 19:53   ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2019-02-18 19:53 UTC (permalink / raw)
  Cc: linux-kernel, devicetree, linux-arm-kernel, Daniel Lezcano,
	Thomas Gleixner, Mark Rutland, Takao Orito, Kazuhiro Kasai,
	Shinji Kanematsu, Jassi Brar, Masami Hiramatsu, Sugaya Taichi

On Fri,  8 Feb 2019 21:26:30 +0900, Sugaya Taichi wrote:
> Add DT bindings document for Milbeaut M10V timer.
> 
> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
> ---
>  .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
> 

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
@ 2019-02-18 19:53   ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2019-02-18 19:53 UTC (permalink / raw)
  To: Sugaya Taichi
  Cc: Mark Rutland, devicetree, Masami Hiramatsu, Shinji Kanematsu,
	Sugaya Taichi, Daniel Lezcano, linux-kernel, Jassi Brar,
	Takao Orito, Thomas Gleixner, Kazuhiro Kasai, linux-arm-kernel

On Fri,  8 Feb 2019 21:26:30 +0900, Sugaya Taichi wrote:
> Add DT bindings document for Milbeaut M10V timer.
> 
> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
> ---
>  .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
> 

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
  2019-02-18 19:53   ` Rob Herring
@ 2019-02-19  7:42     ` Sugaya, Taichi
  -1 siblings, 0 replies; 7+ messages in thread
From: Sugaya, Taichi @ 2019-02-19  7:42 UTC (permalink / raw)
  To: Rob Herring
  Cc: linux-kernel, devicetree, linux-arm-kernel, Daniel Lezcano,
	Thomas Gleixner, Mark Rutland, Takao Orito, Kazuhiro Kasai,
	Shinji Kanematsu, Jassi Brar, Masami Hiramatsu

Hi,

On 2019/02/19 4:53, Rob Herring wrote:
> On Fri,  8 Feb 2019 21:26:30 +0900, Sugaya Taichi wrote:
>> Add DT bindings document for Milbeaut M10V timer.
>>
>> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
>> ---
>>   .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
>>   1 file changed, 17 insertions(+)
>>   create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
>>
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
> 
Thank you!


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
@ 2019-02-19  7:42     ` Sugaya, Taichi
  0 siblings, 0 replies; 7+ messages in thread
From: Sugaya, Taichi @ 2019-02-19  7:42 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, devicetree, Masami Hiramatsu, Shinji Kanematsu,
	Daniel Lezcano, linux-kernel, Jassi Brar, Takao Orito,
	Thomas Gleixner, Kazuhiro Kasai, linux-arm-kernel

Hi,

On 2019/02/19 4:53, Rob Herring wrote:
> On Fri,  8 Feb 2019 21:26:30 +0900, Sugaya Taichi wrote:
>> Add DT bindings document for Milbeaut M10V timer.
>>
>> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
>> ---
>>   .../bindings/timer/socionext,milbeaut-timer.txt         | 17 +++++++++++++++++
>>   1 file changed, 17 insertions(+)
>>   create mode 100644 Documentation/devicetree/bindings/timer/socionext,milbeaut-timer.txt
>>
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
> 
Thank you!


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-19  7:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 12:26 [PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description Sugaya Taichi
2019-02-08 12:26 ` Sugaya Taichi
2019-02-18 19:53 ` Rob Herring
2019-02-18 19:53   ` Rob Herring
2019-02-18 19:53   ` Rob Herring
2019-02-19  7:42   ` Sugaya, Taichi
2019-02-19  7:42     ` Sugaya, Taichi

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.