All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V13 0/2] C-SKY(csky) Timer Driver
@ 2018-10-31  2:06 Guo Ren
  2018-10-31  2:06 ` [PATCH V13 1/2] clocksource: add C-SKY SMP timer Guo Ren
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Guo Ren @ 2018-10-31  2:06 UTC (permalink / raw)
  To: daniel.lezcano, tglx; +Cc: arnd, linux-arch, devicetree, Guo Ren

Hi Daniel & Thomas,

I sent you "PATCH V13" a few days ago, but no-reply:
https://lkml.org/lkml/2018/10/29/608
Now I send again.

Although csky subsystem has been merged into linux-4.20, but there is no
timer drivers for csky. A lot of boards need these timer drivers.

Please help merge them into linux-4.20, wait for you reply.

Thx
 Guo Ren

Changelog:
 - Move changelog to end of patch.
 - Remove the set_irq_createmapping call back in csky-mp-intc.c.
 - Convert the cpumask to an interrupt-controller specific representation
   in driver's code, and not the SMP code's, and also modify the related
   codes in csky kernel patchset.
 - Add COMPILE_TEST for csky_mp_timer.
 - Fixup smp boot error, cpuhp_setup_state must after timer_of_init()
   for csky_mp_timer.

Guo Ren (2):
  clocksource: add C-SKY SMP timer
  clocksource: add gx6605s SOC system timer

 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 +
 5 files changed, 348 insertions(+)
 create mode 100644 drivers/clocksource/timer-gx6605s.c
 create mode 100644 drivers/clocksource/timer-mp-csky.c

-- 
2.7.4

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

end of thread, other threads:[~2018-11-03  1:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31  2:06 [PATCH V13 0/2] C-SKY(csky) Timer Driver Guo Ren
2018-10-31  2:06 ` [PATCH V13 1/2] clocksource: add C-SKY SMP timer Guo Ren
2018-10-31  2:06 ` [PATCH V13 2/2] clocksource: add gx6605s SOC system timer Guo Ren
2018-11-02 11:16 ` [PATCH V13 0/2] C-SKY(csky) Timer Driver Daniel Lezcano
2018-11-02 12:17   ` Guo Ren
2018-11-02 15:59     ` Daniel Lezcano
2018-11-02 16:35   ` Guo Ren
2018-11-02 11:17 ` Daniel Lezcano
2018-11-02 11:24   ` Thomas Gleixner

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.