aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07host: ehci-platform: remove duplicate check on resourceVarka Bhadram1-8/+4
2014-11-03usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon1-11/+4
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-27usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON1-3/+23
2014-04-16usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam1-0/+2
2014-02-11USB: ehci-platform: check for platform data misconfigurationAlan Stern1-20/+22
2014-02-11ehci-platform: Change compatible string from usb-ehci to generic-ehciHans de Goede1-1/+1
2014-02-07ehci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede1-2/+31
2014-02-07ehci-platform: Add support for clks and phy passed through devicetreeHans de Goede1-24/+123
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/+2
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-3/+4
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-6/+6
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+6
2013-06-11ehci-platform: add pre_setup() method to platform dataSergei Shtylyov1-0/+6
2013-05-21usb: host: ehci-platform: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-16USB: ehci-platform: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-23USB: Fix initconst in ehci driverAndi Kleen1-1/+1
2013-03-28USB: EHCI: DT support for generic bus glueArnd Bergmann1-6/+28
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern1-2/+1
2012-11-02USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern1-0/+2
2012-11-01USB: EHCI: make ehci-platform a separate driverAlan Stern1-29/+37
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-5/+0
2012-10-22USB: EHCI: make ehci-platform use devm_request_and_ioremap helperFlorian Fainelli1-15/+3
2012-10-22USB: EHCI: fix typo in ehci-platform driver on the word "resource"Florian Fainelli1-1/+1
2012-10-22USB: EHCI: make ehci-platform use dev_err() instead of pr_err()Florian Fainelli1-3/+3
2012-10-22USB: EHCI: add no_io_watchdog platform_data parameter to ehci-platformFlorian Fainelli1-0/+2
2012-08-15drivers/usb/host/ehci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-10usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto1-3/+37
2012-08-10usb: host: ehci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern1-4/+3
2012-05-18USB: ehci-platform: remove update_deviceHauke Mehrtens1-2/+0
2012-04-18usb: Fix various typo within usbMasanari Iida1-2/+2
2012-03-15USB: EHCI: Add a generic platform device driverHauke Mehrtens1-0/+198