Re: [PATCH v3 0/9] clocksource: sp804: add support for Hisilicon sp804 timer

2020-09-19 Thread Leizhen (ThunderTown)
On 2020/9/19 19:51, Daniel Lezcano wrote: > On 18/09/2020 15:22, Zhen Lei wrote: > > [ ... ] > >> >> Zhen Lei (8): >> clocksource: sp804: remove unused sp804_timer_disable() and >> timer-sp804.h >> clocksource: sp804: delete the leading "__" of some functions >> clocksource: sp804: r

Re: [PATCH v3 0/9] clocksource: sp804: add support for Hisilicon sp804 timer

2020-09-19 Thread Daniel Lezcano
On 18/09/2020 15:22, Zhen Lei wrote: [ ... ] > > Zhen Lei (8): > clocksource: sp804: remove unused sp804_timer_disable() and > timer-sp804.h > clocksource: sp804: delete the leading "__" of some functions > clocksource: sp804: remove a mismatched comment > clocksource: sp804: prepare

[PATCH v3 0/9] clocksource: sp804: add support for Hisilicon sp804 timer

2020-09-18 Thread Zhen Lei
v2 --> v3: 1. Move the marcos of Hisilicon 64-bit timer, such as HISI_TIMER_LOAD, from "drivers/clocksource/timer-sp.h" into "drivers/clocksource/timer-sp804.c", involved Patch7-8. 2. Because the DT binding of ARM SP-804 has been converted to json-schema recently, so rewrote Patch9, it ba