sh: pci: Rewrite SH7751 PCI support to follow SH7780.
commit757e3c16f8bafa2a470aebf9b04671c5d4d18f49
authorPaul Mundt <lethal@linux-sh.org>
Mon, 20 Apr 2009 12:11:07 +0000 (20 21:11 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Apr 2009 12:11:07 +0000 (20 21:11 +0900)
tree45f28014d3980d917376f42159b19926816083e6
parenta5b08047129f214af1899bd9088605c7adc21ed5
sh: pci: Rewrite SH7751 PCI support to follow SH7780.

This follows the similar sort of scheme that the refactored SH7780 code
uses, using a 64MB CS3 mapping to handle the window0 case, and simply
discarding window1. This vastly simplifies the code, and allows most of
the board-specific setup to go die.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/Kconfig
arch/sh/drivers/pci/Makefile
arch/sh/drivers/pci/ops-landisk.c
arch/sh/drivers/pci/ops-lboxre2.c
arch/sh/drivers/pci/ops-rts7751r2d.c
arch/sh/drivers/pci/ops-sh03.c [deleted file]
arch/sh/drivers/pci/ops-snapgear.c
arch/sh/drivers/pci/ops-titan.c
arch/sh/drivers/pci/pci-sh7751.c
arch/sh/drivers/pci/pci-sh7751.h