Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-18 | ARM: imx5: remove imx51 non-DT support files | Shawn Guo | 1 | -7/+0 | |
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 | 1 | -0/+50 | |
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> |