freebsd-dev/sys/arm/rockchip
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
..
common.c
files.rk30xx Add watchdog driver for rk3188. 2013-11-25 11:01:19 +00:00
rk30xx_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_grf.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_grf.h
rk30xx_machdep.c Enable reset mechanism for rk3188. 2013-11-25 11:02:58 +00:00
rk30xx_pmu.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_pmu.h
rk30xx_wdog.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_wdog.h Add watchdog driver for rk3188. 2013-11-25 11:01:19 +00:00
std.rk30xx Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00