summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-fsl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-301-11/+6Star
|\
| * USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-271-2/+3
| * fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3Star
* | Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-231-1/+1
* | Merge branch 'master' into usb-nextGreg Kroah-Hartman2013-09-231-1/+1
|\|
| * Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-171-1/+1
* | USB: ehci-fsl: Remove casting the return value which is a void pointerJingoo Han2013-09-171-1/+1
|/
* ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-301-1/+1
* USB: EHCI: support running URB giveback in tasklet contextMing Lei2013-08-121-1/+1
* USB: host: use dev_get_platdata()Jingoo Han2013-08-011-7/+7
* usb: fsl: add missing platform_driver ownerLibo Chen2013-05-171-0/+1
* EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer2013-04-031-0/+9
* USB: ehci-fsl: fix regression on mpc5121eAnatolij Gustschin2013-01-121-4/+5
* USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-1/+0Star
* USB: ehci-fsl: Return valid error in ehci_fsl_setup_phyBen Collins2012-10-191-1/+1
* powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHYShengzhou Liu2012-09-241-2/+1Star
* powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2012-09-061-18/+40
* USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala2012-07-171-1/+1
* EHCI: centralize controller initializationAlan Stern2012-07-091-17/+1Star
* Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-061-5/+6
|\
| * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-2/+3
| * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
| * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-3/+3
* | USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao2012-06-131-11/+10Star
|/
* USB: ehci-fsl: Use usb_put_transceiver instead of put_deviceJarkko Nikula2012-05-141-3/+2Star
* Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman2012-04-231-9/+27
|\
| * fsl/usb: Add controller version based ULPI and UTMI phy supportRamneek Mehresh2012-04-181-7/+28
* | USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin2012-04-181-1/+6
|/
* Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman2012-03-121-16/+31
|\
| * Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-011-3/+3
| |\
| | * usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-2/+2
| | * usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-1/+1
| * | Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"Greg Kroah-Hartman2012-03-011-14/+10Star
| * | powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platformShengzhou Liu2012-02-281-10/+14
| * | powerpc/usb: fix bug of kernel hang when initializing usbShengzhou Liu2012-02-241-0/+4
| * | USB: ehci-fsl: Turn on cache snooping on MPC8xxxPan Jiafei2012-02-241-14/+11Star
| * | Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman2012-02-101-3/+10
| |\ \
| * | | usb: ehci-fsl: set INCR8 mode for system bus interface on MPC512xAnatolij Gustschin2012-01-251-0/+14
* | | | Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2012-03-031-9/+2Star
| |/ / |/| |
* | | powerpc/usb: fix issue of CPU halt when missing USB PHY clockShengzhou Liu2012-02-021-2/+9
| |/ |/|
* | drivers/usb/host/ehci-fsl.c: add missing iounmapJulia Lawall2012-01-241-1/+1
|/
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* USB: EHCI: remove usages of hcd->stateAlan Stern2011-08-231-2/+2
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-031-1/+1
* USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2011-05-031-0/+66
* USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin2011-05-031-0/+153
* USB: ehci-fsl: Fix 'have_sysif_regs' detectionPeter Tyser2011-01-231-13/+0Star
* USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin2010-10-221-28/+71
* USB: ehci tdi : let's tdi_reset set host modeMatthieu CASTET2010-10-221-4/+2Star