aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores
Commit message (Expand)AuthorAgeFilesLines
* bhnd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0127-118/+46
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Fix format/arg mismatchOleksandr Tymoshenko2019-01-251-2/+2
* 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
* bhndb_pci(4): fix incorrect BHND_PCI_SRSH_PI workaroundLandon J. Fuller2018-01-171-5/+7
* bhnd(4): Add missing BCM4312 backplane clock speed entry.Landon J. Fuller2018-01-041-0/+1
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-151-2/+2
* 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-0841-5/+87
* bhnd_pmu(4): Do not leak our chipc provider reference or clkctl state inLandon J. Fuller2017-12-021-21/+28
* bhnd_chipc(4): Break cyclic references to the ChipCommon deviceLandon J. Fuller2017-12-021-2/+2
* bhnd(4): Fix bcma/siba core reset behaviorLandon J. Fuller2017-11-271-1/+1
* 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-2216-531/+1517
* bhnd(4): Add support for querying DMA address translation parametersLandon J. Fuller2017-11-212-7/+18
* bhnd(4): implement MIPS and PCI(e) interrupt supportLandon J. Fuller2017-11-217-107/+209
* bhnd: Implement bhnd(4) platform device registration.Landon J. Fuller2017-09-274-7/+58
* bhnd: Remove unsupported USB core IDs from the bhnd_usb device table.Landon J. Fuller2017-09-061-4/+0
* bhnd: initialize variable before useEd Maste2017-08-301-2/+1
* [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-203-33/+119
* [bhnd] fix mask for PMU controlMichael Zhilin2017-03-151-1/+1
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-222-8/+12
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-2/+2
* Fix device delete child function.Hans Petter Selasky2016-10-172-12/+0
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-245-12/+40
* bhnd(4): Fix regression in BCM4331 SPROM pin reference counting.Landon J. Fuller2016-09-171-2/+1
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-051-4/+4
* [BHND/USB] Port of EHCI/OHCI support from ZRouterMichael Zhilin2016-09-054-0/+1041
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-041-6/+0
* [BHND/PMU] Correct shift of bits in BHND_PMU_SET_BITS macroMichael Zhilin2016-09-011-1/+1
* [mips/broadcom]: Replace static frequency table with generic PMU clockLandon J. Fuller2016-08-277-222/+481
* bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-2720-794/+6672
* [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-085-6/+6
* 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-245-117/+88
* [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-1714-141/+1505