All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add SMP/SMT support for Ingenic sysost driver.
@ 2022-04-11 14:33 周琰杰 (Zhou Yanjie)
  2022-04-11 14:33 ` [PATCH v4 1/3] dt-bindings: timer: Remove unreasonable binding 周琰杰 (Zhou Yanjie)
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2022-04-11 14:33 UTC (permalink / raw)
  To: daniel.lezcano, tglx, robh+dt, krzk+dt
  Cc: linux-kernel, devicetree, dongsheng.qiu, aric.pzqi, rick.tyliu,
	sernia.zhou, zhenwenjin, reimu

1.On the hardware of X2000 SoC, the OST has been split into
  two parts, two 32bit timers for clockevent and one 64bit
  timer for clocksource (with different addresses), so it
  not appropriate to use only one "ingenic,x2000-ost", just
  remove it, then introduce "ingenic,x2000-ost32" and
  "ingenic,x2000-ost64".
2.The OST in Ingenic XBurst®2 SoCs has a global timer and
  up to 16 event timers, add support for the event timers.
3.Add dt-bindings and compatible strings for the X1600 SoC,
  the X1700 SoC, the X1830 SoC, the X2000 SoC, the X2500 SoC.

周琰杰 (Zhou Yanjie) (3):
  dt-bindings: timer: Remove unreasonable binding.
  dt-bindings: timer: Add bindings for new Ingenic SoCs.
  clocksource: Ingenic: Add SMP/SMT support for sysost driver.

 .../devicetree/bindings/timer/ingenic,sysost.yaml  |   8 +-
 drivers/clocksource/ingenic-sysost.c               | 405 ++++++++++++++++-----
 2 files changed, 313 insertions(+), 100 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-04-12  0:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 14:33 [PATCH v4 0/3] Add SMP/SMT support for Ingenic sysost driver 周琰杰 (Zhou Yanjie)
2022-04-11 14:33 ` [PATCH v4 1/3] dt-bindings: timer: Remove unreasonable binding 周琰杰 (Zhou Yanjie)
2022-04-11 14:33 ` [PATCH v4 2/3] dt-bindings: timer: Add bindings for new Ingenic SoCs 周琰杰 (Zhou Yanjie)
2022-04-11 14:33 ` [PATCH v4 3/3] clocksource: Ingenic: Add SMP/SMT support for sysost driver 周琰杰 (Zhou Yanjie)
2022-04-11 23:08   ` kernel test robot
2022-04-12  0:23 ` [PATCH v4 0/3] Add SMP/SMT support for Ingenic " Zhou Furong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.