aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-orion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel1-2/+0
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-2/+0
2021-08-26usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov1-2/+6
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+0
2019-01-30usb: ehci-orion: add S2RAM supportMiquel Raynal1-0/+18
2019-01-30usb: ehci-orion: avoid double PHY initializationMiquel Raynal1-23/+3
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-17usb: orion-ehci: Add support for the Armada 3700Hua Jing1-0/+36
2015-10-04usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski1-1/+2
2015-03-26usb: ehci-orion: add more constants for register valuesThomas Petazzoni1-6/+12
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-24usb: ehci-orion: enable big-endian supportMarcin Wojtas1-2/+2
2014-11-07host: ehci-orion: remove duplicate check on resourceVarka Bhadram1-9/+1
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-27usb: ehci-orion: add optional PHY supportGregory CLEMENT1-0/+28
2014-05-27usb: ehci-orion: fix clock reference leakingGregory CLEMENT1-16/+29
2014-05-27usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()Thomas Petazzoni1-9/+9
2014-05-27usb: ehci-orion: use platform_get_irq() for DT probingThomas Petazzoni1-4/+1
2013-12-18USB: ehci-orion: Use devm_*() functionsJingoo Han1-31/+12
2013-12-18USB: ehci-orion: 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-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman1-3/+3
2013-05-21usb: host: ehci-orion: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2013-04-08USB: EHCI: make ehci-orion a separate driverManjunath Goudar1-47/+35
2013-03-15USB: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2013-01-03Drivers: usb: host: ehci-orion.c: remove __devinitdata markingGreg Kroah-Hartman1-1/+1
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+35
2012-11-24ARM: Kirkwood: ehci-orion: Add device tree bindingAndrew Lunn1-3/+35
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+2
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-15/+1
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixesOlof Johansson1-1/+1
2012-10-09USB: EHCI: mark ehci_orion_conf_mbus_windows __devinitArnd Bergmann1-1/+1
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-16usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan1-1/+1
2012-07-09EHCI: centralize controller initializationAlan Stern1-16/+1
2012-05-08ARM: Orion: EHCI: Add support for enabling clocksAndrew Lunn1-0/+16
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-4/+6
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-02-17USB: don't run ehci_reset in ehci_run for tdi deviceMatthieu CASTET1-2/+3
2010-03-02USB: ehci-orion.c: use resource_size()H Hartley Sweeten1-4/+4
2009-07-28USB: ehci-orion: Call ehci_reset before ehci_haltSimon Kagstrom1-1/+1
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-0/+2