summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-orion.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: Add ac5 to EHCI OrionElad Nachman2024-01-271-3/+15
* usb: host: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-041-2/+2
* usb: ehci-orion: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-2/+1
* usb: Explicitly include correct DT includesRob Herring2023-07-251-2/+0
* usb: ehci-orion: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: clean up after dropping driver registration log spamArd Biesheuvel2022-09-051-2/+0
* usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-311-2/+0
* usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov2021-08-261-2/+6
* usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+0
* usb: ehci-orion: add S2RAM supportMiquel Raynal2019-01-301-0/+18
* usb: ehci-orion: avoid double PHY initializationMiquel Raynal2019-01-301-23/+3
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: orion-ehci: Add support for the Armada 3700Hua Jing2017-03-171-0/+36
* usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski2015-10-041-1/+2
* usb: ehci-orion: add more constants for register valuesThomas Petazzoni2015-03-261-6/+12
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | usb: ehci-orion: enable big-endian supportMarcin Wojtas2014-11-241-2/+2
* | host: ehci-orion: remove duplicate check on resourceVarka Bhadram2014-11-071-9/+1
|/
* usb: ehci-orion: add optional PHY supportGregory CLEMENT2014-05-271-0/+28
* usb: ehci-orion: fix clock reference leakingGregory CLEMENT2014-05-271-16/+29
* usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()Thomas Petazzoni2014-05-271-9/+9
* usb: ehci-orion: use platform_get_irq() for DT probingThomas Petazzoni2014-05-271-4/+1
* USB: ehci-orion: Use devm_*() functionsJingoo Han2013-12-181-31/+12
* USB: ehci-orion: use dev_warn() instead of printk()Jingoo Han2013-12-181-1/+1
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
* DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1
* DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-271-3/+3
|\
| * USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-3/+3
* | usb: host: ehci-orion: Remove redundant use of of_match_ptrSachin Kamat2013-05-211-1/+1
|/
* USB: EHCI: make ehci-orion a separate driverManjunath Goudar2013-04-081-47/+35
* USB: remove incorrect __exit markupsDmitry Torokhov2013-03-151-2/+2
* Drivers: usb: host: ehci-orion.c: remove __devinitdata markingGreg Kroah-Hartman2013-01-031-1/+1
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-131-3/+35
|\
| * ARM: Kirkwood: ehci-orion: Add device tree bindingAndrew Lunn2012-11-241-3/+35
* | usb: remove use of __devinitBill Pemberton2012-11-211-2/+2
* | USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-15/+1
|/
* Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-10-191-1/+1
|\
| * USB: EHCI: mark ehci_orion_conf_mbus_windows __devinitArnd Bergmann2012-10-091-1/+1
* | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
|/
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-261-0/+4
|\
| * ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+4
* | usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan2012-07-161-1/+1
* | EHCI: centralize controller initializationAlan Stern2012-07-091-16/+1
|/
* ARM: Orion: EHCI: Add support for enabling clocksAndrew Lunn2012-05-081-0/+16
* ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-131-4/+6
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1