summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
AgeCommit message (Expand)Author
2025-12-09bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin
2025-12-09bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-02bhnd bcma/siba: Remove duplicate call to device_delete_childrenJohn Baldwin
2025-01-02siba: Use device_delete_children in siba_add_childrenJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-27bhnd: Fix a few use after frees when releasing resourcesGavin Atkinson
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-06-02bhnd: Use device_set_descf()Mark Johnston
2024-06-01bhnd: Remove orphaned driver for the BHND USB coreJohn Baldwin
2024-04-20bhnd(4): Remove a double word in a source code commentGordon Bergling
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-03-13bhnd: Use rman_get_type in bhndb_find_resource_limitsJohn Baldwin
2024-03-13sys: Set the type of allocated bus resourcesJohn Baldwin
2024-02-27bhnd_chipc: Make use of bus_generic_rman_* to simplify some codeJohn Baldwin
2024-02-27bhnd_usb: Use bus_generic_rman_*John Baldwin
2023-12-05bhnd: Correct the softc size in the siba_bhndb_driver definitionMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2022-09-04bhnd(4): Correct some typos in source code commentsGordon Bergling
2022-08-27bhnd(4): Correct a typo in a source code commentGordon Bergling
2022-05-09bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused bhndb_devclass.John Baldwin
2022-05-09Remove unused cfi_devclass.John Baldwin
2022-05-05bhnd: Use devclass_find to lookup devclass for bhnd.John Baldwin
2022-04-13bhnd: Use __diagused for a variable only used in a KASSERT().John Baldwin
2022-04-09bhnd(4): Remove a double word in a source code commentGordon Bergling
2022-04-09bhnd(4): Remove some double words in source code commentsGordon Bergling
2022-04-07bnhd: Write out updated resource dependencies from the table.John Baldwin
2022-04-04bhnd_nvram_store_export_child: eliminate num_props write only variableWarner Losh
2022-04-04bhnd_pmu_sdiod_drive_strength_init: eliminate write only intr_val variableWarner Losh
2022-04-04bhnd_pwrctl_attach: eliminate write only bus variableWarner Losh
2022-02-28bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston
2021-12-14bhnd: plug set-but-not-used varsMateusz Guzik
2021-12-09newbus: add bus_topo_assertWarner Losh
2021-12-09Create wrapper for Giant taken for newbusWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste