aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+5
* bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller2017-12-141-1/+0
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-0/+2
* bhnd(4): Print the core's hardware revision in bhnd(4)'sLandon J. Fuller2017-11-271-2/+2
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-221-61/+257
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-211-1/+17
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-271-344/+66
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-241-74/+21
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-051-1/+8
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-271-16/+279
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-4/+9
* bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller2016-07-121-24/+329
* bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller2016-06-251-0/+50
* [bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd2016-05-201-24/+64
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-71/+4
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-081-20/+31
* [bhnd] Add bhnd_resource support for the bus_(read|write)(_multi_)stream_* fu...Adrian Chadd2016-05-081-36/+62
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-081-2/+1
* [bhnd] default to BUS_PROBE_DEFAULT for unknown BHND classes.Adrian Chadd2016-05-051-0/+2
* [bhnd] Clean up bhnd resource handling and inherited bus methodsAdrian Chadd2016-04-191-253/+39
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().Justin Hibbits2016-03-021-1/+1
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-261-0/+910