summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-exynos.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-09USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar1-16/+6
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+3
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han1-15/+3
2013-10-14Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman1-5/+15
2013-10-12USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han1-0/+1
2013-10-06USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar1-15/+5
2013-09-26USB: OHCI: make ohci-exynos a separate driverManjunath Goudar1-98/+69
2013-08-01USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-17USB: set device dma_mask without reference to global dataStephen Warren1-3/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-04-12usb: exynos: do not include plat/usb-phy.hArnd Bergmann1-1/+0
2013-04-11usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham1-2/+9
2013-04-08ARM: EXYNOS: change the name of USB ohci headerJingoo Han1-1/+2
2013-03-18usb: host: ohci-exynos: 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/+64
2013-01-25usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-23USB: ohci-exynos: Add phy driver supportVivek Gautam1-21/+63
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam1-4/+5
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin1-4/+6
2012-10-25USB: ohci-exynos: use devm_clk_get()Jingoo Han1-5/+2
2012-10-25usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-4/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-17USB: ohci-exynos: Add support for device treeVivek Gautam1-0/+22
2012-07-06USB: ohci-exynos: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han1-0/+5
2012-04-27USB: ohci-exynos.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-02-25USB: ohci-exynos: replace hcd->state with ohci->rh_stateJingoo Han1-4/+2
2011-12-23USB: Add Samsung Exynos OHCI diverJingoo Han1-0/+274