aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/cores/chipc
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+4
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-3/+0
* bhnd: Fix a few use after frees when releasing resourcesGavin Atkinson2024-12-271-2/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-5/+3
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-7/+7
* bhnd: Use device_set_descf()Mark Johnston2024-06-021-3/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-7/+6
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-20/+14
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-4/+3
* bhnd_chipc: Make use of bus_generic_rman_* to simplify some codeJohn Baldwin2024-02-271-46/+22
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-167-7/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1214-14/+14
* bhnd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-097-15/+7
* Remove unused cfi_devclass.John Baldwin2022-05-091-1/+1
* bhnd(4): Remove some double words in source code commentsGordon Bergling2022-04-091-1/+1
* bhnd_pwrctl_attach: eliminate write only bus variableWarner Losh2022-04-051-3/+0
* bhnd: Fix some -Wunused-but-set-variable warningsMark Johnston2022-02-282-6/+0
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-3/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-083-3/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-24/+0
* 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-92/+490
* 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-797/+1492
* [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-448/+474
* 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