summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/pcibios.c
Commit message (Collapse)AuthorAgeFilesLines
* PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-5/+0
| | | | | | | | | Most architectures implement this in exactly the same way. Instead of having each architecture duplicate this function, provide a single implementation in the core and make it a weak symbol so that it can be overridden on architectures where it is required. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
* m68k: common PCI support definitions and codeGreg Ungerer2012-07-171-0/+109
Basic set of definitions and support code required to turn on CONFIG_PCI for the m68k architecture. Nothing specific to any PCI implementation in any m68k class CPU hardware yet. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
OpenPOWER on IntegriCloud