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: f_fs: Add support for SuperSpeed Mode
Manu Gautam
2014-03-05
2
-50
/
+142
*
usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabled
Gregory CLEMENT
2014-03-05
1
-3
/
+3
*
usb: gadget: atmel_usba: fix crash when no endpoint are specified
Alexandre Belloni
2014-03-05
1
-0
/
+6
*
usb: phy: mxs: Add sync time after controller clear phcd
Peter Chen
2014-03-05
1
-0
/
+11
*
usb: phy: mxs: Add system suspend/resume API
Peter Chen
2014-03-05
1
-0
/
+61
*
usb: phy: mxs: Add implementation of set_wakeup
Peter Chen
2014-03-05
1
-0
/
+116
*
usb: phy: mxs: add controller id
Peter Chen
2014-03-05
1
-0
/
+6
*
usb: phy: mxs: Enable IC fixes for related SoCs
Peter Chen
2014-03-05
1
-2
/
+21
*
usb: phy: mxs: change description of usb device speed
Peter Chen
2014-03-05
1
-4
/
+4
*
usb: phy: mxs: Add anatop regmap
Peter Chen
2014-03-05
1
-0
/
+15
*
usb: phy: mxs: Add auto clock and power setting
Peter Chen
2014-03-05
1
-3
/
+17
*
usb: phy: mxs: Add platform judgement code
Peter Chen
2014-03-05
1
-9
/
+49
*
usb: gadget: s3c-hsotg: add proper suspend/resume support
Marek Szyprowski
2014-03-05
1
-4
/
+49
*
usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiated
George Cherian
2014-03-05
1
-1
/
+2
*
usb: dwc3: adapt dwc3 core to use Generic PHY Framework
Kishon Vijay Abraham I
2014-03-05
2
-3
/
+84
*
usb: dwc3: core: support optional PHYs
Kishon Vijay Abraham I
2014-03-05
1
-20
/
+14
*
usb: dwc3: define more revisions
Felipe Balbi
2014-03-05
1
-0
/
+3
*
usb: dwc3: fix randconfig build errors
Felipe Balbi
2014-03-05
2
-13
/
+33
*
usb: dwc3: gadget: pre-start Stream transfers when they're queued
Felipe Balbi
2014-03-05
1
-0
/
+17
*
usb: dwc3: gadget: call gadget driver's ->suspend/->resume
Felipe Balbi
2014-03-05
1
-0
/
+35
*
usb: dwc3: gadget: add 'force' argument to stop_active_transfer
Paul Zimmerman
2014-03-05
1
-7
/
+8
*
usb: dwc3: gadget: make sure HIRD threshold is 0 in superspeed
Felipe Balbi
2014-03-05
1
-0
/
+4
*
usb: dwc3: gadget: set KEEP_CONNECT in case of hibernation
Felipe Balbi
2014-03-05
1
-4
/
+14
*
usb: dwc3: core: fix indentation
Felipe Balbi
2014-03-05
1
-1
/
+1
*
usb: dwc3: core: allocate scratch buffers
Felipe Balbi
2014-03-05
2
-0
/
+111
*
usb: dwc3: gadget: add a 'restore' argument to set_ep_config
Paul Zimmerman
2014-03-05
1
-10
/
+22
*
usb: dwc3: gadget: implement dwc3_gadget_get_link_state
Paul Zimmerman
2014-03-05
2
-0
/
+17
*
usb: dwc3: add 'saved_state' field to dwc3_ep structure
Paul Zimmerman
2014-03-05
1
-0
/
+2
*
usb: dwc3: add has_hibernation flag
Felipe Balbi
2014-03-05
1
-0
/
+2
*
usb: dwc3: cleanup struct dwc3
Felipe Balbi
2014-03-05
1
-19
/
+24
*
usb: dwc3: workaround: bogus hibernation events
Felipe Balbi
2014-03-05
1
-0
/
+31
*
usb: dwc3: workaround: clock gating issues
Felipe Balbi
2014-03-05
1
-9
/
+27
*
usb: dwc3: core: define bit 10 of GCTL register
Felipe Balbi
2014-03-05
1
-0
/
+1
*
usb: dwc3: gadget: always enable IOC on bulk/interrupt transfers
Felipe Balbi
2014-03-05
1
-6
/
+3
*
usb: gadget: at91_udc: fix ep maxpacket initialisation
Robert Baldyga
2014-03-05
1
-7
/
+7
*
usb: musb: USB_MUSB_DUAL_ROLE/USB_MUSB_GADGET should depend on HAS_DMA
Geert Uytterhoeven
2014-03-05
1
-0
/
+2
*
usb: phy: rcar-gen2-usb: always use 'dev' variable in probe() method
Sergei Shtylyov
2014-03-05
1
-3
/
+3
*
usb: musb: avoid NULL pointer dereference
Felipe Balbi
2014-03-05
1
-3
/
+2
*
usb: musb: dsps, debugfs files
Markus Pargmann
2014-02-20
1
-0
/
+54
*
usb: dwc3: fix wrong bit mask in dwc3_event_devt
Huang Rui
2014-02-20
1
-3
/
+3
*
usb: gadget: gr_udc: remove some unneeded error handling
Dan Carpenter
2014-02-20
1
-8
/
+2
*
usb: gadget: at91: using USBA_NR_DMAS for DMA channels
Bo Shen
2014-02-19
2
-2
/
+2
*
usb: gadget: at91: fix the number of endpoint parameter
Bo Shen
2014-02-19
1
-1
/
+1
*
usb: gadget: f_fs: add aio support
Robert Baldyga
2014-02-18
1
-26
/
+239
*
usb: gadget: f_fs: add poll for endpoint 0
Robert Baldyga
2014-02-18
1
-0
/
+42
*
usb: gadget: f_fs: fix setup request handling
Robert Baldyga
2014-02-18
2
-2
/
+1
*
usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline function
Michal Nazarewicz
2014-02-18
2
-10
/
+19
*
usb: gadget: functionfs: fix typo in the enum variable
Michal Nazarewicz
2014-02-18
2
-14
/
+14
*
usb: gadget: FunctionFS: use consistent naming with regard to ffs_lock
Andrzej Pietrasiewicz
2014-02-18
1
-15
/
+15
*
usb: gadget: FunctionFS: staticize functions used only in f_fs.c
Andrzej Pietrasiewicz
2014-02-18
2
-4
/
+4
[next]