aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci_tegra.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár1-2/+2
2022-01-12pci: tegra: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-8/+3
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-1/+1
2018-05-10pci: tegra: introduce weak tegra_pcie_board_port_reset() functionMarcel Ziswiler1-3/+14
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-25/+25
2017-09-22pci: tegra: Remove unused field 'hose' from struct tegra_pcieTuomas Tynkkynen1-2/+0
2017-07-28dm: tegra: pci: Convert to livetreeSimon Glass1-29/+24
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-1/+1
2016-08-15pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren1-5/+158
2016-07-05pci: tegra: actually program REFCLK_CFG* on recent SoCsStephen Warren1-9/+10
2016-07-05pci: tegra: correctly program PADS_REFCLK registersStephen Warren1-13/+9
2016-05-04pci: tegra: fix DM conversion issues on Tegra20Stephen Warren1-11/+10
2016-01-28tegra: Report errors from PCI initSimon Glass1-1/+5
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass1-322/+155
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren1-0/+22
2015-11-12pci: tegra: call tegra_pcie_board_init() earlierStephen Warren1-2/+2
2015-11-12pci: tegra: implement PCA enable workaroundStephen Warren1-0/+14
2015-11-12pci: tegra: use #address-/size-cells from DTStephen Warren1-3/+30
2015-11-12pci: tegra: clip RAM size to 32-bitsStephen Warren1-1/+9
2015-08-06lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun1-5/+5
2015-01-23pci: tegra: Fix port information parsingSjoerd Simons1-3/+2
2015-01-13fdt: Add several apis to decode pci device nodeBin Meng1-1/+2
2014-12-18pci: tegra: Add Tegra PCIe driverThierry Reding1-0/+1143