summaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bcma
AgeCommit message (Expand)Author
2025-12-09bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin
2025-12-09bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin
2025-01-02bhnd bcma/siba: Remove duplicate call to device_delete_childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-04bhnd(4): Correct some typos in source code commentsGordon Bergling
2022-05-09bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-28bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston
2020-09-01bhnd: clean up empty lines in .c and .h filesMateusz Guzik
2018-03-29bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller
2018-01-11dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni
2017-12-15bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-11-27bhnd(4): Fix bcma/siba core reset behaviorLandon 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: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller
2017-04-24Add support for dumping bcma/siba EROM tables to the console via a newLandon J. Fuller
2017-03-23Add a workaround for the BCM4706's dangling core region EROM entries.Landon J. Fuller
2017-02-13[mips/broadcom] Move MIPS-specific bhnd(4) nexus drivers toLandon J. Fuller
2016-11-15[BHND] correct spelling error in macro nameMichael Zhilin
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-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-28bhnd(4): Add a bhnd bus method for fetching the device's core table.Landon J. Fuller
2016-08-27bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller
2016-08-27bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller
2016-08-26[mips/broadcom] Generic platform_reset() support.Landon J. Fuller
2016-06-25bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller
2016-06-23[BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAAdrian Chadd
2016-06-08bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller
2016-06-04Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller
2016-05-23[bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd
2016-05-20[bhnd] Add BHND SoC support (only BCMA case)Adrian Chadd
2016-05-17[bhnd] Centralize fetching of board informationAdrian Chadd
2016-05-10[bhnd] fix bcma resource allocation for regions; EROM work around.Adrian Chadd
2016-05-08[bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd
2016-05-05[bhnd] handle unknown port type.Adrian Chadd
2016-05-05bhnd: another build fix for GCC-using architecturesEd Maste
2016-05-02[bhnd] add module dependencies.Adrian Chadd
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-02-26Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd