summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-platform.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton2015-10-041-0/+8
* USB: ehci-platform: Display a DMA configuration error messageJeremy Linton2015-10-041-1/+3
* usb: ehci-platform: Fix using multiple controllers from OFAlban Bedel2015-08-051-4/+9
* Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-031-45/+24
|\
| * usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24
* | USB: ehci-platform: support EHCIs with transaction translatorJoachim Eastwood2015-05-241-0/+4
|/
* usb: ehci-platform: add support for multiple phys per controllerArun Ramamurthy2015-01-251-22/+60
* USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann2015-01-251-1/+2
* USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann2015-01-091-0/+1
* USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng2015-01-091-1/+5
* 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
* | host: ehci-platform: remove duplicate check on resourceVarka Bhadram2014-11-071-8/+4
* | usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon2014-11-031-11/+4
|/
* usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON2014-05-271-3/+23
* usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam2014-04-161-0/+2
* USB: ehci-platform: check for platform data misconfigurationAlan Stern2014-02-111-20/+22
* ehci-platform: Change compatible string from usb-ehci to generic-ehciHans de Goede2014-02-111-1/+1
* ehci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede2014-02-071-2/+31
* ehci-platform: Add support for clks and phy passed through devicetreeHans de Goede2014-02-071-24/+123
* 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/+2
* DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-3/+4
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-6/+6
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-0/+6
|\
| * ehci-platform: add pre_setup() method to platform dataSergei Shtylyov2013-06-111-0/+6
* | usb: host: ehci-platform: Remove redundant use of of_match_ptrSachin Kamat2013-05-211-1/+1
* | USB: ehci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
|/
* USB: Fix initconst in ehci driverAndi Kleen2013-04-231-1/+1
* USB: EHCI: DT support for generic bus glueArnd Bergmann2013-03-281-6/+28
* usb: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+4
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern2012-11-111-2/+1
* USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern2012-11-021-0/+2
* USB: EHCI: make ehci-platform a separate driverAlan Stern2012-11-011-29/+37
* USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-5/+0
* USB: EHCI: make ehci-platform use devm_request_and_ioremap helperFlorian Fainelli2012-10-221-15/+3
* USB: EHCI: fix typo in ehci-platform driver on the word "resource"Florian Fainelli2012-10-221-1/+1
* USB: EHCI: make ehci-platform use dev_err() instead of pr_err()Florian Fainelli2012-10-221-3/+3
* USB: EHCI: add no_io_watchdog platform_data parameter to ehci-platformFlorian Fainelli2012-10-221-0/+2
* drivers/usb/host/ehci-platform.c: fix error return codeJulia Lawall2012-08-151-1/+3
* usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto2012-08-101-3/+37
* usb: host: ehci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto2012-08-101-1/+5
* EHCI: centralize controller suspend/resumeAlan Stern2012-07-091-4/+3
* USB: ehci-platform: remove update_deviceHauke Mehrtens2012-05-181-2/+0
* usb: Fix various typo within usbMasanari Iida2012-04-181-2/+2
* USB: EHCI: Add a generic platform device driverHauke Mehrtens2012-03-151-0/+198
OpenPOWER on IntegriCloud