aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bhnd/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-1/+3
* - Fix `make` in sys/modulesLi-Wen Hsu2018-01-121-0/+1
* bhnd(4): Add missing dependency on ofw_bus_if.hLandon J. Fuller2017-11-241-1/+1
* bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-221-3/+11
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-221-2/+4
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-5/+5
* bhnd(4): NVRAM serialization support.Landon J. Fuller2016-12-191-0/+1
* bhnd(4): NVRAM device path support.Landon J. Fuller2016-12-191-0/+1
* bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/OLandon J. Fuller2016-12-191-0/+1
* bhnd(4): support direct conversion of bhnd_nvram_valLandon J. Fuller2016-12-191-0/+1
* bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API forLandon J. Fuller2016-12-191-0/+1
* bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller2016-11-261-5/+15
* Revert r308107Li-Wen Hsu2016-10-301-2/+0
* - Fix `make` in sys/modules/bhndLi-Wen Hsu2016-10-301-0/+2
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-031-0/+3
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-271-6/+20
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-4/+9
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-241-1/+2
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-081-2/+7
* [bhnd] add missing bus interface SRC bits, required after the last source imp...Adrian Chadd2016-05-021-1/+1
* Add modules support for the bhnd code.Adrian Chadd2016-02-261-0/+21