devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] clocksource: npcm: add NPCM7xx timer driver
@ 2018-02-26 14:36 Tomer Maimon
  2018-02-26 14:36 ` [PATCH v4 1/2] dt-binding: timer: document NPCM7xx timer DT bindings Tomer Maimon
  2018-02-26 14:36 ` [PATCH v4 2/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon
  0 siblings, 2 replies; 7+ messages in thread
From: Tomer Maimon @ 2018-02-26 14:36 UTC (permalink / raw)
  To: robh+dt, mark.rutland, daniel.lezcano, tglx, avifishman70,
	brendanhiggins, joel
  Cc: devicetree, linux-kernel, openbmc, Tomer Maimon

Addressed comments from:.
 - Brendan Higgins: https://www.spinics.net/lists/devicetree/msg202331.html

Changes since version 3:
 - Modify prefix to npcm7xx_
 - Modify licensing to SPDX license format

Changes since version 2:
 - The shutdown function called oneshot function that can cause a crash in the system,
   Modify shutdown call to unique shutdown function.
 - Adding support to resume function
 - Using timer-of.c API
 - Modify NPCM750 compatible name.

Changes since version 1:
 - Rename driver name
 - Removing unnecessary dependencies in configuration
 - Adding prefix to the macros
 - No changes to dt-binding documentation since v1
 
Modified driver have been tested on the NPCM750 evaluation board.
 
Tomer Maimon (2):
  dt-binding: timer: document NPCM7xx timer DT bindings
  clocksource: npcm: add NPCM7xx timer driver

 .../bindings/timer/nuvoton,npcm7xx-timer.txt       |  25 +++
 drivers/clocksource/Kconfig                        |   8 +
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/npcm7xx-timer.c                | 237 +++++++++++++++++++++
 4 files changed, 271 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt
 create mode 100644 drivers/clocksource/npcm7xx-timer.c

-- 
2.14.1

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

end of thread, other threads:[~2018-03-07 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26 14:36 [PATCH v4 0/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon
2018-02-26 14:36 ` [PATCH v4 1/2] dt-binding: timer: document NPCM7xx timer DT bindings Tomer Maimon
2018-03-02  1:51   ` Joel Stanley
2018-03-07 10:30     ` Tomer Maimon
2018-03-07 17:25   ` Daniel Lezcano
2018-02-26 14:36 ` [PATCH v4 2/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon
2018-03-07 17:28   ` Daniel Lezcano

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).