summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-omap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-241-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/+0
|/
* 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/+0
|/
* OMAP: USB : Fix the EHCI enumeration and core retention issueKeshava Munegowda2012-08-101-166/+1
* 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/+8
* | USB: ehci-omap: fix compile failure(v1)Ming Lei2012-07-161-5/+5
* | EHCI: centralize controller initializationAlan Stern2012-07-091-53/+51
* | ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill2012-06-261-1/+5
|/
* Fix OMAP EHCI suspend/resume failure (i693)Anand Gadiyar2012-06-131-1/+167
* ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg2012-05-091-2/+2
* USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill2012-05-041-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/+7
|\
| * ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda2011-12-161-10/+7
* | 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
|\
| * omap:usb: add regulator support for EHCIKeshava Munegowda2011-05-021-0/+20
* | USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-031-1/+1
|/
* usb: host: omap: ehci and ohci simplificationKeshava Munegowda2011-03-011-932/+84
* arm: omap: usb: create common enums and structures for ehci and ohciKeshava Munegowda2011-03-011-21/+21
* usb: host: omap: switch to platform_get_resource_bynameFelipe Balbi2011-03-011-3/+3
* usb: ehci: omap: add support for TLL mode on OMAP4Anand Gadiyar2011-03-011-0/+134
* usb: ehci-omap: Show fatal probing time errors to end userJarkko Nikula2011-02-011-3/+3
* usb: ehci-omap: fix tll channel enable maskAnand Gadiyar2010-12-161-3/+3
* usb: ehci-omap: Add OMAP4 supportAnand Gadiyar2010-12-011-42/+212
* usb: ehci-omap: add helpers for checking port modeAnand Gadiyar2010-12-011-9/+12
* usb: ehci-omap: use clkdev aliases for functional clocksAnand Gadiyar2010-12-011-2/+2
* usb: ehci-omap: don't hard-code TLL channel countKeshava Munegowda2010-12-011-4/+5
* usb: ehci-omap: update clock names to be more genericKeshava Munegowda2010-12-011-22/+22
* USB: ehci_omap: fix device detect issue with modulesAjay Kumar Gupta2010-08-101-0/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-2/+19
|\
| * USB: ehci-omap: Fix resume failures after bus suspendAnand Gadiyar2010-05-201-0/+14
| * USB: ehci-omap: fix Si version related programmingAjay Kumar Gupta2010-05-201-2/+2
| * usb: ehci-omap: fix compilation warningAjay Kumar Gupta2010-05-201-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ | |/ |/|
| * fix "seperate" typos in commentsAnand Gadiyar2010-05-101-1/+1
* | USB: ehci: omap: fix kernel panic with rmmodAjay Kumar Gupta2010-04-221-2/+4
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: ehci: omap: Update TODO list in commentsAnand Gadiyar2010-03-021-2/+1
* USB: ehci: omap: use default interrupt thresholdAnand Gadiyar2010-03-021-4/+0
* USB: omap: ehci: kill 2 compile warningsAnand Gadiyar2010-03-021-0/+3
* usb: host: ehci: adding regulator framework in ehci-omap.c driver.Ajay Kumar Gupta2010-03-021-0/+36
* usb: host: ehci: fix missing kfree in remove path alsoAjay Kumar Gupta2010-03-021-0/+1
OpenPOWER on IntegriCloud