summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-083-3/+3
* pci: tegra: relax link-up timeoutLucas Stach2014-11-171-1/+1
* pci: align bridge windowsLucas Stach2014-11-171-0/+4
* pci: correct BAR size calculationLucas Stach2014-11-171-3/+3
* pci: mvebu: Fix uninitialized variable in mvebu_get_target_attr()Thomas Petazzoni2014-11-101-3/+3
* pci: tegra: add tegra124 supportLucas Stach2014-11-041-22/+134
* pci: add Tegra host controller driverLucas Stach2014-10-083-0/+1201
* pci: track parent<->child relationshipLucas Stach2014-10-081-0/+4
* pci: prettyprint device namesLucas Stach2014-10-081-1/+2
* pci: defer device registration until after bridge setupLucas Stach2014-10-081-1/+5
* pci: setup bridges and traverse buses behind themLucas Stach2014-10-081-3/+89
* pci: properly populate prefetchable BARsLucas Stach2014-10-081-14/+45
* pci: add resource enumLucas Stach2014-10-081-6/+8
* pci: split out device initLucas Stach2014-10-081-63/+74
* pci: mvebu: Add PCIe driverSebastian Hesselbarth2014-07-315-0/+699
* pci: set auto-incremented bus numberSebastian Hesselbarth2014-07-311-0/+5
* pci: ensure device does ignore BAR manglingSebastian Hesselbarth2014-07-311-0/+5
* pci: register device after BAR setupSebastian Hesselbarth2014-07-311-3/+3
* pci: pci_scan_bus: respect 64b BARsSebastian Hesselbarth2014-07-311-1/+11
* pci: pci_alloc_bus(): use xzalloc() instead of kzalloc()Antony Pavlov2014-07-091-8/+8
* PCI: initial commitAntony Pavlov2014-07-045-0/+468