summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner/a10_clk.c
Commit message (Collapse)AuthorAgeFilesLines
* Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as:ganbold2014-03-031-2/+18
| | | | | | | - EMAC gpio configuration - EMAC clock activation Approved by: stas (mentor)
* 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.
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
| | | | | | really need it. That would be almost everywhere it was included. Add it in a couple files that really do need it and were previously getting it by accident via another header.
* Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-151-0/+1
| | | | Tested by: ganbold@
* Remove two dead assignments andganbold2013-02-051-14/+14
| | | | | | | make use of sc more explicit and clear Submitted by: Christoph Mallon Approved by: gonzo@
* Add simple clock driver and ehci glue code for a10ganbold2013-01-291-0/+171
Update dts and kernel config Approved by: gonzo@
OpenPOWER on IntegriCloud