index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: r8a66597-udc: add support for TEST_MODE
Yoshihiro Shimoda
2011-07-08
1
-1
/
+22
*
usb: gadget: m66592-udc: add support for TEST_MODE
Yoshihiro Shimoda
2011-07-08
1
-1
/
+22
*
usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform data
Yoshihiro Shimoda
2011-07-08
1
-1
/
+5
*
usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driver
Yoshihiro Shimoda
2011-07-08
1
-7
/
+3
*
usb: update email address in r8a66597-udc and m66592-udc
Yoshihiro Shimoda
2011-07-08
4
-4
/
+4
*
usb: musb: restore INDEX register in resume path
Ajay Kumar Gupta
2011-07-08
1
-0
/
+1
*
usb: gadget: fix up depencies
Sebastian Andrzej Siewior
2011-07-05
1
-0
/
+2
*
usb: gadget: fusb300_udc: fix compile warnings
Sebastian Andrzej Siewior
2011-07-05
1
-15
/
+7
*
usb: gadget: ci13xx_udc.c: fix compile warning
Sebastian Andrzej Siewior
2011-07-05
1
-2
/
+10
*
usb: gadget: net2272: fix compile warnings
Felipe Balbi
2011-07-05
1
-4
/
+4
*
usb: gadget: langwell_udc: fix compile warnings
Felipe Balbi
2011-07-05
1
-6
/
+6
*
usb: gadget: fusb300_udc: drop dead code
Felipe Balbi
2011-07-05
1
-68
/
+1
*
Realtek cr: Add autosuspend function.
edwin_rong
2011-07-01
2
-12
/
+369
*
Realtek cr: Remove unused Macros
edwin_rong
2011-07-01
1
-9
/
+0
*
Realtek cr: clean up unnecessary whitespaces.
edwin_rong
2011-07-01
1
-54
/
+56
*
USB: s3c2410_udc: fix custom UDC command handling
Viliam Mateicka
2011-07-01
1
-1
/
+1
*
usb: gadget: Compilation warning fix
Tatyana Brokhman
2011-07-01
1
-1
/
+1
*
USB: OTG: Use work_queue in set_vbus for TWL6030 transciever
Moiz Sonasath
2011-07-01
1
-6
/
+24
*
USB: Gadget: Webcam: Return correct result of bind
Jassi Brar
2011-07-01
1
-1
/
+1
*
USB: gadget: fix req length in sourcesink_setup()
Bob Liu
2011-07-01
1
-0
/
+2
*
usb: renesas_usbhs: use dma handler
Kuninori Morimoto
2011-07-01
1
-2
/
+2
*
usb: renesas_usbhs: put obtained dma channel info to debug message
Kuninori Morimoto
2011-07-01
1
-1
/
+1
*
drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()
Manuel Zerpies
2011-07-01
1
-2
/
+2
*
wusb: use printk_ratelimited() instead of printk_ratelimit()
Manuel Zerpies
2011-07-01
1
-4
/
+3
*
usb/class: use printk_ratelimited() instead of printk_ratelimit()
Manuel Zerpies
2011-07-01
1
-4
/
+3
*
usb: musb: no need to access platform_device
Felipe Balbi
2011-07-01
1
-4
/
+2
*
usb: gadget: udc-core: wire up sysfs files
Sebastian Andrzej Siewior
2011-07-01
1
-5
/
+4
*
usb: gadget: dummy_hcd: convert to new-style udc-probe
Sebastian Andrzej Siewior
2011-07-01
1
-35
/
+15
*
usb: musb: convert musb to new style bind
Sebastian Andrzej Siewior
2011-07-01
2
-81
/
+17
*
usb: gadget: udc-core: add "new-style" registration interface
Sebastian Andrzej Siewior
2011-07-01
1
-4
/
+71
*
usb: gadget: dummy_hcd: move selection of speed into ->pullup()
Sebastian Andrzej Siewior
2011-07-01
1
-25
/
+35
*
usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()
Sebastian Andrzej Siewior
2011-07-01
1
-7
/
+4
*
usb: gadget: dummy_hcd: move ep initialisation HW setup
Sebastian Andrzej Siewior
2011-07-01
1
-23
/
+33
*
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
2011-07-01
6
-17
/
+20
*
usb: gadget: allow multiple gadgets to be built
Felipe Balbi
2011-07-01
3
-237
/
+66
*
usb: musb: choose correct fifo_mode
Felipe Balbi
2011-07-01
1
-3
/
+8
*
usb: musb: drop a gigantic amount of ifdeferry
Felipe Balbi
2011-07-01
14
-305
/
+10
*
usb: musb: be careful when using different fifo_modes
Felipe Balbi
2011-07-01
1
-2
/
+20
*
usb: gadget: dummy_hcd: move common bits of suspend/resume into one function
Sebastian Andrzej Siewior
2011-07-01
1
-19
/
+18
*
usb: gadget: remove net2280_set_fifo_mode()
Sebastian Andrzej Siewior
2011-07-01
2
-66
/
+0
*
usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPER
Sebastian Andrzej Siewior
2011-07-01
1
-16
/
+14
*
usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possible
Sebastian Andrzej Siewior
2011-07-01
1
-8
/
+3
*
usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()
Sebastian Andrzej Siewior
2011-07-01
1
-7
/
+8
*
usb: gadget: dummy_hcd: use dummy_pullup() instead of open coding
Sebastian Andrzej Siewior
2011-07-01
1
-27
/
+7
*
usb: gadget: chips: remove ifdef trickery
Felipe Balbi
2011-07-01
1
-149
/
+33
*
usb: gadget: ci13xx_udc: fix usb_ep_enable() call
Felipe Balbi
2011-07-01
1
-2
/
+5
*
usb: gadget: s3c2410_udc: use platform ids instead
Sebastian Andrzej Siewior
2011-07-01
1
-20
/
+9
*
usb: gadget: add platform module alias where it is missing
Sebastian Andrzej Siewior
2011-07-01
5
-1
/
+5
*
usb: gadget: net2272: cleanup pci_register_driver() error path
Sebastian Andrzej Siewior
2011-07-01
1
-5
/
+26
*
usb: gadget: dummy_hcd: add 'is_high_speed' parameter
Tatyana Brokhman
2011-07-01
1
-5
/
+15
[next]