summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-omap.c
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-05-02omap:usb: add regulator support for EHCIKeshava Munegowda1-0/+20
2011-03-01usb: host: omap: ehci and ohci simplificationKeshava Munegowda1-932/+84
2011-03-01arm: omap: usb: create common enums and structures for ehci and ohciKeshava Munegowda1-21/+21
2011-03-01usb: host: omap: switch to platform_get_resource_bynameFelipe Balbi1-3/+3
2011-03-01usb: ehci: omap: add support for TLL mode on OMAP4Anand Gadiyar1-0/+134
2011-02-01usb: ehci-omap: Show fatal probing time errors to end userJarkko Nikula1-3/+3
2010-12-16usb: ehci-omap: fix tll channel enable maskAnand Gadiyar1-3/+3
2010-12-01usb: ehci-omap: Add OMAP4 supportAnand Gadiyar1-42/+212
2010-12-01usb: ehci-omap: add helpers for checking port modeAnand Gadiyar1-9/+12
2010-12-01usb: ehci-omap: use clkdev aliases for functional clocksAnand Gadiyar1-2/+2
2010-12-01usb: ehci-omap: don't hard-code TLL channel countKeshava Munegowda1-4/+5
2010-12-01usb: ehci-omap: update clock names to be more genericKeshava Munegowda1-22/+22
2010-08-10USB: ehci_omap: fix device detect issue with modulesAjay Kumar Gupta1-0/+36
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+19
2010-05-20USB: ehci-omap: Fix resume failures after bus suspendAnand Gadiyar1-0/+14
2010-05-20USB: ehci-omap: fix Si version related programmingAjay Kumar Gupta1-2/+2
2010-05-20usb: ehci-omap: fix compilation warningAjay Kumar Gupta1-0/+3
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-10fix "seperate" typos in commentsAnand Gadiyar1-1/+1
2010-04-22USB: ehci: omap: fix kernel panic with rmmodAjay Kumar Gupta1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-02USB: ehci: omap: Update TODO list in commentsAnand Gadiyar1-2/+1
2010-03-02USB: ehci: omap: use default interrupt thresholdAnand Gadiyar1-4/+0
2010-03-02USB: omap: ehci: kill 2 compile warningsAnand Gadiyar1-0/+3
2010-03-02usb: host: ehci: adding regulator framework in ehci-omap.c driver.Ajay Kumar Gupta1-0/+36
2010-03-02usb: host: ehci: fix missing kfree in remove path alsoAjay Kumar Gupta1-0/+1
2009-12-16USB ehci: replace mach header with platThomas Weber1-1/+1
2009-12-11USB: ehci-omap.c: introduce missing kfreeJulia Lawall1-1/+2
2009-12-11USB: host: ehci: introduce omap ehci-hcd driverFelipe Balbi1-0/+755