summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/usb/usbmisc-imx.txt
AgeCommit message (Collapse)Author
2018-08-24MLK-13570-4 usb: chipidea: usbmisc_imx: add imx7ulp entryPeter Chen
imx7ulp non core register mapping is similar with imx7d, and the initialization is the same, but lacks of USB charger detection support. Signed-off-by: Peter Chen <peter.chen@nxp.com>
2018-08-23MLK-10783-6 doc: dt-binding: usbmisc_imx: add compatible string ↵Peter Chen
"fsl,imx6ul-usbmisc" Add compatible string "fsl,imx6ul-usbmisc" Signed-off-by: Peter Chen <peter.chen@freescale.com> (cherry picked from commit 2bccb52eba125db06a7a7da5342d41c9f664d2d7)
2016-09-14doc: usb: usbmisc-imx: add imx7d compatible stringLi Jun
Add compatible string for imx7d-usbmisc. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Li Jun <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
2015-03-18doc: usb: usbmisc-imx: add imx6sx compatible stringPeter Chen
Add compatible string for imx6sx-usbmisc. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-23chipidea: usbmisc_imx: Add USB support for VF610 SoCsStefan Agner
This adds Vybrid VF610 SoC support. The IP is very similar to i.MX6, however, the non-core registers are spread in two different register areas. Hence we support multiple instances of the USB misc driver and add the driver instance to the imx_usbmisc_data structure. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-12USB: chipidea: add imx usbmisc supportRichard Zhao
i.MX usb controllers share non-core registers, which may include SoC specific controls. We turn it into a usbmisc device and usbmisc driver set operations needed by ci13xxx_imx driver. For example, Sabrelite board has bad over-current design, we can usbmisc to disable over-current detection. Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Richard Zhao <richard.zhao@freescale.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>