aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+4
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-3/+0
* bhnd: Fix a few use after frees when releasing resourcesGavin Atkinson2024-12-271-2/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-064-23/+5
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-7/+7
* bhnd: Use device_set_descf()Mark Johnston2024-06-021-3/+1
* bhnd: Remove orphaned driver for the BHND USB coreJohn Baldwin2024-06-014-1087/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-15/+12
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-132-30/+20
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-4/+3
* 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
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-279-9/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1622-44/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1616-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-169-18/+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-1234-34/+34
* bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0917-35/+16
* Remove unused cfi_devclass.John Baldwin2022-05-091-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-091-1/+1
* bnhd: Write out updated resource dependencies from the table.John Baldwin2022-04-071-1/+2
* 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-282-6/+0
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-3/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-084-4/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-24/+0
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0127-118/+46
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Fix format/arg mismatchOleksandr Tymoshenko2019-01-251-2/+2
* bhnd_chipc(4): Fix leak of child device ivars by explicitly deletingLandon J. Fuller2018-01-201-0/+3
* bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.Landon J. Fuller2018-01-191-4/+8
* bhnd_chipc(4): Fix the assignment of non-wildcard child unit numbersLandon J. Fuller2018-01-191-3/+3
* bhndb_pci(4): fix incorrect BHND_PCI_SRSH_PI workaroundLandon J. Fuller2018-01-171-5/+7
* bhnd(4): Add missing BCM4312 backplane clock speed entry.Landon J. Fuller2018-01-041-0/+1
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-151-2/+2
* bhnd_chipc(4): Correct typo in flag macros that broke clearing of GPIOLandon J. Fuller2017-12-141-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0841-5/+87
* bhnd_pmu(4): Do not leak our chipc provider reference or clkctl state inLandon J. Fuller2017-12-021-21/+28
* bhnd_chipc(4): Break cyclic references to the ChipCommon deviceLandon J. Fuller2017-12-021-2/+2
* bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller2017-11-271-1/+1
* bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-225-2/+1047
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-2216-534/+1520
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-212-7/+18
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-217-107/+209
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-274-7/+58
* bhnd: Remove unsupported USB core IDs from the bhnd_usb device table.Landon J. Fuller2017-09-061-4/+0