]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Alchemy: Redo PCI as platform driver
authorManuel Lauss <manuel.lauss@googlemail.com>
Fri, 12 Aug 2011 05:39:44 +0000 (07:39 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Sep 2011 00:41:32 +0000 (02:41 +0200)
commit3efae03b3a3a37a97ae08e17c41d77b611c14a86
treee6ae3428c1838b970d1c3f71519f822aded17b29
parent1851f13833cabfe53a2aae8cb14eb09a12dd7e87
MIPS: Alchemy: Redo PCI as platform driver

- Rewrite Alchemy PCI support as a platform driver.
- Fixup boards which have PCI.

Run-tested on DB1500 and DB1550.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2706/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 files changed:
arch/mips/alchemy/common/Makefile
arch/mips/alchemy/common/pci.c [deleted file]
arch/mips/alchemy/common/setup.c
arch/mips/alchemy/devboards/db1x00/board_setup.c
arch/mips/alchemy/devboards/db1x00/platform.c
arch/mips/alchemy/devboards/pb1500/board_setup.c
arch/mips/alchemy/devboards/pb1500/platform.c
arch/mips/alchemy/devboards/pb1550/board_setup.c
arch/mips/alchemy/devboards/pb1550/platform.c
arch/mips/alchemy/gpr/board_setup.c
arch/mips/alchemy/gpr/platform.c
arch/mips/alchemy/mtx-1/board_setup.c
arch/mips/alchemy/mtx-1/platform.c
arch/mips/alchemy/xxs1500/board_setup.c
arch/mips/include/asm/mach-au1x00/au1000.h
arch/mips/pci/Makefile
arch/mips/pci/fixup-au1000.c [deleted file]
arch/mips/pci/ops-au1000.c [deleted file]
arch/mips/pci/pci-alchemy.c [new file with mode: 0644]