| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ... | Krzysztof Kozlowski | 2017-01-10 | 1 | -0/+2 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | usb: host: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | host: ohci-exynos: remove duplicate check on resource | Varka Bhadram | 2014-11-07 | 1 | -8/+2 |
* | | usb: ehci/ohci-exynos: Fix of_node_put() for child when getting PHYs | Vivek Gautam | 2014-11-04 | 1 | -1/+0 |
|/ |
|
* | usb: host: ohci-exynos: Remove unnecessary usb-phy support | Vivek Gautam | 2014-09-24 | 1 | -61/+20 |
* | usb: ehci/ohci-exynos: Fix PHY getting sequence | Vivek Gautam | 2014-09-09 | 1 | -25/+22 |
* | usb: ohci-exynos: Use NULL instead of 0 | Sachin Kamat | 2014-07-10 | 1 | -1/+1 |
* | usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremap | Vivek Gautam | 2014-05-27 | 1 | -4/+3 |
* | usb: ohci-exynos: Add facility to use phy provided by the generic phy framework | Vivek Gautam | 2014-05-27 | 1 | -16/+102 |
* | usb: ohci-exynos: Use struct device instead of platform_device | Vivek Gautam | 2014-05-27 | 1 | -11/+9 |
* | usb: ohci-exynos: Remove locks for 'ohci' in suspend callback | Vivek Gautam | 2014-04-24 | 1 | -6/+0 |
* | usb: hcd: move controller wakeup setting initialization to individual driver | Peter Chen | 2013-12-09 | 1 | -0/+1 |
* | USB: OHCI: Properly handle ohci-exynos suspend | Majunath Goudar | 2013-12-09 | 1 | -16/+6 |
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-13 | 1 | -4/+3 |
|\ |
|
| * | DMA-API: usb: use new dma_coerce_mask_and_coherent() | Russell King | 2013-10-31 | 1 | -3/+1 |
| * | DMA-API: usb: use dma_set_coherent_mask() | Russell King | 2013-10-31 | 1 | -2/+3 |
* | | USB: ohci-exynos: Remove non-DT support | Jingoo Han | 2013-10-14 | 1 | -15/+3 |
* | | Revert "USB: OHCI: Properly handle ohci-exynos suspend" | Greg Kroah-Hartman | 2013-10-14 | 1 | -5/+15 |
* | | USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak | Jingoo Han | 2013-10-12 | 1 | -0/+1 |
* | | USB: OHCI: Properly handle ohci-exynos suspend | Manjunath Goudar | 2013-10-06 | 1 | -15/+5 |
* | | USB: OHCI: make ohci-exynos a separate driver | Manjunath Goudar | 2013-09-26 | 1 | -98/+69 |
|/ |
|
* | USB: host: use dev_get_platdata() | Jingoo Han | 2013-08-01 | 1 | -1/+1 |
* | USB: set device dma_mask without reference to global data | Stephen Warren | 2013-05-17 | 1 | -3/+1 |
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-05-02 | 1 | -1/+1 |
|\ |
|
| * | ARM: EXYNOS: change the name of USB ohci header | Jingoo Han | 2013-04-08 | 1 | -1/+2 |
* | | usb: exynos: do not include plat/usb-phy.h | Arnd Bergmann | 2013-04-11 | 1 | -1/+0 |
* | | usb: ohci-exynos: skip phy setup for Exynos5440 based platforms | Thomas Abraham | 2013-04-11 | 1 | -2/+9 |
* | | usb: host: ohci-exynos: fix PHY error handling | Felipe Balbi | 2013-03-18 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Greg Kroah-Hartman | 2013-01-25 | 1 | -21/+64 |
|\ |
|
| * | USB: ohci-exynos: Add phy driver support | Vivek Gautam | 2013-01-23 | 1 | -21/+63 |
| * | ARM: EXYNOS: Update & move usb-phy types to generic include layer | Vivek Gautam | 2013-01-23 | 1 | -4/+5 |
* | | usb: ehci-s5p/ohci-exynos: Fix compatible strings for the device | Vivek Gautam | 2013-01-24 | 1 | -1/+1 |
|/ |
|
* | usb: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | usb: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | usb: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | USB: ohci-exynos: initialize registers pointer earlier | Vincent Palatin | 2012-11-02 | 1 | -4/+6 |
* | USB: ohci-exynos: use devm_clk_get() | Jingoo Han | 2012-10-24 | 1 | -5/+2 |
* | usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 2012-10-24 | 1 | -5/+5 |
* | USB: ohci: merge ohci_finish_controller_resume with ohci_resume | Florian Fainelli | 2012-10-22 | 1 | -4/+1 |
* | ARM: samsung: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 |
* | USB: ohci-exynos: Add support for device tree | Vivek Gautam | 2012-07-17 | 1 | -0/+22 |
* | USB: ohci-exynos: use devm_ functions | Jingoo Han | 2012-07-06 | 1 | -13/+6 |
* | USB: ohci-exynos: add clock gating to suspend/resume | Jingoo Han | 2012-07-06 | 1 | -0/+5 |
* | USB: ohci-exynos.c: remove err() usage | Greg Kroah-Hartman | 2012-04-27 | 1 | -1/+2 |
* | USB: ohci-exynos: replace hcd->state with ohci->rh_state | Jingoo Han | 2012-02-24 | 1 | -4/+2 |
* | USB: Add Samsung Exynos OHCI diver | Jingoo Han | 2011-12-23 | 1 | -0/+274 |