aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17usb: ehci-omap: Fix deferred probe for phy handlingRoger Quadros1-3/+4
2018-04-22USB: ehci-omap: drop unused legacy phy supportJohan Hovold1-4/+1
2018-01-22usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY foundLadislav Michl1-1/+2
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-10usb: ehci-omap: fix error return code in ehci_hcd_omap_probe()Gustavo A. R. Silva1-2/+2
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre1-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-3/+5
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-25USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros1-9/+1
2013-06-17USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros1-2/+9
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman1-4/+4
2013-05-21usb: host: ehci-omap: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-4/+4
2013-04-17USB: ehci-omap: Improve PHY error handlingRoger Quadros1-2/+2
2013-03-15USB: ehci-omap: Get rid of omap_ehci_init()Roger Quadros1-20/+1
2013-03-15USB: ehci-omap: Fix detection in HSIC modeRoger Quadros1-17/+15
2013-03-15USB: ehci-omap: Try to get PHY even if not in PHY modeRoger Quadros1-3/+4
2013-03-15USB: ehci-omap: Add device tree support and binding informationRoger Quadros1-1/+36
2013-03-15USB: ehci-omap: Get platform resources by index rather than by nameRoger Quadros1-3/+2
2013-03-15USB: ehci-omap: Remove PHY regulator handling codeRoger Quadros1-34/+0
2013-03-15USB: ehci-omap: Remove PHY reset handling codeRoger Quadros1-62/+10
2013-03-15USB: ehci-omap: Use PHY APIs to get the PHY device and put it out of suspendRoger Quadros1-14/+62
2013-03-15USB: ehci-omap: Use devm_ioremap_resource()Roger Quadros1-16/+5
2013-03-15USB: EHCI: split ehci-omap out to a separate driverAlan Stern1-42/+34
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-3/+3
2013-02-14USB: ehci-omap: Fix autoloading of moduleRoger Quadros1-1/+1
2013-02-14USB: ehci-omap: Don't free gpios that we didn't requestRoger Quadros1-8/+0
2013-02-13mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros1-3/+3
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-3/+0
2012-10-24ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi1-1/+2
2012-08-10OMAP: USB : Fix the EHCI enumeration and core retention issueKeshava Munegowda1-166/+1
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-4/+4
2012-07-16USB: ehci-omap: fix compile failure(v1)Ming Lei1-5/+5
2012-07-09EHCI: centralize controller initializationAlan Stern1-53/+51
2012-07-09mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill1-10/+8
2012-06-26ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill1-1/+5
2012-06-13Fix OMAP EHCI suspend/resume failure (i693)Anand Gadiyar1-1/+167
2012-05-09ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg1-2/+2
2012-05-04USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill1-9/+9
2012-04-16ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issueKeshava Munegowda1-2/+37
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+7
2011-12-16ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda1-10/+7
2011-12-08usb: Remove ehci_reset call from ehci_runGeoff Levand1-0/+2
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-01usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)Ming Lei1-0/+16
2011-05-10Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman1-0/+20