summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-s5p.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-11USB: host: Rename ehci-s5p to ehci-exynosJingoo Han1-301/+0
2013-10-11USB: ehci-s5p: Remove non-DT supportJingoo Han1-28/+4
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-25USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros1-9/+1
2013-05-30usb: ehci-s5p: skip phy setup for Exynos5440 based platformsThomas Abraham1-0/+12
2013-05-16usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen1-0/+1
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+1
2013-04-11usb: exynos: do not include plat/usb-phy.hArnd Bergmann1-1/+0
2013-04-09usb: ehci-s5p: fix: Fix null pointer dereferencingVivek Gautam1-1/+1
2013-04-08USB: EHCI: make ehci-s5p a separate driverManjunath Goudar1-84/+80
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+1
2013-03-18usb: ehci-s5p: Use devm for requesting ehci_vbus_gpioDoug Anderson1-5/+6
2013-03-18usb: host: ehci-s5p: fix PHY error handlingFelipe Balbi1-1/+1
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-21/+60
2013-01-24usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-23USB: ehci-s5p: Add phy driver supportVivek Gautam1-21/+59
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam1-4/+5
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-10-24usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-10drivers/usb/host/ehci-s5p.c: use devm_ functionsJulia Lawall1-5/+2
2012-07-17USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam1-0/+21
2012-07-16USB: ehci-s5p: Add support for device treeVivek Gautam1-0/+22
2012-07-09EHCI: centralize controller initializationAlan Stern1-11/+1
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern1-57/+4
2012-07-06USB: ehci-s5p: use devm_ functionsJingoo Han1-13/+6
2012-04-18USB: ehci-s5p: add clock gating to suspend/resumeJingoo Han1-0/+4
2012-03-08USB: ehci-s5p: add DMA burst supportJingoo Han1-0/+15
2011-12-09Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff...Greg Kroah-Hartman1-0/+2
2011-12-08usb: Remove ehci_reset call from ehci_runGeoff Levand1-0/+2
2011-11-14USB: ehci-s5p: remove unnecessary header includesJingoo Han1-2/+0
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-1/+1
2011-08-22usb: s5p-ehci: fix a NULL pointer deferenceYulgon Kim1-0/+1
2011-06-06USB: ehci-s5p: add PM supportJingoo Han1-0/+95
2011-05-10USB: ehci-s5p : use __devinit and __devexit macros for probe and removeJingoo Han1-3/+3
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+2
2011-04-13USB: Add initial S5P EHCI driverJoonyoung Shim1-0/+201