CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 03/06/13 14:58:31
Modified files:
arch/mips : Makefile
arch/mips/au1000/common: Makefile
arch/mips/cobalt: Makefile
arch/mips/ddb5xxx/ddb5074: Makefile
arch/mips/ddb5xxx/ddb5476: Makefile
arch/mips/ddb5xxx/ddb5477: Makefile
arch/mips/hp-lj: Makefile
arch/mips/ite-boards/ivr: Makefile
arch/mips/jmr3927/rbhma3100: Makefile
arch/mips/kernel: Makefile
arch/mips/mips-boards/generic: Makefile
arch/mips/sgi-ip27: ip27-init.c
arch/mips/sgi-ip32: Makefile
arch/mips/sibyte/sb1250: Makefile
arch/mips/sni : Makefile
arch/mips/vr41xx/casio-e55: Makefile
arch/mips/vr41xx/common: Makefile
arch/mips/vr41xx/ibm-workpad: Makefile
arch/mips/vr41xx/nec-eagle: Makefile
arch/mips/vr41xx/tanbac-tb0226: Makefile
arch/mips/vr41xx/tanbac-tb0229: Makefile
arch/mips/vr41xx/victor-mpc30x: Makefile
arch/mips/vr41xx/zao-capcella: Makefile
arch/mips64 : Makefile
Added files:
arch/mips/pci : .cvsignore Makefile common.c fixup-au1000.c
fixup-capcella.c fixup-eagle.c fixup-ite8172g.c
fixup-ivr.c fixup-jmr3927.c fixup-ocelot.c
fixup-tb0226.c fixup-tb0229.c
fixup-victor-mpc30x.c fixups-ev96100.c
ops-au1000.c ops-ddb5074.c ops-ddb5476.c
ops-ddb5477.c ops-ev64120.c ops-ev96100.c
ops-it8172.c ops-jmr3927.c ops-ocelot.c
ops-vrc4173.c pci-auto.c pci-cobalt.c
pci-ddb5074.c pci-ddb5476.c pci-ddb5477.c
pci-hplj.c pci-ip27.c pci-ip32.c pci-lasat.c
pci-mips.c pci-ocelot-c.c pci-ocelot-g.c
pci-sb1250.c pci-sni.c pci-vr41xx.c
pci-vr41xx.h pci.c
Removed files:
arch/mips/au1000/common: pci_fixup.c pci_ops.c
arch/mips/cobalt: pci.c
arch/mips/ddb5xxx/ddb5074: pci.c pci_ops.c
arch/mips/ddb5xxx/ddb5476: pci.c pci_ops.c
arch/mips/ddb5xxx/ddb5477: pci.c pci_ops.c
arch/mips/galileo-boards/ev64120: pci_bios.c
arch/mips/galileo-boards/ev96100: pci_fixups.c pci_ops.c
arch/mips/gt64120/common: pci.c
arch/mips/gt64120/momenco_ocelot: pci.c
arch/mips/hp-lj: pci.c
arch/mips/ite-boards/generic: it8172_pci.c
arch/mips/ite-boards/ivr: pci_fixup.c
arch/mips/ite-boards/qed-4n-s01b: pci_fixup.c
arch/mips/jmr3927/rbhma3100: pci_fixup.c pci_ops.c
arch/mips/kernel: pci.c pci_auto.c
arch/mips/lasat: pci.c
arch/mips/mips-boards/generic: pci.c
arch/mips/momentum/ocelot_c: pci.c
arch/mips/momentum/ocelot_g: pci.c
arch/mips/sgi-ip27: ip27-pci.c
arch/mips/sgi-ip32: ip32-pci.c
arch/mips/sibyte/sb1250: pci.c
arch/mips/sni : pci.c
arch/mips/vr41xx/common: pciu.c pciu.h
arch/mips/vr41xx/nec-eagle: pci_fixup.c vrc4173.c
arch/mips/vr41xx/tanbac-tb0226: pci_fixup.c
arch/mips/vr41xx/tanbac-tb0229: pci_fixup.c
arch/mips/vr41xx/victor-mpc30x: pci_fixup.c
arch/mips/vr41xx/zao-capcella: pci_fixup.c
Log message:
Consolidate all the MIPS PCI code in arch/mips/pci.
MIPS PCI code had started to share too many properties with a barbed
wire
fence, so I decieded to move all the code into a single directory. No
functional changes in the code so far. Pretty much every piece of PCI
code we have was broken in interesting ways and code was duplicated
way too often, worst offender were systems based on the GT64120 and
similar
system controllers. Next step will be factoring out common code which
probably won't be too easy due to the amount of bastardization that has
happened to the code. So policy is to cleanup, no prisoners taken.
|