[PATCH v4 0/2] Add support for the OST in Ingenic X1000.

From: åçæ (Zhou Yanjie)
Date: Sun Jul 05 2020 - 08:38:44 EST


v3->v4:
1.Rename "ingenic,ost.yaml" to "ingenic,sysost.yaml".
2.Rename "ingenic,ost.h" to "ingenic,sysost.h".
3.Remove ost_clock_parent enum.
4.Remove ost->percpu_timer_channel/ost->global_timer_channel.
5.Set up independent .recalc_rate/.set_rate for percpu/global timer.
6.No longer call functions in variable declarations.

åçæ (Zhou Yanjie) (2):
dt-bindings: timer: Add Ingenic X1000 OST bindings.
clocksource: Ingenic: Add support for the Ingenic X1000 OST.

.../devicetree/bindings/timer/ingenic,sysost.yaml | 60 +++
drivers/clocksource/Kconfig | 11 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/ingenic-sysost.c | 539 +++++++++++++++++++++
include/dt-bindings/clock/ingenic,sysost.h | 12 +
5 files changed, 623 insertions(+)
create mode 100644 Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
create mode 100755 drivers/clocksource/ingenic-sysost.c
create mode 100644 include/dt-bindings/clock/ingenic,sysost.h

--
2.11.0