aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-s5p.c
AgeCommit message (Expand)Author
2014-04-28add ehci USB device and hub detect supportlsk-14.04_hdmi_mali.r3p0_arndaleShow Liu
2013-05-16usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren
2013-04-11usb: exynos: do not include plat/usb-phy.hArnd Bergmann
2013-04-09usb: ehci-s5p: fix: Fix null pointer dereferencingVivek Gautam
2013-04-08USB: EHCI: make ehci-s5p a separate driverManjunath Goudar
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-03-18usb: ehci-s5p: Use devm for requesting ehci_vbus_gpioDoug Anderson
2013-03-18usb: host: ehci-s5p: fix PHY error handlingFelipe Balbi
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2013-01-24usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam
2013-01-23USB: ehci-s5p: Add phy driver supportVivek Gautam
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-10-24usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann
2012-08-10drivers/usb/host/ehci-s5p.c: use devm_ functionsJulia Lawall
2012-07-17USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam
2012-07-16USB: ehci-s5p: Add support for device treeVivek Gautam
2012-07-09EHCI: centralize controller initializationAlan Stern
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern
2012-07-06USB: ehci-s5p: use devm_ functionsJingoo Han
2012-04-18USB: ehci-s5p: add clock gating to suspend/resumeJingoo Han
2012-03-08USB: ehci-s5p: add DMA burst supportJingoo Han
2011-12-09Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff...Greg Kroah-Hartman
2011-12-08usb: Remove ehci_reset call from ehci_runGeoff Levand
2011-11-14USB: ehci-s5p: remove unnecessary header includesJingoo Han
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern
2011-08-22usb: s5p-ehci: fix a NULL pointer deferenceYulgon Kim
2011-06-06USB: ehci-s5p: add PM supportJingoo Han
2011-05-10USB: ehci-s5p : use __devinit and __devexit macros for probe and removeJingoo Han
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson
2011-04-13USB: Add initial S5P EHCI driverJoonyoung Shim