Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH v2 00/12] MIPS: ath79: AR724X PCI fixes and AR71XX PCI support
@ 2011-11-24 17:55 Gabor Juhos
  2011-11-24 17:55 ` [PATCH v2 01/12] MIPS: ath79: remove superfluous alignment checks from pci-ar724x.c Gabor Juhos
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Gabor Juhos @ 2011-11-24 17:55 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, René Bolldorf, Imre Kaloz, Gabor Juhos

This patch set fixes some errors in the AR724X specific
PCI code, and adds support for the PCI Host controller
of the AR71XX SoCs.

This set depends on v4 of the
'MIPS: ath79: cleanup AR724X PCI support code' patches.

Gabor Juhos (12):
  MIPS: ath79: remove superfluous alignment checks from pci-ar724x.c
  MIPS: ath79: fix broken ar724x_pci_{read,write} functions
  MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCs
  MIPS: ath79: fix a wrong IRQ number
  MIPS: ath79: add PCI IRQ handling code for AR724X SoCs
  MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.c
  MIPS: ath79: allow to use board specific pci_plat_dev_init functions
  MIPS: ath79: add support for the PCI host controller of the AR71XX
    SoCs
  MIPS: ath79: allow to use SoC specific PCI IRQ maps
  MIPS: ath79: remove ar724x_pci_add_data function
  MIPS: ath79: register PCI controller on the PB44 board
  MIPS: ath79: update copyright headers of PCI related files

 arch/mips/ath79/Kconfig                |    1 +
 arch/mips/ath79/mach-pb44.c            |    2 +
 arch/mips/ath79/mach-ubnt-xm.c         |   42 ++--
 arch/mips/ath79/pci.c                  |   97 +++++++--
 arch/mips/ath79/pci.h                  |   19 +-
 arch/mips/include/asm/mach-ath79/irq.h |    6 +-
 arch/mips/include/asm/mach-ath79/pci.h |   14 +-
 arch/mips/pci/Makefile                 |    1 +
 arch/mips/pci/pci-ar71xx.c             |  375 ++++++++++++++++++++++++++++++++
 arch/mips/pci/pci-ar724x.c             |  211 +++++++++++++++---
 10 files changed, 689 insertions(+), 79 deletions(-)
 create mode 100644 arch/mips/pci/pci-ar71xx.c

-- 
1.7.2.1

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 17:55 [PATCH v2 00/12] MIPS: ath79: AR724X PCI fixes and AR71XX PCI support Gabor Juhos
2011-11-24 17:55 ` [PATCH v2 01/12] MIPS: ath79: remove superfluous alignment checks from pci-ar724x.c Gabor Juhos
2011-11-24 17:55 ` [PATCH v2 02/12] MIPS: ath79: fix broken ar724x_pci_{read,write} functions Gabor Juhos
2011-11-24 17:55 ` [PATCH v2 03/12] MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCs Gabor Juhos
2011-11-24 17:55 ` [PATCH v2 04/12] MIPS: ath79: fix a wrong IRQ number Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 05/12] MIPS: ath79: add PCI IRQ handling code for AR724X SoCs Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 06/12] MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.c Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 07/12] MIPS: ath79: allow to use board specific pci_plat_dev_init functions Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 08/12] MIPS: ath79: add support for the PCI host controller of the AR71XX SoCs Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 09/12] MIPS: ath79: allow to use SoC specific PCI IRQ maps Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 10/12] MIPS: ath79: remove ar724x_pci_add_data function Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 11/12] MIPS: ath79: register PCI controller on the PB44 board Gabor Juhos
2011-11-24 17:56 ` [PATCH v2 12/12] MIPS: ath79: update copyright headers of PCI related files Gabor Juhos
2012-01-18 13:59 ` [PATCH v2 00/12] MIPS: ath79: AR724X PCI fixes and AR71XX PCI support Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox