linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] clocksource: at91: Remove irq handler when clock event is unused
@ 2015-07-17 19:33 Alexandre Belloni
  2015-07-17 19:33 ` [PATCH 1/3] clocksource: atmel-st: " Alexandre Belloni
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Alexandre Belloni @ 2015-07-17 19:33 UTC (permalink / raw)
  To: linux-arm-kernel

The IRQ handlers for the clockevent on at91 (pit or system timer) are shared.
The following patch in linux-rt was removing those when they are unused:
http://git.kernel.org/cgit/linux/kernel/git/rt/linux-rt-devel.git/commit/?id=227cd21851456fb08e87f5a35e0e51280a9fd439

Unfortunately, they bitrotted over time and actually break the at91rm9200 (the
irq gets removed but never requested again) and gives warning on all the other
at91 platforms.

The following patches replace the mentionned patch and are based on
clockevents/4.3 to be applied after the switch to the 'set-state' interface.

Alexandre Belloni (3):
  clocksource: atmel-st: Remove irq handler when clock event is unused
  clocksource: atmel-pit: drop at91sam926x_pit_common_init
  clocksource: atmel-pit: Remove irq handler when clock event is unused

 drivers/clocksource/timer-atmel-pit.c | 134 +++++++++++++++++-----------------
 drivers/clocksource/timer-atmel-st.c  |  43 +++++++++--
 2 files changed, 102 insertions(+), 75 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-08-03 20:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 19:33 [PATCH 0/3] clocksource: at91: Remove irq handler when clock event is unused Alexandre Belloni
2015-07-17 19:33 ` [PATCH 1/3] clocksource: atmel-st: " Alexandre Belloni
2015-07-18  8:12   ` Thomas Gleixner
2015-07-18 22:23     ` Alexandre Belloni
2015-07-20  9:04       ` Thomas Gleixner
2015-07-20 19:37         ` Alexandre Belloni
2015-07-20 20:46           ` Thomas Gleixner
2015-08-02  9:10             ` Thomas Gleixner
2015-08-02  9:40               ` Peter Zijlstra
2015-08-03 13:30                 ` Boris Brezillon
2015-08-03 14:36                   ` Thomas Gleixner
2015-08-03 20:07                     ` Boris Brezillon
2015-07-17 19:33 ` [PATCH 2/3] clocksource: atmel-pit: drop at91sam926x_pit_common_init Alexandre Belloni
2015-07-17 19:33 ` [PATCH 3/3] clocksource: atmel-pit: Remove irq handler when clock event is unused Alexandre Belloni
2015-07-18  8:20   ` Thomas Gleixner
2015-07-18 22:18     ` Alexandre Belloni

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