[PATCH linux dev-4.13 v2 0/2] clocksource: npcm: add NPCM7xx timer driver
Tomer Maimon
tmaimon77 at gmail.com
Mon Dec 18 23:21:47 AEDT 2017
Changes since version 1:
- Update GPL licence message
This patch set adds clocksource support for the Nuvoton NPCM7xx Baseboard
Management Controller (BMC).
The clocksource Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx BMC,
while TIMER0 serves as clockevent and TIMER1 serves as clocksource.
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 | 238 +++++++++++++++++++++
4 files changed, 272 insertions(+)
create mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt
create mode 100644 drivers/clocksource/npcm7xx-timer.c
--
2.14.1
More information about the openbmc
mailing list