Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2012-09-18 | 1 | -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 code | Greg Ungerer | 2012-07-17 | 1 | -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> |