summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-omap.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ehci-omap: Fix deferred probe for phy handlingRoger Quadros2018-12-171-3/+4
* USB: ehci-omap: drop unused legacy phy supportJohan Hovold2018-04-221-4/+1Star
* usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY foundLadislav Michl2018-01-221-1/+2
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-15/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: ehci-omap: fix error return code in ehci_hcd_omap_probe()Gustavo A. R. Silva2017-08-101-2/+2
* usb/host/: const data must use __initconst not __initdataNicolas Pitre2016-04-281-1/+1
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-091-0/+1
* DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1Star
* DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-3/+5
* USB: host: use dev_get_platdata()Jingoo Han2013-08-011-2/+2
* USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros2013-07-251-9/+1Star
* USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros2013-06-171-2/+9
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-271-4/+4
|\
| * USB: set device dma_mask without reference to global dataStephen Warren2013-05-171-4/+4
* | usb: host: ehci-omap: Remove redundant use of of_match_ptrSachin Kamat2013-05-211-1/+1
|/
* USB: ehci-omap: Improve PHY error handlingRoger Quadros2013-04-171-2/+2
* USB: ehci-omap: Get rid of omap_ehci_init()Roger Quadros2013-03-151-20/+1Star
* USB: ehci-omap: Fix detection in HSIC modeRoger Quadros2013-03-151-17/+15Star
* USB: ehci-omap: Try to get PHY even if not in PHY modeRoger Quadros2013-03-151-3/+4
* USB: ehci-omap: Add device tree support and binding informationRoger Quadros2013-03-151-1/+36
* USB: ehci-omap: Get platform resources by index rather than by nameRoger Quadros2013-03-151-3/+2Star
* USB: ehci-omap: Remove PHY regulator handling codeRoger Quadros2013-03-151-34/+0Star
* USB: ehci-omap: Remove PHY reset handling codeRoger Quadros2013-03-151-62/+10Star
* USB: ehci-omap: Use PHY APIs to get the PHY device and put it out of suspendRoger Quadros2013-03-151-14/+62
* USB: ehci-omap: Use devm_ioremap_resource()Roger Quadros2013-03-151-16/+5Star
* USB: EHCI: split ehci-omap out to a separate driverAlan Stern2013-03-151-42/+34Star
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-251-3/+3
|\
| * mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros2013-02-131-3/+3
* | USB: ehci-omap: Fix autoloading of moduleRoger Quadros2013-02-141-1/+1
* | USB: ehci-omap: Don't free gpios that we didn't requestRoger Quadros2013-02-141-8/+0Star
|/
* Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+2
|\
| * ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi2012-10-241-1/+2
* | USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-3/+0Star
|/
* OMAP: USB : Fix the EHCI enumeration and core retention issueKeshava Munegowda2012-08-101-166/+1Star
* Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-4/+4
|\
| * mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill2012-07-091-10/+8Star
* | USB: ehci-omap: fix compile failure(v1)Ming Lei2012-07-171-5/+5
* | EHCI: centralize controller initializationAlan Stern2012-07-091-53/+51Star
* | ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill2012-06-271-1/+5
|/
* Fix OMAP EHCI suspend/resume failure (i693)Anand Gadiyar2012-06-141-1/+167
* ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg2012-05-101-2/+2
* USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill2012-05-051-9/+9
* ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issueKeshava Munegowda2012-04-161-2/+37
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-10/+7Star
|\
| * ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda2011-12-161-10/+7Star
* | usb: Remove ehci_reset call from ehci_runGeoff Levand2011-12-081-0/+2
|/
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)Ming Lei2011-08-011-0/+16
* Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2011-05-101-0/+20
|\