Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742846
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 0/2] clocksource: npcm: add NPCM7xx timer driver |
| Date | 2017-10-01 18:50 +0200 |
| Message-ID | <uvPBg-4ux-17@gated-at.bofh.it> (permalink) |
| References | <uvJvP-OB-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Oct 01, 2017 at 12:11:36PM +0300, Tomer Maimon wrote: > 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. > > clocksource patch set depand on approval of basic support for Nuvoton BMCs > and Nuvoton NPCM750 device tree patches. > https://patchwork.kernel.org/bundle/brendanhiggins/arm:%20npcm:%20add%20basic%20support%20for%20Nuvoton%20BMCs/ > > Tomer Maimon (2): > clocksource: npcm: add NPCM7xx timer driver > dt-binding: timer: document NPCM7xx timer DT bindings > > .../bindings/timer/nuvoton,npcm7xx-timer.txt | 25 +++ > drivers/clocksource/Kconfig | 9 + > drivers/clocksource/Makefile | 1 + > drivers/clocksource/npcm7xx_timer.c | 205 +++++++++++++++++++++ > 4 files changed, 240 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt Add me in copy of the binding, so I can take the patch along with the driver. Thanks. -- Daniel -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v1 0/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon <tmaimon77@gmail.com> - 2017-10-01 12:20 +0200
[PATCH v1 2/2] dt-binding: timer: document NPCM7xx timer DT bindings Tomer Maimon <tmaimon77@gmail.com> - 2017-10-01 12:20 +0200
[PATCH v1 1/2] clocksource: npcm: add NPCM7xx timer driver Tomer Maimon <tmaimon77@gmail.com> - 2017-10-01 12:20 +0200
Re: [PATCH v1 1/2] clocksource: npcm: add NPCM7xx timer driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-10-01 18:50 +0200
Re: [PATCH v1 0/2] clocksource: npcm: add NPCM7xx timer driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-10-01 18:50 +0200
csiph-web