summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-mv.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27usb: ehci-mv: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-05-28usb: ehci-mv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2021-09-21usb: host: ehci-mv: drop duplicated MODULE_ALIASKrzysztof Kozlowski1-2/+0
2021-07-21USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()Evgeny Novikov1-12/+11
2020-05-19USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King1-4/+3
2020-05-13USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin1-3/+2
2020-05-13USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()Tang Bin1-3/+1
2020-03-12USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel1-1/+1
2020-03-12USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel1-0/+9
2020-01-08usb: ehci-mv: Fix missing iomem in castKrzysztof Kozlowski1-1/+1
2019-12-30USB: EHCI: ehci-mv: add HSIC supportLubomir Rintel1-0/+11
2019-12-30USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDsLubomir Rintel1-4/+2
2019-12-30USB: EHCI: ehci-mv: make the PHY optionalLubomir Rintel1-1/+1
2019-01-18USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLELubomir Rintel1-0/+1
2018-09-20USB: EHCI: ehci-mv: add DT supportLubomir Rintel1-18/+23
2018-09-20USB: EHCI: ehci-mv: use phy-pxa-usbLubomir Rintel1-22/+22
2018-09-20USB: EHCI: ehci-mv: remove private_initLubomir Rintel1-4/+0
2018-09-20USB: EHCI: make ehci-mv a separate driverLubomir Rintel1-56/+42
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2014-11-07host: ehci-mv: remove duplicate check on resourceVarka Bhadram1-12/+0
2014-11-03usb: host: ehci-mv: delete unnecessary 'out of memory' messagesPeter Chen1-1/+0
2014-05-27usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+6
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-04USB: fix coccinelle warningsFengguang Wu1-1/+1
2013-09-23Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman1-1/+1
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman1-1/+1
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei1-1/+1
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-16USB: ehci-mv: remove unnecessary platform_set_drvdata()Jingoo Han1-10/+6
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-35/+19
2013-04-02usb: ehci: mv_ehci: remove unused clockChao Xie1-25/+10
2013-03-18usb: host: ehci-mv: fix PHY error handlingFelipe Balbi1-10/+9
2013-03-18usb: ehci: marvel: check against CONFIG_USB_PHYFelipe Balbi1-2/+2
2013-03-15usb: Use resource_size functionPaul Vlase1-1/+1
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+0
2013-01-24usb: host: ehci-mv: remove unused variableChao Xie1-1/+0
2012-12-13usb: host: ehci-mv: fix clk APIsChao Xie1-2/+2
2012-08-10drivers/usb/host/ehci-mv.c: use devm_ functionsJulia Lawall1-35/+16
2012-07-09EHCI: centralize controller initializationAlan Stern1-19/+4
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-3/+4
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-2/+2
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-3/+3
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-1/+1
2011-12-20USB: EHCI: Add Marvell Host Controller driverNeil Zhang1-0/+391