index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ohci-exynos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-10
usb: ohci-exynos: Use NULL instead of 0
Sachin Kamat
1
-1
/
+1
2014-05-28
usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremap
Vivek Gautam
1
-4
/
+3
2014-05-28
usb: ohci-exynos: Add facility to use phy provided by the generic phy framework
Vivek Gautam
1
-16
/
+102
2014-05-28
usb: ohci-exynos: Use struct device instead of platform_device
Vivek Gautam
1
-11
/
+9
2014-04-25
usb: ohci-exynos: Remove locks for 'ohci' in suspend callback
Vivek Gautam
1
-6
/
+0
2013-12-09
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-12-09
USB: OHCI: Properly handle ohci-exynos suspend
Majunath Goudar
1
-16
/
+6
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-4
/
+3
2013-10-31
DMA-API: usb: use new dma_coerce_mask_and_coherent()
Russell King
1
-3
/
+1
2013-10-31
DMA-API: usb: use dma_set_coherent_mask()
Russell King
1
-2
/
+3
2013-10-14
USB: ohci-exynos: Remove non-DT support
Jingoo Han
1
-15
/
+3
2013-10-14
Revert "USB: OHCI: Properly handle ohci-exynos suspend"
Greg Kroah-Hartman
1
-5
/
+15
2013-10-12
USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak
Jingoo Han
1
-0
/
+1
2013-10-06
USB: OHCI: Properly handle ohci-exynos suspend
Manjunath Goudar
1
-15
/
+5
2013-09-26
USB: OHCI: make ohci-exynos a separate driver
Manjunath Goudar
1
-98
/
+69
2013-08-01
USB: host: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-05-17
USB: set device dma_mask without reference to global data
Stephen Warren
1
-3
/
+1
2013-05-02
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2013-04-12
usb: exynos: do not include plat/usb-phy.h
Arnd Bergmann
1
-1
/
+0
2013-04-11
usb: ohci-exynos: skip phy setup for Exynos5440 based platforms
Thomas Abraham
1
-2
/
+9
2013-04-08
ARM: EXYNOS: change the name of USB ohci header
Jingoo Han
1
-1
/
+2
2013-03-18
usb: host: ohci-exynos: fix PHY error handling
Felipe Balbi
1
-1
/
+1
2013-01-25
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
1
-21
/
+64
2013-01-25
usb: ehci-s5p/ohci-exynos: Fix compatible strings for the device
Vivek Gautam
1
-1
/
+1
2013-01-23
USB: ohci-exynos: Add phy driver support
Vivek Gautam
1
-21
/
+63
2013-01-23
ARM: EXYNOS: Update & move usb-phy types to generic include layer
Vivek Gautam
1
-4
/
+5
2012-11-22
usb: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
usb: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-22
usb: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-02
USB: ohci-exynos: initialize registers pointer earlier
Vincent Palatin
1
-4
/
+6
2012-10-25
USB: ohci-exynos: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2012-10-25
usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-5
/
+5
2012-10-22
USB: ohci: merge ohci_finish_controller_resume with ohci_resume
Florian Fainelli
1
-4
/
+1
2012-09-19
ARM: samsung: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-07-17
USB: ohci-exynos: Add support for device tree
Vivek Gautam
1
-0
/
+22
2012-07-06
USB: ohci-exynos: use devm_ functions
Jingoo Han
1
-13
/
+6
2012-07-06
USB: ohci-exynos: add clock gating to suspend/resume
Jingoo Han
1
-0
/
+5
2012-04-27
USB: ohci-exynos.c: remove err() usage
Greg Kroah-Hartman
1
-1
/
+2
2012-02-25
USB: ohci-exynos: replace hcd->state with ohci->rh_state
Jingoo Han
1
-4
/
+2
2011-12-23
USB: Add Samsung Exynos OHCI diver
Jingoo Han
1
-0
/
+274