summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-14bhnd: plug set-but-not-used varsMateusz Guzik
2021-12-09newbus: add bus_topo_assertWarner Losh
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-05-28[bhnd] remove unused sc variableMichael Zhilin
2020-09-01bhnd: clean up empty lines in .c and .h filesMateusz Guzik
2017-12-14bhnd(4): Include board_devid in the bhnd_board_info structure, and populateLandon J. Fuller
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-11-27bhnd(4): Print the core's hardware revision in bhnd(4)'sLandon J. Fuller
2017-11-22bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller
2017-11-21bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller
2017-09-27bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller
2016-09-24bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller
2016-09-05bhnd(4): Implement backplane interrupt handling.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-07-12bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller
2016-06-25bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller
2016-05-20[bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd
2016-05-17Don't repeat the the word 'the'Eitan Adler
2016-05-17[bhnd] Centralize fetching of board informationAdrian Chadd
2016-05-08[bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd
2016-05-08[bhnd] Add bhnd_resource support for the bus_(read|write)(_multi_)stream_* fu...Adrian Chadd
2016-05-08[bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd
2016-05-05[bhnd] default to BUS_PROBE_DEFAULT for unknown BHND classes.Adrian Chadd
2016-04-19[bhnd] Clean up bhnd resource handling and inherited bus methodsAdrian Chadd
2016-03-22Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits
2016-03-02Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().Justin Hibbits
2016-02-26Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd