linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add SMP/SMT support for sysost driver.
@ 2021-06-04 16:31 周琰杰 (Zhou Yanjie)
  2021-06-04 16:31 ` [PATCH v2 1/2] clocksource: Ingenic: Rename unreasonable array names 周琰杰 (Zhou Yanjie)
  2021-06-04 16:31 ` [PATCH v2 2/2] clocksource: Ingenic: Add SMP/SMT support for sysost driver 周琰杰 (Zhou Yanjie)
  0 siblings, 2 replies; 11+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2021-06-04 16:31 UTC (permalink / raw)
  To: daniel.lezcano, tglx
  Cc: linux-mips, linux-kernel, dongsheng.qiu, aric.pzqi, rick.tyliu,
	sihui.liu, jun.jiang, sernia.zhou, paul

v1->v2:
1.split changes about x1000 and array name to separate patch.
2.Fix bug in ingenic_ost_global_timer_recalc_rate().
3.Add a backpointer to the ingenic_ost structure.
4.Remove unnecessary spinlock.
5.Use "ret = ost->irq" instead "ret = -EINVAL".
6.Use "%d" instead "%x" in pr_crit().

周琰杰 (Zhou Yanjie) (2):
  clocksource: Ingenic: Rename unreasonable array names.
  clocksource: Ingenic: Add SMP/SMT support for sysost driver.

 drivers/clocksource/ingenic-sysost.c | 323 ++++++++++++++++++++++++++---------
 1 file changed, 240 insertions(+), 83 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-06-18 16:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 16:31 Add SMP/SMT support for sysost driver 周琰杰 (Zhou Yanjie)
2021-06-04 16:31 ` [PATCH v2 1/2] clocksource: Ingenic: Rename unreasonable array names 周琰杰 (Zhou Yanjie)
2021-06-16 13:56   ` Daniel Lezcano
2021-06-18 16:03   ` [tip: timers/core] clocksource/drivers/ingenic: " tip-bot2 for 周琰杰
2021-06-04 16:31 ` [PATCH v2 2/2] clocksource: Ingenic: Add SMP/SMT support for sysost driver 周琰杰 (Zhou Yanjie)
2021-06-10 15:30   ` Paul Cercueil
2021-06-11 15:31     ` Zhou Yanjie
2021-06-11 15:44       ` Paul Cercueil
2021-06-12 15:48         ` 周琰杰
2021-06-14 16:42           ` Paul Cercueil
2021-06-16 14:57             ` Daniel Lezcano

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).