aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2322-44/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2316-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-239-18/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2534-34/+34
* bhnd_pmu_sdiod_drive_strength_init: eliminate write only intr_val variableWarner Losh2022-10-021-2/+0
* bhnd_pwrctl_attach: eliminate write only bus variableWarner Losh2022-10-021-3/+0
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-3/+3
* bnhd: Write out updated resource dependencies from the table.John Baldwin2022-05-131-1/+2
* bhnd(4): Remove some double words in source code commentsGordon Bergling2022-04-141-1/+1
* bhnd(4): Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-03-072-6/+0
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-084-4/+0
* 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-534/+1520
* 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-797/+6675