summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ehci_imx.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop calling imx51_ccm_foo() clock functions from imx6 code. Insteadian2014-04-261-1/+1
| | | | | | define a few imx_ccm_foo() functions that are implemented by the imx51 or imx6 ccm code. Of course, the imx6 ccm code is still more a wish than reality, so for now its implementations just return hard-coded numbers.
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
| | | | | | | | | | | | | 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.
* Rework the imx ehci driver so that it's four separate ehci units ratherian2013-10-301-193/+243
| | | | | | | | | | | | | | than one unit with four busses attached to it. This allows us to use existing fdt data which describes separate devices with separate resources. It also allows any combination of the units to be en/disabled in the board dts files. Adjust our dts code to match what's used by linux and u-boot now that we're structured to do so. Document lots of interesting stuff learned whiling doing this with a big comment block in the driver, so I don't have to re-learn it for the next round of changes.
* Integrate Efika MX project back to home.ray2013-03-201-0/+282
Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud