Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1386127 > unrolled thread

[PATCH 0/2] Support MPS2 Timer

Started byVladimir Murzin <vladimir.murzin@arm.com>
First post2016-04-25 10:50 +0200
Last post2016-04-25 16:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Support MPS2 Timer Vladimir Murzin <vladimir.murzin@arm.com> - 2016-04-25 10:50 +0200
    Re: [PATCH 0/2] Support MPS2 Timer Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-04-25 16:40 +0200

#1386127 — [PATCH 0/2] Support MPS2 Timer

FromVladimir Murzin <vladimir.murzin@arm.com>
Date2016-04-25 10:50 +0200
Subject[PATCH 0/2] Support MPS2 Timer
Message-ID<rrKno-2Hh-25@gated-at.bofh.it>
Hi,

These patches allow to use simple 32 bits general purpose countdown
timers found on MPS2 platform.

Following [1], please, consider to merge them into clocksource tree.

[1] https://lkml.org/lkml/2016/4/23/190

Thanks!

Vladimir Murzin (2):
  dt-bindings: document the MPS2 timer bindings
  clockevents/drivers: add MPS2 Timer driver

 .../devicetree/bindings/timer/arm,mps2-timer.txt   |   28 ++
 drivers/clocksource/Kconfig                        |    6 +
 drivers/clocksource/Makefile                       |    1 +
 drivers/clocksource/mps2-timer.c                   |  275 ++++++++++++++++++++
 4 files changed, 310 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/arm,mps2-timer.txt
 create mode 100644 drivers/clocksource/mps2-timer.c

-- 
1.7.9.5

[toc] | [next] | [standalone]


#1386531

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2016-04-25 16:40 +0200
Message-ID<rrPQ7-7se-33@gated-at.bofh.it>
In reply to#1386127
On Mon, Apr 25, 2016 at 09:45:42AM +0100, Vladimir Murzin wrote:
> Hi,
> 
> These patches allow to use simple 32 bits general purpose countdown
> timers found on MPS2 platform.
> 
> Following [1], please, consider to merge them into clocksource tree.
> 
> [1] https://lkml.org/lkml/2016/4/23/190
> 
> Thanks!
> 
> Vladimir Murzin (2):
>   dt-bindings: document the MPS2 timer bindings
>   clockevents/drivers: add MPS2 Timer driver
> 
>  .../devicetree/bindings/timer/arm,mps2-timer.txt   |   28 ++
>  drivers/clocksource/Kconfig                        |    6 +
>  drivers/clocksource/Makefile                       |    1 +
>  drivers/clocksource/mps2-timer.c                   |  275 ++++++++++++++++++++
>  4 files changed, 310 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/timer/arm,mps2-timer.txt
>  create mode 100644 drivers/clocksource/mps2-timer.c

Applied for 4.7.

Thanks !

  -- Daniel

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web