aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores/chipc
Commit message (Expand)AuthorAgeFilesLines
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-019-34/+16
* bhnd_chipc(4): Fix leak of child device ivars by explicitly deletingLandon J. Fuller2018-01-201-0/+3
* bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.Landon J. Fuller2018-01-191-4/+8
* bhnd_chipc(4): Fix the assignment of non-wildcard child unit numbersLandon J. Fuller2018-01-191-3/+3
* bhnd_chipc(4): Correct typo in flag macros that broke clearing of GPIOLandon J. Fuller2017-12-141-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0815-0/+30
* bhnd_chipc(4): Break cyclic references to the ChipCommon deviceLandon J. Fuller2017-12-021-2/+2
* bhnd(4): Add a basic ChipCommon GPIO driver sufficient to support bwn(4)Landon J. Fuller2017-11-225-2/+1047
* bhnd(4): extend the PMU APIs to support bwn(4)Landon J. Fuller2017-11-227-91/+489
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-214-37/+119
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-272-3/+35
* [mips] [bhnd] Support of old PMU for BMIPS and siba SoCMichael Zhilin2017-05-282-4/+10
* Add Northstar/BCM4706 core ID for ChipCommon.Landon J. Fuller2017-03-231-0/+1
* Integrate BCM4706 PMU (rev6) support, derived from the ISC-licensed BroadcomLandon J. Fuller2017-03-201-4/+27
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-222-8/+12
* bhnd(4): Fix regression in BCM4331 SPROM pin reference counting.Landon J. Fuller2016-09-171-2/+1
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-6/+0
* [mips/broadcom]: Replace static frequency table with generic PMU clockLandon J. Fuller2016-08-273-35/+149
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-2712-794/+1489
* [mips/broadcom] Generic platform_reset() support.Landon J. Fuller2016-08-261-0/+10
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-9/+1
* bhnd(4): print extra register information on chipc SPI timeout.Landon J. Fuller2016-07-121-1/+3
* bhnd(4): Perform explicit chipc child enumeration.Landon J. Fuller2016-06-2512-446/+472
* bhnd(4): Fix resource allocation issues exposed by chipc PMU support.Landon J. Fuller2016-06-163-17/+26
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-081-1/+1
* bhnd(4): support IPX OTP NVRAM/SPROM data sourceLandon J. Fuller2016-06-046-90/+134
* bhnd(4): Add support for chipc-attached flashLandon J. Fuller2016-06-047-3/+785
* Fix several MIPS/BCM-blocking bugs in bhnd(4) chipcLandon J. Fuller2016-06-043-19/+93
* [bhnd] Fix release of uninitialized SPROM shadow in chipc detach.Adrian Chadd2016-05-262-6/+1
* [bhnd] Integrate bhnd_chipc's BUS_ADD_CHILD() with a child resource mapping t...Adrian Chadd2016-05-263-54/+127
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-241-42/+20
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-248-238/+1776
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-172-9/+46
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-171-2/+2
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-083-97/+344
* [bhnd] add module dependencies.Adrian Chadd2016-05-021-0/+1
* [bhnd] Fix ChipCommon probing.Adrian Chadd2016-04-251-1/+1
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd2016-04-221-1/+1
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-191-29/+19
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-265-0/+1905