summaryrefslogtreecommitdiff
path: root/sys/modules/bhnd
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2018-01-12- Fix `make` in sys/modulesLi-Wen Hsu
2017-11-28siba(4): Add support for devices have neither PMU nor PWRCTL support.Landon J. Fuller
2017-11-24bhnd(4): Add missing dependency on ofw_bus_if.hLandon J. Fuller
2017-11-22bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller
2017-11-22bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller
2017-09-27bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-12-19bhnd(4): NVRAM serialization support.Landon J. Fuller
2016-12-19bhnd(4): NVRAM device path support.Landon J. Fuller
2016-12-19bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/OLandon J. Fuller
2016-12-19bhnd(4): support direct conversion of bhnd_nvram_valLandon J. Fuller
2016-12-19bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API forLandon J. Fuller
2016-11-26bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller
2016-10-30Revert r308107Li-Wen Hsu
2016-10-30- Fix `make` in sys/modules/bhndLi-Wen Hsu
2016-09-24bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller
2016-09-04Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller
2016-09-03Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller
2016-08-27bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller
2016-08-16bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller
2016-05-24[bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd
2016-05-23[bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd
2016-05-17[bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd
2016-05-08[bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd
2016-05-05Fix kernel build with parallel make.Niclas Zeising
2016-05-05[bhnd] add missing bus file.Adrian Chadd
2016-05-02[bhnd] add missing bus interface SRC bits, required after the last source imp...Adrian Chadd
2016-04-22[bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd
2016-02-26Add modules support for the bhnd code.Adrian Chadd