aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/fixups-se7751.c
Commit message (Collapse)AuthorAge
* SH: SE7751: Fix pcibios_map_platform_irq prototype.Ralf Baechle2011-05-23
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Improved multi-resource handling for SH7780 PCI.Paul Mundt2010-02-01
| | | | | | | | | | The SH7780 PCI controller supports 3 different ranges of PCI memory in addition to its PCI I/O window. In the case of 29-bit mode, only 2 memory windows are supported, while in 32-bit mode all 3 are visible. This attempts to make the resource handling completely dynamic and to permit platforms to map in as many apertures as they can handle. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: pci: Move the se7751 fixups in to arch/sh/drivers/pci/.Paul Mundt2009-04-20
The se7751 was still doing the PCI fixups in its own board directory, so we move it over to arch/sh/drivers/pci/ with the rest of the board fixups. It has bitrotted significantly over the years, so will still likely need a bit of work to bring back up to date. Signed-off-by: Paul Mundt <lethal@linux-sh.org>