linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/5] Add support for the OST in Ingenic X1000.
@ 2020-07-17 16:59 周琰杰 (Zhou Yanjie)
  2020-07-17 16:59 ` [PATCH v7 1/5] dt-bindings: timer: Add Ingenic X1000 OST bindings 周琰杰 (Zhou Yanjie)
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2020-07-17 16:59 UTC (permalink / raw)
  To: daniel.lezcano, tsbogend, robh+dt
  Cc: linux-mips, linux-kernel, devicetree, tglx, dongsheng.qiu,
	aric.pzqi, rick.tyliu, yanfei.li, sernia.zhou, zhenwenjin, paul

v6->v7:
1.Remove "default MACH_INGENIC" and make option silent.
2.Enable the corresponding driver in the platform's Kconfig.
3.Update DT of X1000 and X1830, use SYSOST instead of TCU
  to provide clocksource and clockevent.

周琰杰 (Zhou Yanjie) (5):
  dt-bindings: timer: Add Ingenic X1000 OST bindings.
  clocksource: Ingenic: Add support for the Ingenic X1000 OST.
  MIPS: Ingenic: Let the Kconfig of platform enable the clocksource
    driver.
  MIPS: X1000: Use SYSOST instead of TCU to provide clocksource.
  MIPS: X1830: Use SYSOST instead of TCU to provide clocksource.

 .../devicetree/bindings/timer/ingenic,sysost.yaml  |  63 +++
 arch/mips/boot/dts/ingenic/cu1000-neo.dts          |   9 +-
 arch/mips/boot/dts/ingenic/cu1830-neo.dts          |   9 +-
 arch/mips/boot/dts/ingenic/x1000.dtsi              |  16 +
 arch/mips/boot/dts/ingenic/x1830.dtsi              |  16 +
 arch/mips/jz4740/Kconfig                           |   7 +
 drivers/clocksource/Kconfig                        |  15 +-
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/ingenic-sysost.c               | 539 +++++++++++++++++++++
 include/dt-bindings/clock/ingenic,sysost.h         |  12 +
 10 files changed, 672 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
 create mode 100644 drivers/clocksource/ingenic-sysost.c
 create mode 100644 include/dt-bindings/clock/ingenic,sysost.h

-- 
2.11.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-18 10:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 16:59 [PATCH v7 0/5] Add support for the OST in Ingenic X1000 周琰杰 (Zhou Yanjie)
2020-07-17 16:59 ` [PATCH v7 1/5] dt-bindings: timer: Add Ingenic X1000 OST bindings 周琰杰 (Zhou Yanjie)
2020-07-17 16:59 ` [PATCH v7 2/5] clocksource: Ingenic: Add support for the Ingenic X1000 OST 周琰杰 (Zhou Yanjie)
2020-07-17 16:59 ` [PATCH v7 3/5] MIPS: Ingenic: Let the Kconfig of platform enable the clocksource driver 周琰杰 (Zhou Yanjie)
2020-07-18  8:39   ` Sergei Shtylyov
2020-07-18 10:10     ` Zhou Yanjie
2020-07-17 16:59 ` [PATCH v7 4/5] MIPS: X1000: Use SYSOST instead of TCU to provide clocksource 周琰杰 (Zhou Yanjie)
2020-07-17 16:59 ` [PATCH v7 5/5] MIPS: X1830: " 周琰杰 (Zhou Yanjie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).