summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci_tegra.c
Commit message (Expand)AuthorAgeFilesLines
* pci: tegra: introduce weak tegra_pcie_board_port_reset() functionMarcel Ziswiler2018-05-101-3/+14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-25/+25
* pci: tegra: Remove unused field 'hose' from struct tegra_pcieTuomas Tynkkynen2017-09-221-2/+0
* dm: tegra: pci: Convert to livetreeSimon Glass2017-07-281-29/+24
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2016-08-151-5/+158
* pci: tegra: actually program REFCLK_CFG* on recent SoCsStephen Warren2016-07-051-9/+10
* pci: tegra: correctly program PADS_REFCLK registersStephen Warren2016-07-051-13/+9
* pci: tegra: fix DM conversion issues on Tegra20Stephen Warren2016-05-041-11/+10
* tegra: Report errors from PCI initSimon Glass2016-01-281-1/+5
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-011-322/+155
* pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-121-0/+22
* pci: tegra: call tegra_pcie_board_init() earlierStephen Warren2015-11-121-2/+2
* pci: tegra: implement PCA enable workaroundStephen Warren2015-11-121-0/+14
* pci: tegra: use #address-/size-cells from DTStephen Warren2015-11-121-3/+30
* pci: tegra: clip RAM size to 32-bitsStephen Warren2015-11-121-1/+9
* lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-061-5/+5
* pci: tegra: Fix port information parsingSjoerd Simons2015-01-231-3/+2
* fdt: Add several apis to decode pci device nodeBin Meng2015-01-131-1/+2
* pci: tegra: Add Tegra PCIe driverThierry Reding2014-12-181-0/+1143