commit | 3515f1f1a3d27addd735a6918f5be25e5b12200d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Dec 20 20:46:00 2014 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Sun Dec 21 22:55:00 2014 +0100 |
tree | e3a2ed9828c159d61455d3b22fee14119ad212e2 | |
parent | 21c09d27c1c9f73898f0c44419b967d685ab9042 [diff] |
ARM: orion5x: split out pcie code from pci code The pci part of this driver needs to get moved to drivers/pci/host and get extended for DT probing support. The pcie driver is now completely separate and we can use the existing pci-mvebu driver for DT based machines, and eventually remove the orion5x specific one. Signed-off-by: Arnd Bergmann <arnd@arndb.de>