aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-mxc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2014-11-07host: ehci-mxc: remove duplicate check on resourceVarka Bhadram1-9/+2
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-08-23usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
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-05-16USB: ehci-mxc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-23USB: Fix initconst in ehci driverAndi Kleen1-1/+1
2013-03-15USB: remove incorrect __exit markupsDmitry Torokhov1-1/+1
2013-03-15usb: host: ehci-mxc: Remove dev_info on probeFabio Estevam1-2/+0
2013-03-15usb: host: ehci-mxc: Remove unneeded header fileFabio Estevam1-4/+0
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-20/+0
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-70/+50
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman1-70/+50
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern1-70/+50
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-11USB: ehci-mxc: remove Efika MX-specific CHRGVBUS hackMatt Sealey1-20/+0
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-11-14usb: ehci-mxc: Remove unused 'echi' variableFabio Estevam1-2/+0
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-7/+1
2012-10-15usb: ehci-mxc: remove unneeded mach/hardware.h inclusionShawn Guo1-1/+0
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-10drivers/usb/host/ehci-mxc.c: use devm_ functionsJulia Lawall1-35/+10
2012-07-09EHCI: centralize controller initializationAlan Stern1-16/+1
2012-04-25USB ehci mxc: sanitize clock handlingSascha Hauer1-32/+24
2012-04-25USB ehci mxc: prepare/unprepare clockSascha Hauer1-9/+9
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-1/+1
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-4/+6
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-08usb/ehci-mxc: add missing inclusion of mach/hardware.hShawn Guo1-0/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-02-11ARM i.MX ehci: do ehci init in board specific functionsSascha Hauer1-5/+0
2011-01-22USB: ehci-mxc: add work-around for efika mx/sb bugArnaud Patard (Rtp)1-0/+21
2011-01-22USB: unbreak ehci-mxc on otg port of i.MX27Eric Bénard1-2/+2
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-12/+17
2011-01-03mx51: fix usb clock supportArnaud Patard (Rtp)1-12/+32
2010-12-16USB: ehci-mxc: Setup portsc register prior to accessing OTG viewportFabio Estevam1-12/+14
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-0/+3
2010-11-30usb: Add in missing EHCI helpers.Paul Mundt1-0/+3
2010-11-11USB: ehci/mxc: compile fixUwe Kleine-König1-5/+9
2010-10-22USB: ehci tdi : let's tdi_reset set host modeMatthieu CASTET1-10/+3
2010-07-29Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stableRussell King1-1/+1
2010-07-26i.MX25: fix EHCI supportEric Bénard1-1/+1
2010-06-30USB: ehci-mxc: bail out on transceiver problemsWolfram Sang1-3/+10
2010-05-03mxc: Add generic USB HW initialization for MX51Dinh Nguyen1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: fix occasional ULPI timeouts with ehci-mxcValentin Longchamp1-12/+11
2009-12-11USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack1-0/+296