All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: at91: fix drivers broken because of sparse irq support
@ 2012-08-14  9:19 ludovic.desroches at atmel.com
  2012-08-14  9:19 ` [PATCH v2 1/2] ARM: at91: fix system timer irq issue due to " ludovic.desroches at atmel.com
  2012-08-14  9:19 ` [PATCH v2 2/2] ARM: at91: fix rtc-at91sam9 " ludovic.desroches at atmel.com
  0 siblings, 2 replies; 5+ messages in thread
From: ludovic.desroches at atmel.com @ 2012-08-14  9:19 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ludovic Desroches <ludovic.desroches@atmel.com>

Hello,

The first patch fixes the rm9200 breakage (introduced by sparse irq support)
reported by Joachim Eastwood.
The second path fixes an other breakage also introduced by sparse irq support,
it concerns rtc driver.

Changes
v2:
- split in two patches
- take the opportunity of getting irq from resources for the rtc driver

Ludovic Desroches (2):
  ARM: at91: fix system timer irq issue due to sparse irq support
  ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support

 arch/arm/mach-at91/at91rm9200_time.c     |  2 +-
 arch/arm/mach-at91/at91sam9260_devices.c |  6 +++++-
 arch/arm/mach-at91/at91sam9261_devices.c |  6 +++++-
 arch/arm/mach-at91/at91sam9263_devices.c | 10 ++++++++--
 arch/arm/mach-at91/at91sam9g45_devices.c |  6 +++++-
 arch/arm/mach-at91/at91sam9rl_devices.c  |  6 +++++-
 drivers/rtc/rtc-at91sam9.c               | 22 +++++++++++++++-------
 7 files changed, 44 insertions(+), 14 deletions(-)

-- 
1.7.11.3

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

end of thread, other threads:[~2012-08-23  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14  9:19 [PATCH v2 0/2] ARM: at91: fix drivers broken because of sparse irq support ludovic.desroches at atmel.com
2012-08-14  9:19 ` [PATCH v2 1/2] ARM: at91: fix system timer irq issue due to " ludovic.desroches at atmel.com
2012-08-23  9:57   ` Nicolas Ferre
2012-08-14  9:19 ` [PATCH v2 2/2] ARM: at91: fix rtc-at91sam9 " ludovic.desroches at atmel.com
2012-08-23  9:58   ` Nicolas Ferre

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.