summaryrefslogtreecommitdiff
path: root/sys/arm64/nvidia
AgeCommit message (Expand)Author
2025-10-29tegra210: Fix typo in a kernel messageGordon Bergling
2025-07-04gpio: attach gpiobus when the controller is readyAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-10-15sys: Use the new arm_smccc_invoke macrosAndrew Turner
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-01-10phy: Move phy code in dev/phyEmmanuel Vadot
2024-01-10regulator: Move regulator code in dev/regulatorEmmanuel Vadot
2024-01-10hwreset: Move reset code in dev/hwresetEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-12-29tegra210: change to UTF-8 (from ISO-8859)Ed Maste
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-05-09arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-08arm/arm64 nvidia: Remove unused variables.John Baldwin
2022-02-20tegra: Improve the detection of the secondary function (RTC) of the MAX77620.Michal Meloun
2022-02-06tegra: Fix a common typo in source code commentsGordon Bergling
2021-12-24tegra210: Implement new get_gate method for tegra210 clocks.Michal Meloun
2021-01-15arm64: Directly use #include <dt-binding/...>Emmanuel Vadot
2020-12-30Tegra210: Add lost-in-merge fixes:Michal Meloun
2020-12-28ARM64: Port FreeBSD to Nvidia Jetson TX1 and Nano.Michal Meloun