freebsd-dev/sys/arm/allwinner
Ian Lepore add35ed5b8 Follow r261352 by updating all drivers which are children of simplebus
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.
2014-02-02 19:17:28 +00:00
..
a20 Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_clk.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_clk.h Enable USB1 (which is EHCI0) for Allwinner A10 2013-02-15 21:29:03 +00:00
a10_ehci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_machdep.c Switch to using arm_devmap_add_entry() to set up static device mapping. 2014-01-06 16:57:22 +00:00
a10_wdog.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_wdog.h Add watchdog driver for Allwinner A10 2013-02-11 11:31:23 +00:00
aintc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
common.c Bring initial support for Allwinner A20 SoC (Cubieboard2). 2013-08-07 11:07:56 +00:00
console.c Fix style bugs 2013-01-16 08:04:55 +00:00
files.a10 Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space tag. 2013-11-06 10:31:52 +00:00
std.a10 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
timer.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00