All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Port malta interrupt changes (GIC, GCMP) from linux-mti
@ 2009-07-10  8:53 Raghu Gandham
  2009-07-10  8:53 ` [PATCH 1/3] Fix accesses to device registers on MIPS boards Raghu Gandham
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Raghu Gandham @ 2009-07-10  8:53 UTC (permalink / raw)
  To: linux-mips; +Cc: raghu, chris

The following series of patches port the changes in linux-mti.git repository to the head of tree. 
 
---

Chris Dearman (2):
      Port of GIC related changes from MTI branch.
      Fix accesses to device registers on MIPS boards

Jaidev Patwardhan (1):
      Avoid accessing GCMP registers when they are not present


 arch/mips/Kconfig                 |    1 
 arch/mips/include/asm/gcmpregs.h  |   18 ++--
 arch/mips/include/asm/gic.h       |  188 ++++---------------------------------
 arch/mips/kernel/irq-gic.c        |  116 +++++++++--------------
 arch/mips/kernel/setup.c          |    3 -
 arch/mips/kernel/smp-mt.c         |   10 ++
 arch/mips/kernel/vpe.c            |    3 -
 arch/mips/mti-malta/malta-amon.c  |    7 +
 arch/mips/mti-malta/malta-int.c   |  119 ++++++++++++++---------
 arch/mips/mti-malta/malta-pci.c   |   14 ++-
 arch/mips/mti-malta/malta-setup.c |  111 ++++++++++++++++++++++
 11 files changed, 286 insertions(+), 304 deletions(-)

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

end of thread, other threads:[~2009-07-10  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10  8:53 [PATCH 0/3] Port malta interrupt changes (GIC, GCMP) from linux-mti Raghu Gandham
2009-07-10  8:53 ` [PATCH 1/3] Fix accesses to device registers on MIPS boards Raghu Gandham
2009-07-10  8:54 ` [PATCH 2/3] Port of GIC related changes from MTI branch Raghu Gandham
2009-07-10  8:54 ` [PATCH 3/3] Avoid accessing GCMP registers when they are not present Raghu Gandham

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.