summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner/a10_ehci.c
Commit message (Collapse)AuthorAgeFilesLines
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+4
| | | | | | | | | | | | | 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.
* Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-151-0/+5
| | | | Tested by: ganbold@
* Use and set gpio pin to high to power up usb.ganbold2013-02-061-1/+17
| | | | Approved by: gonzo@
* Add simple clock driver and ehci glue code for a10ganbold2013-01-291-0/+279
Update dts and kernel config Approved by: gonzo@
OpenPOWER on IntegriCloud