index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: phy: tegra: Get PHY mode using DT
Venu Byravarasu
2013-05-30
2
-3
/
+11
*
usb: phy: tegra: Return correct error value provided by clk_get_sys
Venu Byravarasu
2013-05-30
1
-2
/
+1
*
usb: gadget: use platform_{get,set}_drvdata()
Jingoo Han
2013-05-28
5
-9
/
+9
*
usb: phy: samsung: Add support HSIC on Exynos4X12
Dongjin Kim
2013-05-28
3
-2
/
+26
*
usb: phy: phy-nop: Remove redundant use of of_match_ptr
Sachin Kamat
2013-05-28
1
-1
/
+1
*
usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-28
1
-1
/
+0
*
usb: gadget: mv_u3d_core: Remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-28
1
-3
/
+0
*
usb: phy: samsung: Add support for USB 2.0 PHY on Exynos 4x12
Tomasz Figa
2013-05-28
2
-0
/
+19
*
usb: phy: samsung: Pass enable/disable callbacks through driver data
Tomasz Figa
2013-05-28
3
-13
/
+15
*
usb: phy: samsung: Pass set_isolation callback through driver data
Tomasz Figa
2013-05-28
4
-35
/
+23
*
usb: phy: samsung: Consolidate reference clock rate handling
Tomasz Figa
2013-05-28
4
-49
/
+86
*
usb: phy: samsung: Use clk_get to get reference clock
Tomasz Figa
2013-05-28
1
-2
/
+2
*
usb: phy: samsung: Select common driver part implicitly
Tomasz Figa
2013-05-28
1
-1
/
+1
*
usb: phy: ab8500-usb: add ab9540 support
Fabio Baltieri
2013-05-28
1
-0
/
+213
*
usb: phy: ab8500-usb: add ab8540 support
Fabio Baltieri
2013-05-28
1
-3
/
+294
*
usb: phy: ab8500-usb: add flag bits to control driver features
Fabio Baltieri
2013-05-28
1
-36
/
+73
*
usb: phy: ab8500-usb: move phy tuning values on separate functions
Fabio Baltieri
2013-05-28
1
-75
/
+86
*
usb: phy: ab8500-usb: add platform_device_id table
Fabio Baltieri
2013-05-28
1
-2
/
+8
*
usb: phy: ab8500-usb: fix phy tuning value select logic
Fabio Baltieri
2013-05-28
1
-2
/
+2
*
usb: phy: ab8500-usb: restart phy during probe
Sakethram Bommisetti
2013-05-28
1
-0
/
+33
*
usb: phy: ab8500-usb: add transceiver clock control
Mian Yousaf Kaukab
2013-05-28
1
-0
/
+14
*
usb: musb: various cosmetic fixes on ux500 files
Fabio Baltieri
2013-05-28
2
-7
/
+8
*
usb: musb: enable ux500 host side dma support
Mian Yousaf Kaukab
2013-05-28
1
-4
/
+4
*
usb: gadget: uvc: Remove unneeded endpoint descriptor fields initialization
Laurent Pinchart
2013-05-28
1
-10
/
+3
*
usb: musb: eliminate musb_to_hcd
Daniel Mack
2013-05-28
5
-12
/
+10
*
usb: musb: use musb->port_mode
Daniel Mack
2013-05-28
2
-6
/
+19
*
usb: musb: re-introduce musb->port_mode
Daniel Mack
2013-05-28
2
-0
/
+8
*
usb: musb: add musb_host_setup() and musb_host_cleanup()
Daniel Mack
2013-05-28
3
-0
/
+34
*
usb: musb: add Kconfig options for HOST, GAGDET or DUAL_ROLE modes
Daniel Mack
2013-05-28
4
-4
/
+79
*
usb: musb: factor out hcd initalization
Daniel Mack
2013-05-28
4
-39
/
+67
*
usb: musb: move musb_start to musb_virthub.c
Daniel Mack
2013-05-28
3
-46
/
+44
*
usb: musb: gadget: remove hcd initialization
Daniel Mack
2013-05-28
1
-10
/
+0
*
usb: musb: factor some host-specific functions
Daniel Mack
2013-05-28
3
-12
/
+24
*
usb: musb: move function declarations to musb_{host,gadget}.h
Daniel Mack
2013-05-28
3
-24
/
+14
*
usb: gadget: drop unused USB_GADGET_MUSB_HDRC
Daniel Mack
2013-05-28
1
-8
/
+0
*
usb: musb: remove 'ignore_disconnect' flag
Felipe Balbi
2013-05-28
3
-13
/
+1
*
usb: musb: fix incorrect usage of resource pointer
Felipe Balbi
2013-05-28
6
-12
/
+96
*
Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2013-05-23
64
-226
/
+260
|
\
|
*
USB: cxacru: potential underflow in cxacru_cm_get_array()
Dan Carpenter
2013-05-20
1
-1
/
+2
|
*
USB: ftdi_sio: Add support for Newport CONEX motor drivers
Gomella, Andrew (NIH/NHLBI) [F]
2013-05-17
2
-0
/
+4
|
*
USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card
Dan Williams
2013-05-17
1
-0
/
+2
|
*
usb: ohci: fix goto wrong tag in err case
Libo Chen
2013-05-17
1
-23
/
+23
|
*
usb: isp1760-if: fix memleak when platform_get_resource fail
Libo Chen
2013-05-17
1
-1
/
+3
|
*
usb: ehci-s5p: fix memleak when fallback to pdata
Libo Chen
2013-05-17
1
-0
/
+1
|
*
USB: serial: clean up chars_in_buffer
Johan Hovold
2013-05-17
1
-9
/
+2
|
*
USB: ti_usb_3410_5052: fix chars_in_buffer overhead
Johan Hovold
2013-05-17
1
-8
/
+15
|
*
USB: io_ti: fix chars_in_buffer overhead
Johan Hovold
2013-05-17
1
-8
/
+14
|
*
USB: ftdi_sio: fix chars_in_buffer overhead
Johan Hovold
2013-05-17
1
-14
/
+5
|
*
USB: ftdi_sio: clean up get_modem_status
Johan Hovold
2013-05-17
1
-5
/
+4
|
*
USB: serial: add generic wait_until_sent implementation
Johan Hovold
2013-05-17
2
-0
/
+33
[next]