aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia
Commit message (Expand)AuthorAgeFilesLines
* gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa2025-09-301-0/+4
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-1/+2
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-1/+1
* gpio: remove redundant calls to bus_attach_childrenAhmad Khalifa2025-07-041-1/+0
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-4/+4
* vm_page: make iter_insert() publicDoug Moore2025-05-091-1/+3
* sys: Reduce where we include sys/devmap.hAndrew Turner2025-05-021-1/+0
* drm2 tegra: Use vm_radix_iter_lookup instead of vm_page_iter_lookupJohn Baldwin2025-03-031-1/+2
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-022-6/+10
* Check for errors from bus_generic_detach in various driversJohn Baldwin2025-01-021-1/+5
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-2/+0
* Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-01-021-1/+1
* vm_page: pass page to iter_removeDoug Moore2024-12-081-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-0613-13/+25
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* drm2: Fix the build after commit 38e3125d6df9Mark Johnston2024-11-261-2/+2
* device_pager: user iterators to free device pagesDoug Moore2024-11-211-2/+4
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-059-9/+55
* newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell2024-11-021-1/+1
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-211-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-254-4/+4
* vm: Retire kmem_arenaAlan Cox2024-07-241-2/+2
* arm: Convert drivers to use device_set_desc(f)()Mark Johnston2024-06-021-1/+1
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-141-1/+2
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-106-6/+6
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-109-9/+9
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-1016-16/+16
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1025-28/+28
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2023-12-241-3/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2720-20/+0
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-08-221-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1636-72/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* Map arm64 pci config memory as non-postedAndrew Turner2023-03-051-2/+7
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-224-8/+9
* tegra: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0923-64/+30
* Remove unused uart_devclass.John Baldwin2022-05-061-2/+1
* Remove unused fbd_devclass.John Baldwin2022-05-061-2/+1
* Remove unused ahci_devclass.John Baldwin2022-05-061-2/+1
* as3722_gpio_pin_setflags: Use computed mode instead of hardcoded PUSHPULL.John Baldwin2022-04-181-1/+1
* arm/arm64 nvidia: Remove unused variables.John Baldwin2022-04-0910-39/+5
* tegra: Fix a common typo in source code commentsGordon Bergling2022-02-061-1/+1
* tegra/ahci: do not advertise enclosure management facilityMichal Meloun2021-12-241-1/+0
* tegra124: Implement new get_gate method for tegra124 clocks.Michal Meloun2021-12-242-0/+34
* arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik2021-10-251-1/+1
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-8/+4
* tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrlFerhat Gecdogan2021-07-011-7/+6
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1