aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd_subr.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: add bus_topo_assertWarner Losh2021-12-101-2/+1
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-15/+7
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-291-168/+0
* bhnd/bwn(4): Define a bhnd(4) softmodem device class for the v.90 modemLandon J. Fuller2018-01-191-1/+1
* bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller2017-12-141-0/+5
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-0/+2
* bhnd(4) update inline documentation comments and man pages.Landon J. Fuller2017-11-271-24/+37
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-221-1/+142
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-211-0/+21
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-211-0/+14
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-271-10/+650
* bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller2016-11-261-1/+2
* Split bcm_mipscore.c into bcm_bmips (BMIPS32/BMIPS3300) and bcm_mips74kLandon J. Fuller2016-09-181-2/+2
* bhnd: remove redundant ;s at the end of functions or switch statementsEd Maste2016-09-061-3/+3
* bhnd(4): Add device classes for USB host/dev/dual-mode controller cores.Landon J. Fuller2016-09-051-7/+7
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-0/+44
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-031-6/+28
* bhnd(4): Apply the siba chipid ncore fixup in bhnd_read_chipid(), ensuringLandon J. Fuller2016-08-281-0/+80
* bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller2016-08-271-0/+70
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-271-1/+3
* [mips/broadcom] Generic platform_reset() support.Landon J. Fuller2016-08-261-21/+18
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-5/+324
* bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller2016-07-121-43/+26
* bhnd(4): Perform explicit chipc child enumeration.Landon J. Fuller2016-06-251-18/+0
* bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller2016-06-081-2/+2
* Fix several MIPS/BCM-blocking bugs in bhnd(4) chipcLandon J. Fuller2016-06-041-0/+19
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-241-130/+122
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-241-13/+9
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-171-0/+50
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-10/+202
* [bhnd] Add support for matching on chip identifiers.Adrian Chadd2016-05-081-4/+53
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-081-21/+7
* bhnd: fix build on gcc architecturesEd Maste2016-05-051-0/+2
* [bhnd] add module dependencies.Adrian Chadd2016-05-021-1/+2
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-191-10/+97
* [bhnd] Clean up bhnd resource handling and inherited bus methodsAdrian Chadd2016-04-191-0/+157
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-261-0/+648