aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/tegra_xhci.c
Commit message (Expand)AuthorAgeFilesLines
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+5
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-101-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-5/+5
* arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC.Michal Meloun2020-12-261-166/+133
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-4/+6
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* Convert extres/phy to kobj model.Michal Meloun2018-01-201-4/+4
* Add NVIDIA Tegra XHCI driver and coresponding firmware blob.Michal Meloun2016-11-071-0/+1160