summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-exynos.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski2017-01-101-0/+2
* 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: ohci-exynos: remove duplicate check on resourceVarka Bhadram2014-11-071-8/+2
* | usb: ehci/ohci-exynos: Fix of_node_put() for child when getting PHYsVivek Gautam2014-11-031-1/+0
|/
* usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam2014-09-231-61/+20
* usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2014-09-081-25/+22
* usb: ohci-exynos: Use NULL instead of 0Sachin Kamat2014-07-091-1/+1
* usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-4/+3
* usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam2014-05-271-16/+102
* usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam2014-05-271-11/+9
* usb: ohci-exynos: Remove locks for 'ohci' in suspend callbackVivek Gautam2014-04-241-6/+0
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
* USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar2013-12-081-16/+6
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-4/+3
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* | USB: ohci-exynos: Remove non-DT supportJingoo Han2013-10-141-15/+3
* | Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman2013-10-141-5/+15
* | USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han2013-10-111-0/+1
* | USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar2013-10-051-15/+5
* | USB: OHCI: make ohci-exynos a separate driverManjunath Goudar2013-09-261-98/+69
|/
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-3/+1
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-1/+1
|\
| * ARM: EXYNOS: change the name of USB ohci headerJingoo Han2013-04-081-1/+2
* | usb: exynos: do not include plat/usb-phy.hArnd Bergmann2013-04-111-1/+0
* | usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham2013-04-111-2/+9
* | usb: host: ohci-exynos: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
|/
* Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-251-21/+64
|\
| * USB: ohci-exynos: Add phy driver supportVivek Gautam2013-01-231-21/+63
| * ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam2013-01-231-4/+5
* | usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam2013-01-241-1/+1
|/
* 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: ohci-exynos: initialize registers pointer earlierVincent Palatin2012-11-021-4/+6
* USB: ohci-exynos: use devm_clk_get()Jingoo Han2012-10-241-5/+2
* usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-5/+5
* USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli2012-10-221-4/+1
* ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* USB: ohci-exynos: Add support for device treeVivek Gautam2012-07-161-0/+22
* USB: ohci-exynos: use devm_ functionsJingoo Han2012-07-061-13/+6
* USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han2012-07-061-0/+5
* USB: ohci-exynos.c: remove err() usageGreg Kroah-Hartman2012-04-271-1/+2
* USB: ohci-exynos: replace hcd->state with ohci->rh_stateJingoo Han2012-02-241-4/+2
* USB: Add Samsung Exynos OHCI diverJingoo Han2011-12-231-0/+274