Skip to content

Commit

Permalink
plat-orion: share PCIe handling code
Browse files Browse the repository at this point in the history
Split off Orion PCIe handling code into plat-orion/.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Reviewed-by: Tzachi Perelstein <tzachi@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
  • Loading branch information
Lennert Buytenhek authored and Nicolas Pitre committed Mar 27, 2008
1 parent 01eb569 commit abc0197
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 260 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-orion/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ struct pci_sys_data;
struct pci_bus;

void orion_pcie_id(u32 *dev, u32 *rev);
u32 orion_pcie_local_bus_nr(void);
u32 orion_pci_local_bus_nr(void);
int orion_pcie_local_bus_nr(void);
int orion_pci_local_bus_nr(void);
int orion_pci_sys_setup(int nr, struct pci_sys_data *sys);
struct pci_bus *orion_pci_sys_scan_bus(int nr, struct pci_sys_data *sys);

Expand Down
Loading

0 comments on commit abc0197

Please sign in to comment.