All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] MIPS: ath79: cleanup AR724X PCI support code
@ 2011-11-20 21:39 Gabor Juhos
  2011-11-20 21:39 ` [PATCH v3 1/7] MIPS: ath79: separate common PCI code Gabor Juhos
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Gabor Juhos @ 2011-11-20 21:39 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Rene Bolldorf, Gabor Juhos

This patch-set contains patches to clean up the recently 
introduced code for the AR724X PCI controller. This is required
allow to add support for the AR71XX PCI controller. 

Gabor Juhos (7):
  MIPS: ath79: separate common PCI code
  MIPS: ath79: rename pci-ath724x.h
  MIPS: ath79: make ath724x_pcibios_init visible for external code
  MIPS: ath79: add a common PCI registration function
  MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name
  MIPS: ath79: replace ath724x to ar724x
  MIPS: ath79: use io-accessor macros in pci-ar724x.c

 arch/mips/ath79/Makefile                       |    1 +
 arch/mips/ath79/mach-ubnt-xm.c                 |    7 +-
 arch/mips/ath79/pci.c                          |   60 ++++++++
 arch/mips/ath79/pci.h                          |   27 ++++
 arch/mips/include/asm/mach-ath79/pci-ath724x.h |   21 ---
 arch/mips/include/asm/mach-ath79/pci.h         |   20 +++
 arch/mips/pci/Makefile                         |    2 +-
 arch/mips/pci/pci-ar724x.c                     |  149 ++++++++++++++++++++
 arch/mips/pci/pci-ath724x.c                    |  174 ------------------------
 9 files changed, 262 insertions(+), 199 deletions(-)
 create mode 100644 arch/mips/ath79/pci.c
 create mode 100644 arch/mips/ath79/pci.h
 delete mode 100644 arch/mips/include/asm/mach-ath79/pci-ath724x.h
 create mode 100644 arch/mips/include/asm/mach-ath79/pci.h
 create mode 100644 arch/mips/pci/pci-ar724x.c
 delete mode 100644 arch/mips/pci/pci-ath724x.c

-- 
1.7.2.1

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

end of thread, other threads:[~2011-11-21 14:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 21:39 [PATCH v3 0/7] MIPS: ath79: cleanup AR724X PCI support code Gabor Juhos
2011-11-20 21:39 ` [PATCH v3 1/7] MIPS: ath79: separate common PCI code Gabor Juhos
2011-11-21 13:53   ` René Bolldorf
2011-11-20 21:39 ` [PATCH v3 2/7] MIPS: ath79: rename pci-ath724x.h Gabor Juhos
2011-11-21 13:52   ` René Bolldorf
2011-11-20 21:39 ` [PATCH v3 3/7] MIPS: ath79: make ath724x_pcibios_init visible for external code Gabor Juhos
2011-11-21 10:19   ` Sergei Shtylyov
2011-11-21 11:53     ` Gabor Juhos
2011-11-21 13:58       ` René Bolldorf
2011-11-21 14:31         ` Ralf Baechle
2011-11-20 21:39 ` [PATCH v3 4/7] MIPS: ath79: add a common PCI registration function Gabor Juhos
2011-11-21 10:17   ` Sergei Shtylyov
2011-11-21 11:58     ` Gabor Juhos
2011-11-20 21:39 ` [PATCH v3 5/7] MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name Gabor Juhos
2011-11-21 13:52   ` René Bolldorf
2011-11-20 21:39 ` [PATCH v3 6/7] MIPS: ath79: replace ath724x to ar724x Gabor Juhos
2011-11-21 13:55   ` René Bolldorf
2011-11-20 21:39 ` [PATCH v3 7/7] MIPS: ath79: use io-accessor macros in pci-ar724x.c Gabor Juhos
2011-11-21 13:54   ` René Bolldorf

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.