aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd
Commit message (Expand)AuthorAgeFilesLines
* - Fix `make` in sys/modules/bhndLi-Wen Hsu2016-11-011-2/+0
* 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-2418-356/+1145
* Split bcm_mipscore.c into bcm_bmips (BMIPS32/BMIPS3300) and bcm_mips74kLandon J. Fuller2016-09-181-2/+2
* bhnd(4): Fix regression in BCM4331 SPROM pin reference counting.Landon J. Fuller2016-09-171-2/+1
* bhnd: remove redundant ;s at the end of functions or switch statementsEd Maste2016-09-062-7/+7
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-0516-117/+544
* bhnd(4): Add device classes for USB host/dev/dual-mode controller cores.Landon J. Fuller2016-09-052-8/+11
* [BHND/USB] Port of EHCI/OHCI support from ZRouterMichael Zhilin2016-09-054-0/+1041
* bhndb(4): Fix probing of bhndb-attached bhnd_nvram devices.Landon J. Fuller2016-09-041-6/+2
* bhndb(4): Skip disabled cores when performing bridge configuration probing.Landon J. Fuller2016-09-043-19/+60
* siba(4): Add missing bhnd_device/bhnd_device_quirk table terminator entries.Landon J. Fuller2016-09-041-0/+2
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-0429-1010/+1616
* Implement a generic bhnd(4) device enumeration table API.Landon J. Fuller2016-09-0321-701/+1690
* [BHND/PMU] Correct shift of bits in BHND_PMU_SET_BITS macroMichael Zhilin2016-09-011-1/+1
* bhnd(4): Apply the siba chipid ncore fixup in bhnd_read_chipid(), ensuringLandon J. Fuller2016-08-283-29/+90
* bhnd(4): Add a bhnd bus method for fetching the device's core table.Landon J. Fuller2016-08-284-0/+167
* Implement siba(4) support for bhnd_(read|write)_config.Landon J. Fuller2016-08-272-4/+54
* bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller2016-08-276-6/+104
* [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-2735-880/+7799
* [mips/broadcom] Generic platform_reset() support.Landon J. Fuller2016-08-265-57/+309
* bhndb(4): Fix unsigned integer underflow in dynamic register windowLandon J. Fuller2016-08-231-2/+3
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-1625-400/+4047
* bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.Landon J. Fuller2016-08-162-21/+40
* bhnd(4): Add bus pass-aware discovery of platform devices (PMU,Landon J. Fuller2016-07-125-73/+385
* bhnd(4): print extra register information on chipc SPI timeout.Landon J. Fuller2016-07-121-1/+3
* Fix heap overflow in bhnd(4) SPROM parsing.Landon J. Fuller2016-07-101-1/+2
* bhnd(4): Add devinfo allocation and child addition methods, modeled onLandon J. Fuller2016-06-259-75/+232
* bhnd(4): Perform explicit chipc child enumeration.Landon J. Fuller2016-06-2514-465/+479
* revert error commit from previous commit. my bad!Adrian Chadd2016-06-231-1/+1
* [BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMAAdrian Chadd2016-06-233-5/+40
* siba(4): Adopt bcma-compatible mapping of bhnd(4) port/region identifiers.Landon J. Fuller2016-06-164-207/+188
* bhnd(4): Fix resource allocation issues exposed by chipc PMU support.Landon J. Fuller2016-06-164-17/+42
* bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller2016-06-083-4/+6
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-087-17/+9
* bhnd(4): support IPX OTP NVRAM/SPROM data sourceLandon J. Fuller2016-06-0410-103/+159
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller2016-06-048-700/+238
* 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-046-26/+115
* [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-2413-600/+654
* [bhnd] fix compilation due to incompatible typesAdrian Chadd2016-05-241-1/+1
* [bhnd] Implement pass-through resource management for ChipCommon.Adrian Chadd2016-05-2417-871/+2520
* [bhnd] Add support for querying the attachment type of the bhnd bus.Adrian Chadd2016-05-238-38/+135
* [bhnd] Add BHND SoC support (only BCMA case)Adrian Chadd2016-05-203-0/+421
* [bhnd] Add bhnd bridge support for bus_adjust_resource().Adrian Chadd2016-05-203-7/+75
* [bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIsAdrian Chadd2016-05-206-64/+415
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1