aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bcma
Commit message (Expand)AuthorAgeFilesLines
* bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid;Landon J. Fuller2018-03-291-12/+5
* dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni2018-01-111-1/+1
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-152-2/+2
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-089-0/+18
* bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller2017-11-272-23/+28
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-222-21/+13
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-213-136/+300
* bhnd: Add support for supplying bus I/O callbacks when initializing an EROMLandon J. Fuller2017-09-272-142/+40
* Add support for dumping bcma/siba EROM tables to the console via a newLandon J. Fuller2017-04-241-0/+152
* Add a workaround for the BCM4706's dangling core region EROM entries.Landon J. Fuller2017-03-231-0/+13
* [mips/broadcom] Move MIPS-specific bhnd(4) nexus drivers toLandon J. Fuller2017-02-131-132/+0
* [BHND] correct spelling error in macro nameMichael Zhilin2016-11-152-4/+4
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-244-82/+319
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-053-29/+167
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-047-161/+275
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-037-517/+552
* bhnd(4): Add a bhnd bus method for fetching the device's core table.Landon J. Fuller2016-08-281-0/+37
* bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller2016-08-272-3/+13
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-272-0/+90
* [mips/broadcom] Generic platform_reset() support.Landon J. Fuller2016-08-262-38/+277
* bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller2016-06-253-40/+68
* [BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAAdrian Chadd2016-06-231-2/+27
* bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller2016-06-081-1/+2
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller2016-06-042-47/+75
* [bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd2016-05-231-19/+2
* [bhnd] Add BHND SoC support (only BCMA case)Adrian Chadd2016-05-201-0/+111
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-0/+17
* [bhnd] fix bcma resource allocation for regions; EROM work around.Adrian Chadd2016-05-102-2/+21
* [bhnd] Replace is_hostb_device() with a more general find_hostb_device()Adrian Chadd2016-05-083-1/+16
* [bhnd] handle unknown port type.Adrian Chadd2016-05-051-0/+5
* bhnd: another build fix for GCC-using architecturesEd Maste2016-05-051-0/+2
* [bhnd] add module dependencies.Adrian Chadd2016-05-021-0/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-269-0/+2471