Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1408409
| From | Kefeng Wang <wangkefeng.wang@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Support hisilicon 64bit mode timer |
| Date | 2016-05-28 11:40 +0200 |
| Message-ID | <rDISR-7c7-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
There is a kind of 64bit mode timer in hisilicon soc(like Hip05, Hip06 and some arm32 soc), it is very similar with ARM sp804 Dual Timers, but TimerX LOAD/Value/BGLoad are 64bit(two 32bit regs), and reg offset is different. This patchset make some cleanup and enable 64bit mode timer for hisilicon. Kefeng Wang (4): clocksource: sp804: cleanup clk_get_sys() clocksource: sp804: introduce helper sp804_load_mode_set() clocksource: sp804: use sp804_timer_disable() where possible clocksource: sp804: support 64bit mode for hisilicon timer64 .../devicetree/bindings/timer/arm,sp804.txt | 1 + drivers/clocksource/timer-sp.h | 1 + drivers/clocksource/timer-sp804.c | 142 +++++++++++++-------- 3 files changed, 92 insertions(+), 52 deletions(-) -- 1.7.12.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Support hisilicon 64bit mode timer Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-05-28 11:40 +0200 [PATCH 1/4] clocksource: sp804: cleanup clk_get_sys() Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-05-28 11:40 +0200
csiph-web