All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] MIPS: ath79: cleanup AR724X PCI support code
@ 2011-11-21 15:06 Gabor Juhos
  2011-11-21 15:06 ` [PATCH v4 1/7] MIPS: ath79: separate common PCI code Gabor Juhos
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Gabor Juhos @ 2011-11-21 15:06 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
to 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                              |   56 +++++++
 .../asm/mach-ath79/pci-ath724x.h => ath79/pci.h}   |   16 ++-
 .../asm/mach-ath79/{pci-ath724x.h => pci.h}        |   17 +-
 arch/mips/pci/Makefile                             |    2 +-
 arch/mips/pci/pci-ar724x.c                         |  149 +++++++++++++++++
 arch/mips/pci/pci-ath724x.c                        |  174 --------------------
 8 files changed, 230 insertions(+), 192 deletions(-)
 create mode 100644 arch/mips/ath79/pci.c
 copy arch/mips/{include/asm/mach-ath79/pci-ath724x.h => ath79/pci.h} (53%)
 rename arch/mips/include/asm/mach-ath79/{pci-ath724x.h => pci.h} (53%)
 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] 13+ messages in thread

end of thread, other threads:[~2012-01-18 13:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 15:06 [PATCH v4 0/7] MIPS: ath79: cleanup AR724X PCI support code Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 1/7] MIPS: ath79: separate common PCI code Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 2/7] MIPS: ath79: rename pci-ath724x.h Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 3/7] MIPS: ath79: make ath724x_pcibios_init visible for external code Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 4/7] MIPS: ath79: add a common PCI registration function Gabor Juhos
2011-11-23 10:34   ` René Bolldorf
2011-11-23 11:50     ` Gabor Juhos
2011-11-23 12:03       ` René Bolldorf
2011-11-23 12:12         ` Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 5/7] MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 6/7] MIPS: ath79: replace ath724x to ar724x Gabor Juhos
2011-11-21 15:06 ` [PATCH v4 7/7] MIPS: ath79: use io-accessor macros in pci-ar724x.c Gabor Juhos
2012-01-18 13:38 ` [PATCH v4 0/7] MIPS: ath79: cleanup AR724X PCI support code Ralf Baechle

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.