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