summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mpic.c
Commit message (Collapse)AuthorAgeFilesLines
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
| | | | | | | | | | | | | to check the status property in their probe routines. Simplebus used to only instantiate its children whose status="okay" but that was improper behavior, fixed in r261352. Now that it doesn't check anymore and probes all its children; the children all have to do the check because really only the children know how to properly interpret their status property strings. Right now all existing drivers only understand "okay" versus something- that's-not-okay, so they all use the new ofw_bus_status_okay() helper.
* Add support for MSI in interrupt controlller.gber2012-09-141-18/+111
| | | | | | | | MSI are implemented via software interrupt. PCIe cards will write into software interrupt register which will cause inbound shared interrupt which will be interpreted as a MSI. Obtained from: Marvell, Semihalf
* Remove unused structure fieldsgber2012-09-141-2/+0
| | | | Obtained from: Semihalf
* Merging of projects/armv6, part 7gonzo2012-08-151-0/+304
Add Marvell ARMADA XP support Obtained from: Marvell, Semihalf
OpenPOWER on IntegriCloud