summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_tegra.c
Commit message (Expand)AuthorAgeLines
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-1/+1
* pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2016-08-15-5/+158
* pci: tegra: actually program REFCLK_CFG* on recent SoCsStephen Warren2016-07-05-9/+10
* pci: tegra: correctly program PADS_REFCLK registersStephen Warren2016-07-05-13/+9
* pci: tegra: fix DM conversion issues on Tegra20Stephen Warren2016-05-04-11/+10
* tegra: Report errors from PCI initSimon Glass2016-01-28-1/+5
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-01-322/+155
* pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-12-0/+22
* pci: tegra: call tegra_pcie_board_init() earlierStephen Warren2015-11-12-2/+2
* pci: tegra: implement PCA enable workaroundStephen Warren2015-11-12-0/+14
* pci: tegra: use #address-/size-cells from DTStephen Warren2015-11-12-3/+30
* pci: tegra: clip RAM size to 32-bitsStephen Warren2015-11-12-1/+9
* lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-06-5/+5
* pci: tegra: Fix port information parsingSjoerd Simons2015-01-23-3/+2
* fdt: Add several apis to decode pci device nodeBin Meng2015-01-13-1/+2
* pci: tegra: Add Tegra PCIe driverThierry Reding2014-12-18-0/+1143