aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-msm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01usb: host: remove ehci-msm.cAlex Elder1-265/+0
2016-06-07usb: host: ehci-msm: Conditionally call ehci suspend/resumeAndy Gross1-2/+12
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre1-1/+1
2016-01-24usb: host: ehci-msm: Register usb shutdown functionAzriel Samson1-0/+1
2016-01-24usb: host: ehci-msm: Fix register initializationJack Pham1-0/+2
2016-01-24usb: host: ehci-msm: Add support for ACPI probingJack Pham1-0/+8
2016-01-24usb: host: ehci-msm: Remove dependency on OTG PHYJack Pham1-22/+31
2016-01-24usb: host: ehci-msm: Allow LS devices to workJack Pham1-0/+2
2015-12-01usb: host: ehci-msm: Use posted data writes on AHBAndy Gross1-2/+2
2015-10-04usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda1-3/+3
2015-04-28Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap"Ivan T. Ivanov1-3/+10
2014-11-07host: ehci-msm: remove duplicate check on resourceVarka Bhadram1-8/+2
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-2/+2
2014-07-09USB: ehci-msm: Make of_device_id array constJingoo Han1-1/+1
2014-05-27usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2013-10-11USB: ehci-msm: Add device tree support and binding informationIvan T. Ivanov1-2/+13
2013-10-11ehci-msm: Remove global struct usb_phy variableIvan T. Ivanov1-2/+3
2013-04-08USB: EHCI: make ehci-msm a separate driverManjunath Goudar1-48/+41
2013-03-18usb: host: ehci-msm: fix PHY error handlingFelipe Balbi1-1/+1
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-1/+0
2012-08-10drivers/usb/host/ehci-msm.c: use devm_ functionsJulia Lawall1-9/+4
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern1-16/+3
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-1/+1
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-7/+7
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-1/+1
2011-07-08ehci-msm : use ehci_setupMatthieu CASTET1-19/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-02-25USB: EHCI: Fix compiler warnings with MSM driverPavankumar Kondeti1-1/+3
2011-02-17USB: make ehci msm driver use ehci_run.Matthieu CASTET1-87/+5
2010-12-10USB: EHCI: msm: Add support for power managementPavankumar Kondeti1-1/+56
2010-12-10USB: EHCI: Add MSM Host Controller driverPavankumar Kondeti1-0/+290