freebsd-nq/sys/arm/freescale/imx
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 Update copyright date. 2013-05-08 09:42:50 +00:00
console.c Tweak the imx debug console code so that it works with multiple SoCs. 2013-08-03 13:31:10 +00:00
files.imx6 After r256961 ofw_iicbuc.c will be built for any kernel which includes 2013-12-12 18:29:36 +00:00
files.imx51 Add Freescale i.MX515 vt(9) driver. 2013-12-22 16:09:29 +00:00
files.imx53 After r256961 ofw_iicbuc.c will be built for any kernel which includes 2013-12-12 18:29:36 +00:00
i2c.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx6_anatop.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx6_anatopreg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
imx6_anatopvar.h Add stubbed-out imx6 support for clocks and power management. This 2013-10-31 15:04:23 +00:00
imx6_ccm.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx6_ccmreg.h Add stubbed-out imx6 support for clocks and power management. This 2013-10-31 15:04:23 +00:00
imx6_machdep.c Apparently with "const uint32_t foo = 0x60;" gcc doesn't consider 'foo' 2013-11-10 21:12:42 +00:00
imx6_pl310.c Add the Soc- / machine-dependent parts of imx6 support. 2013-11-01 00:21:09 +00:00
imx6_usbphy.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ccm.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ccmreg.h Add some bare-bones support for enabling usb and usbphy clocks. This 2013-10-30 14:33:15 +00:00
imx51_ccmvar.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_dpllreg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_iomux.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_iomuxreg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_iomuxvar.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_ipuv3_fbd.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ipuv3.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx51_ipuv3reg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_machdep.c Remove local devmap code and use the essentially identical common code 2013-11-05 05:18:18 +00:00
imx51_sdmareg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_ssireg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx51_tzicreg.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx53_machdep.c Remove local devmap code and use the essentially identical common code 2013-11-05 05:18:18 +00:00
imx_gpt.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx_gptreg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
imx_gptvar.h Update copyright date. 2013-05-08 09:42:50 +00:00
imx_machdep.c Remove local devmap code and use the essentially identical common code 2013-11-05 05:18:18 +00:00
imx_machdep.h Revamp the SoC identity numbering scheme to be more in line with the way 2013-10-31 23:05:05 +00:00
imx_nop_usbphy.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx_sdhci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx_wdog.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
imx_wdogreg.h Update copyright date. 2013-05-08 09:42:50 +00:00
std.imx6 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
std.imx51 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
std.imx53 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
tzic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00