linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] U5500 mailbox driver and modem irq handler
@ 2010-09-23 17:49 Stefan Nilsson9
  2010-09-23 17:49 ` [PATCH 1/4] Resources for U5500 mbox " Stefan Nilsson9
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stefan Nilsson9 @ 2010-09-23 17:49 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set adds a driver for the U5500 mailbox which is used
for modem communication. It also introduces a generic U5500 modem
IRQ handler which can be configured to handle different IRQs from
the modem.


Summary:
 arch/arm/mach-ux500/Kconfig                    |   14 +
 arch/arm/mach-ux500/Makefile                   |    2 +
 arch/arm/mach-ux500/cpu-db5500.c               |   88 ++++
 arch/arm/mach-ux500/include/mach/db5500-regs.h |   14 +
 arch/arm/mach-ux500/include/mach/irqs-db5500.h |    1 +
 arch/arm/mach-ux500/include/mach/irqs.h        |   15 +-
 arch/arm/mach-ux500/include/mach/mbox.h        |   88 ++++
 arch/arm/mach-ux500/mbox.c                     |  567 ++++++++++++++++++++++++
 arch/arm/mach-ux500/modem_irq.c                |  139 ++++++
 9 files changed, 927 insertions(+), 1 deletions(-)

 create mode 100644 arch/arm/mach-ux500/include/mach/mbox.h
 create mode 100644 arch/arm/mach-ux500/mbox.c
 create mode 100644 arch/arm/mach-ux500/modem_irq.c

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

end of thread, other threads:[~2010-09-24  7:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 17:49 [PATCH 0/4] U5500 mailbox driver and modem irq handler Stefan Nilsson9
2010-09-23 17:49 ` [PATCH 1/4] Resources for U5500 mbox " Stefan Nilsson9
2010-09-24  7:02   ` Stefan Nilsson XK
2010-09-23 17:49 ` [PATCH 2/4] U5500 generic modem IRQ handler Stefan Nilsson9
2010-09-23 17:49 ` [PATCH 3/4] U5500 mailbox driver Stefan Nilsson9
2010-09-23 17:49 ` [PATCH 4/4] Build configuration for U5500 mbox and modem irq handler Stefan Nilsson9

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