Hi Thomas,
this is a late pull request for the c-sky clocksource and clockevent. These are new drivers, they passed the review process several times for the c-sky architecture. - Add the per cpu timer for the c-sky architecture (Guo Ren) - Add the global timer for the c-sky architecture (Guo Ren) Thanks! -- Daniel The following changes since commit 291d0e5d81e101392379217b06251fe8c27f1f80: Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block (2018-09-29 14:52:14 -0700) are available in the git repository at: https://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.20-rc1 for you to fetch changes up to ab1e77c3f590536b2659c097980efe6e8f713921: dt-bindings: timer: gx6605s SOC timer (2018-11-02 19:41:50 +0100) ---------------------------------------------------------------- Guo Ren (4): clocksource/drivers/c-sky: Add C-SKY SMP timer dt-bindings: timer: C-SKY Multi-processor timer clocksource/drivers/c-sky: Add gx6605s SOC system timer dt-bindings: timer: gx6605s SOC timer Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ Documentation/devicetree/bindings/timer/csky,mptimer.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ drivers/clocksource/Kconfig | 18 ++++++++++++++++++ drivers/clocksource/Makefile | 2 ++ drivers/clocksource/timer-gx6605s.c | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/clocksource/timer-mp-csky.c | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/cpuhotplug.h | 1 + 7 files changed, 432 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/csky,mptimer.txt create mode 100644 drivers/clocksource/timer-gx6605s.c create mode 100644 drivers/clocksource/timer-mp-csky.c -- <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