aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-fsl.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27usb: ehci-fsl: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25usb: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-28usb: ehci-fsl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-24usb: host: ehci-fsl: Use DRV_NAMEAlexander Stein1-1/+1
2023-01-20usb: host: ehci-fsl: Fix module aliasAlexander Stein1-1/+1
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-2/+0
2022-07-08drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.Darren Stevens1-8/+3
2021-05-21fsl-usb: add need_oc_pp_cycle flag for 85xx alsoGopalakrishnan Santhanam1-4/+4
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish1-5/+4
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-09usb: host: ehci-fsl: Fix incorrectly named function argumentLee Jones1-1/+1
2019-07-03usb: host: Stops USB controller init if PLL fails to lockRamneek Mehresh1-0/+9
2019-07-03usb: phy: Workaround for USB erratum-A005728Suresh Gupta1-11/+26
2019-07-03usb: fsl: Set USB_EN bit to select ULPI phyNikhil Badola1-0/+6
2019-01-18drivers: usb :fsl: Remove USB Errata checking codeRan Wang1-6/+1
2019-01-18usb: ehci: fsl: Update register accessing for arm/arm64 platformsRan Wang1-21/+41
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-0/+2
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
2017-08-31usb: host: make ehci_fsl_overrides const and __initconstBhumika Goyal1-1/+1
2017-03-23usb: ehci: fsl: use bus->sysdev for DMA configurationArnd Bergmann1-2/+2
2017-01-19usb: host: constify dev_pm_ops structuresBhumika Goyal1-1/+1
2016-12-05fsl/usb: Workarourd for USB erratum-A005697Changming Huang1-0/+3
2016-01-24drivers/usb/host/fsl: Port USB EHCI host driver for LS102xASriram Dash1-10/+14
2015-08-14drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola1-0/+4
2015-07-22drivers: usb: fsl: Define usb control register mask for w1c bitsNikhil Badola1-9/+16
2015-07-22drivers: usb: fsl: Modify phy clk valid bit checkingNikhil Badola1-8/+8
2015-07-22drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macroNikhil Badola1-0/+1
2015-07-22drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola1-0/+9
2015-05-24drivers:usb:fsl:Make fsl ehci drv an independent driver moduleRamneek Mehresh1-96/+72
2015-01-09usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-11-07host: ehci-fsl: remove duplicate check on resourceVarka Bhadram1-9/+3
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-8/+8
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-1/+1
2014-05-03fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6Nikita Yushchenko1-1/+2
2013-12-18USB: ehci-fsl: Use devm_ioremap_resource()Jingoo Han1-21/+7
2013-12-18USB: ehci-fsl: use dev_warn() instead of printk()Jingoo Han1-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-03usb: kill DEBUG compile optionOliver Neukum1-1/+1
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-11/+6
2013-09-26USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu1-2/+3
2013-09-26fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh1-9/+3
2013-09-23Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman1-1/+1
2013-09-23Merge branch 'master' into usb-nextGreg Kroah-Hartman1-1/+1
2013-09-17USB: ehci-fsl: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman1-1/+1
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-1/+1
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei1-1/+1
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-7/+7
2013-05-16usb: fsl: add missing platform_driver ownerLibo Chen1-0/+1
2013-04-03EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer1-0/+9
2013-01-11USB: ehci-fsl: fix regression on mpc5121eAnatolij Gustschin1-4/+5
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-1/+0
2012-10-19USB: ehci-fsl: Return valid error in ehci_fsl_setup_phyBen Collins1-1/+1
2012-09-24powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHYShengzhou Liu1-2/+1
2012-09-05powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu1-18/+40
2012-07-16USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala1-1/+1
2012-07-09EHCI: centralize controller initializationAlan Stern1-17/+1
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-5/+6
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-2/+3
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-06-13USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao1-11/+10
2012-05-14USB: ehci-fsl: Use usb_put_transceiver instead of put_deviceJarkko Nikula1-3/+2
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-9/+27
2012-04-18USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin1-1/+6
2012-04-18fsl/usb: Add controller version based ULPI and UTMI phy supportRamneek Mehresh1-7/+28
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman1-16/+31
2012-03-02Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman1-9/+2
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-3/+3
2012-02-29Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"Greg Kroah-Hartman1-14/+10
2012-02-28powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platformShengzhou Liu1-10/+14
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-2/+2
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-1/+1
2012-02-24powerpc/usb: fix bug of kernel hang when initializing usbShengzhou Liu1-0/+4
2012-02-24USB: ehci-fsl: Turn on cache snooping on MPC8xxxPan Jiafei1-14/+11
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-3/+10
2012-02-02powerpc/usb: fix issue of CPU halt when missing USB PHY clockShengzhou Liu1-2/+9
2012-01-24usb: ehci-fsl: set INCR8 mode for system bus interface on MPC512xAnatolij Gustschin1-0/+14
2012-01-24drivers/usb/host/ehci-fsl.c: add missing iounmapJulia Lawall1-1/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin1-0/+66
2011-05-02USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin1-0/+153
2011-01-22USB: ehci-fsl: Fix 'have_sysif_regs' detectionPeter Tyser1-13/+0
2010-10-22USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin1-28/+71
2010-10-22USB: ehci tdi : let's tdi_reset set host modeMatthieu CASTET1-4/+2
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-1/+2
2010-05-20USB: EHCI: fix controller wakeup flag settings during suspendAlan Stern1-0/+2
2010-03-02USB: ehci-fsl: Add power management supportAnton Vorontsov1-7/+83
2010-03-02USB: ehci-fsl: Fix sparse warningsAnton Vorontsov1-3/+4
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-0/+2
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern1-0/+1
2008-07-21USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xxSrikanth Srinivasan1-0/+5
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-6/+6
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern1-0/+1
2008-05-29USB: EHCI: fix up root-hub TT messAlan Stern1-5/+1
2008-04-24USB: ehci minor SOC bus glue fixesDavid Brownell1-5/+4
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao1-0/+1
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern1-1/+1
2007-07-12USB: ehci_fsl update for MPC831x supportLi Yang1-3/+7
2007-05-23ehci-fsl: fix cache coherency problem on system with large memoryLi Yang1-0/+13
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-4/+4
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+2
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-21[PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala1-34/+3
2006-03-20[PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala1-2/+1
2006-03-20[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala1-0/+10
2006-03-20[PATCH] USB: EHCI for Freescale 83xxRandy Vinson1-0/+357