All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Local timer interrupt fix
@ 2018-06-29 18:01 Atish Patra
  2018-06-29 18:01 ` [RFC PATCH 1/2] dt-binding: RISC-V local timer docs Atish Patra
  2018-06-29 18:01 ` [RFC PATCH 2/2] riscv: Introduce per cpu based local timer interrupt Atish Patra
  0 siblings, 2 replies; 20+ messages in thread
From: Atish Patra @ 2018-06-29 18:01 UTC (permalink / raw)
  To: linux-riscv

This patchset introduces per cpu based local timer interrupt.
1st patch is device tree documentation while the 2nd patch
contains the actual interrupt registration and handling.

It requires device tree modifications as well which is
available at 

https://github.com/riscv/riscv-pk/pull/112

FYI: These patches alone without bbl changes will fail to boot. 

Atish Patra (2):
  dt-binding: RISC-V local timer docs.
  riscv: Introduce per cpu based local timer interrupt

 Documentation/devicetree/bindings/riscv/timer.txt | 35 +++++++++++++
 arch/riscv/include/asm/irq.h                      |  2 -
 arch/riscv/kernel/time.c                          | 21 --------
 drivers/clocksource/riscv_timer.c                 | 61 +++++++++++++++++++++--
 drivers/irqchip/irq-riscv-intc.c                  | 11 ++--
 5 files changed, 99 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/riscv/timer.txt

-- 
2.7.4

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

end of thread, other threads:[~2018-08-03  0:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29 18:01 [RFC PATCH 0/2] Local timer interrupt fix Atish Patra
2018-06-29 18:01 ` [RFC PATCH 1/2] dt-binding: RISC-V local timer docs Atish Patra
2018-07-02  8:22   ` Marc Zyngier
2018-07-03 18:18     ` Atish Patra
2018-06-29 18:01 ` [RFC PATCH 2/2] riscv: Introduce per cpu based local timer interrupt Atish Patra
2018-07-02  8:31   ` Marc Zyngier
2018-07-03 18:28     ` Atish Patra
2018-07-04  8:24       ` Marc Zyngier
2018-07-05  1:55         ` Atish Patra
2018-07-05  2:17           ` Anup Patel
2018-07-05  7:48           ` Marc Zyngier
2018-07-05 15:42             ` hch at infradead.org
2018-07-05 15:58               ` Marc Zyngier
2018-07-05 22:22                 ` hch at infradead.org
2018-07-06  8:25                   ` Marc Zyngier
2018-07-06  9:41                   ` Thomas Gleixner
2018-07-06 18:00                     ` Atish Patra
2018-08-03  0:14                 ` Palmer Dabbelt
2018-07-05 17:15               ` Atish Patra
2018-08-02 21:53     ` Palmer Dabbelt

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.