summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* ARM: tegra: Move mach header files to include/mach/tegraSascha Hauer2023-03-061-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-261-4/+1
* PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-161-1/+1
* PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-161-6/+0
* PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateAndrey Smirnov2019-01-081-12/+1
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-4/+4
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* pci: tegra: relax link-up timeoutLucas Stach2014-11-171-1/+1
* pci: tegra: add tegra124 supportLucas Stach2014-11-041-22/+134
* pci: add Tegra host controller driverLucas Stach2014-10-081-0/+1193