Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-18 | ARM: imx5: remove imx51 non-DT support files | Shawn Guo | |
Since i.MX51 becomes a DT only platform, those non-DT support files can be removed now. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> | |||
2014-07-18 | ARM: imx: move EHCI platform defines out of platform_data header | Shawn Guo | |
The platform_data header usb-ehci-mxc.h has a lot of stuff used by only IMX platform code. They shouldn't be really in this header but a IMX platform local header. Create ehci.h and move these stuff into it. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> |