aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin2025-12-0922-111/+58
* bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin2025-12-0912-17/+17
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-093-12/+12
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-1/+3
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-3/+5
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-112-3/+2
* bhnd bcma/siba: Remove duplicate call to device_delete_childrenJohn Baldwin2025-01-022-2/+0
* siba: Use device_delete_children in siba_add_childrenJohn Baldwin2025-01-021-6/+1
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-022-7/+0
* bhnd: Fix a few use after frees when releasing resourcesGavin Atkinson2024-12-272-10/+13
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-065-25/+6
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-255-10/+10
* bhnd: Use device_set_descf()Mark Johnston2024-06-022-21/+3
* bhnd: Remove orphaned driver for the BHND USB coreJohn Baldwin2024-06-014-1087/+0
* bhnd(4): Remove a double word in a source code commentGordon Bergling2024-04-201-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-134-22/+18
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-133-59/+41
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-132-7/+6
* bhnd: Use rman_get_type in bhndb_find_resource_limitsJohn Baldwin2024-03-133-6/+6
* sys: Set the type of allocated bus resourcesJohn Baldwin2024-03-131-0/+1
* bhnd_chipc: Make use of bus_generic_rman_* to simplify some codeJohn Baldwin2024-02-271-46/+22
* bhnd_usb: Use bus_generic_rman_*John Baldwin2024-02-271-26/+85
* bhnd: Correct the softc size in the siba_bhndb_driver definitionMark Johnston2023-12-051-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2733-33/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1613-14/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1660-120/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1654-54/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1614-28/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1254-54/+54
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-5/+4
* bhnd(4): Correct some typos in source code commentsGordon Bergling2022-09-046-18/+18
* bhnd(4): Correct a typo in a source code commentGordon Bergling2022-08-271-1/+1
* bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0922-46/+19
* Remove unused bhndb_devclass.John Baldwin2022-05-092-3/+0
* Remove unused cfi_devclass.John Baldwin2022-05-091-1/+1
* bhnd: Use devclass_find to lookup devclass for bhnd.John Baldwin2022-05-051-2/+3
* bhnd: Use __diagused for a variable only used in a KASSERT().John Baldwin2022-04-131-1/+1
* bhnd(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* bhnd(4): Remove some double words in source code commentsGordon Bergling2022-04-093-3/+3
* bnhd: Write out updated resource dependencies from the table.John Baldwin2022-04-071-1/+2
* bhnd_nvram_store_export_child: eliminate num_props write only variableWarner Losh2022-04-051-2/+1
* bhnd_pmu_sdiod_drive_strength_init: eliminate write only intr_val variableWarner Losh2022-04-051-2/+0
* bhnd_pwrctl_attach: eliminate write only bus variableWarner Losh2022-04-051-3/+0
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-02-285-18/+0
* bhnd: plug set-but-not-used varsMateusz Guzik2021-12-141-22/+0
* newbus: add bus_topo_assertWarner Losh2021-12-102-4/+3
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-3/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-086-6/+0