aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/tegra_pcie.c
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64 nvidia: Remove unused variables.John Baldwin2022-04-091-6/+0
* tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrlFerhat Gecdogan2021-07-011-7/+6
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-2/+2
* ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC.Michal Meloun2020-12-261-126/+132
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-12/+0
* arm: nvidia: pcie: Rename class name to pcibEmmanuel Vadot2020-04-161-1/+1
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-161-2/+2
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* Convert extres/phy to kobj model.Michal Meloun2018-01-201-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Fix release MSI method for NVidia Tegra PCI controllerOleksandr Tymoshenko2016-10-091-2/+2
* Fix MSI allocation for NVidia TegraOleksandr Tymoshenko2016-10-091-9/+6
* TEGRA: Fix PCIe link timeout.Michal Meloun2016-10-041-1/+4
* TEGRA: Prepare Tegra subtree for inclusion into ARM generic kernel.Michal Meloun2016-09-301-2/+3
* Update PCI driver to match new dts treeOleksandr Tymoshenko2016-09-251-13/+21
* TEGRA: Remove forgotten debug printf.Michal Meloun2016-08-191-1/+0
* TEGRA: Implement MSI/MSIX interrupts for pcie controller.Michal Meloun2016-08-191-57/+363
* TEGRA: Subclass Tegra PCIE driver from ofw_pci base driver.Michal Meloun2016-07-171-416/+49
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-15/+15
* Remove an unneeded call to fdt_get_unit, the return value is unused.Andrew Turner2016-07-091-4/+2
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-2/+2
* TEGRA: Fix tegra_pcie driver after rman_res_t size change.Michal Meloun2016-03-181-8/+7
* Import basic support for Nvidia Jetson TK1 board and tegra124 SoC.Michal Meloun2016-03-161-0/+1692