index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_host.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-3
/
+3
*
usb: musb: return -ESHUTDOWN in urb when three-strikes error happened
Bin Liu
2020-05-25
1
-2
/
+8
*
usb: musb: fix crash with highmen PIO and usbmon
Mans Rullgard
2020-03-17
1
-12
/
+5
*
USB: musb: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-14
1
-1
/
+1
*
usb: musb: Add get/set toggle hooks
Min Guo
2020-01-15
1
-36
/
+10
*
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
2019-08-21
1
-1
/
+1
*
USB: musb: mark expected switch fall-through
Gustavo A. R. Silva
2019-02-13
1
-1
/
+1
*
USB: musb: fix indentation issue on a return statement
Colin Ian King
2019-02-12
1
-1
/
+1
*
USB: musb: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-02
1
-0
/
+1
*
usb: musb: disable otg protocol support
Bin Liu
2018-05-22
1
-1
/
+2
*
usb: musb: remove references to default_a of struct usb_otg
Bin Liu
2018-05-22
1
-1
/
+0
*
usb: musb: remove duplicated port mode enum
Bin Liu
2018-05-22
1
-2
/
+2
*
usb: musb: fix remote wakeup racing with suspend
Daniel Glöckner
2018-05-14
1
-1
/
+4
*
usb: musb: host: fix potential NULL pointer dereference
Bin Liu
2018-04-30
1
-1
/
+3
*
USB: musb: host: prevent core phy initialisation
Johan Hovold
2018-04-23
1
-0
/
+1
*
usb: musb: remove blackfin port
Arnd Bergmann
2018-03-26
1
-9
/
+3
*
Revert "usb: musb: host: don't start next rx urb if current one failed"
Bin Liu
2018-02-20
1
-7
/
+1
*
usb: musb: remove unused pipe variable
Corentin Labbe
2018-01-02
1
-3
/
+0
*
usb: musb: remove unused frame variable
Corentin Labbe
2018-01-02
1
-2
/
+0
*
USB: musb: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-26
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: musb: print an error message when high bandwidth is unsupported
Bin Liu
2017-08-28
1
-0
/
+4
*
usb: musb: print an error message when hwep alloc failed
Bin Liu
2017-08-28
1
-0
/
+4
*
usb: musb: fix tx fifo flush handling again
Bin Liu
2017-07-30
1
-0
/
+1
*
usb: musb: compress return logic into one line
Gustavo A. R. Silva
2017-06-27
1
-4
/
+2
*
usb: musb: Fix trying to suspend while active for OTG configurations
Tony Lindgren
2017-05-18
1
-4
/
+5
*
usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
Bin Liu
2017-01-05
1
-6
/
+4
*
usb: musb: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2016-11-03
1
-1
/
+1
*
usb: musb: host: add urb tracepoints
Bin Liu
2016-07-17
1
-26
/
+8
*
usb: musb: switch dev_dbg to tracepoints
Bin Liu
2016-07-17
1
-55
/
+52
*
usb: musb: Stop bulk endpoint while queue is rotated
Andrew Goodbody
2016-06-01
1
-1
/
+7
*
usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
Andrew Goodbody
2016-06-01
1
-7
/
+6
*
usb: musb: host: correct cppi dma channel for isoch transfer
Bin Liu
2016-06-01
1
-1
/
+1
*
usb: musb: host: make musb_tx_dma_set_mode_*() *void*
Sergei Shtylyov
2016-06-01
1
-19
/
+12
*
usb: musb: host: move DMA engine check from musb_tx_dma_set_mode_cppi_tusb() ...
Sergei Shtylyov
2016-06-01
1
-4
/
+3
*
usb: musb: host: don't start next rx urb if current one failed
Bin Liu
2016-06-01
1
-1
/
+7
*
usb: musb: host: clear rxcsr error bit if set
Bin Liu
2016-06-01
1
-0
/
+3
*
Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bott...
Bin Liu
2016-04-26
1
-1
/
+1
*
usb: musb: fix DMA for host mode
Cristian Birsan
2016-02-23
1
-4
/
+2
*
usb: musb: Fix DMA desired mode for Mentor DMA engine
Cristian Birsan
2016-02-17
1
-1
/
+1
*
usb: musb: fix tx fifo flush handling
Bin Liu
2015-11-17
1
-6
/
+16
*
usb: musb: Make busctl_offset an io-op rather then a define
Hans de Goede
2015-05-26
1
-6
/
+6
*
usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...
Hans de Goede
2015-05-26
1
-6
/
+6
*
usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5
Tony Lindgren
2015-05-07
1
-114
/
+140
*
usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4
Tony Lindgren
2015-05-07
1
-4
/
+2
*
usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3
Tony Lindgren
2015-05-07
1
-50
/
+74
*
usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2
Tony Lindgren
2015-05-07
1
-4
/
+3
*
usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1
Tony Lindgren
2015-05-07
1
-17
/
+44
*
usb: musb: Remove ifdefs for TX DMA for musb_host.c
Tony Lindgren
2015-05-07
1
-13
/
+48
*
usb: musb: Fix up DMA related macros
Tony Lindgren
2015-05-07
1
-5
/
+5
[next]