index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_host.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-02
usb: musb: Get the musb_qh poniter after musb_giveback
Xingxing Luo
1
-1
/
+8
2022-11-09
usb: musb: Support setting OTG mode using generic PHY
Paul Cercueil
1
-0
/
+2
2022-11-09
usb: musb: Allow running without CONFIG_USB_PHY
Paul Cercueil
1
-2
/
+6
2022-11-09
usb: musb: Add and use inline function musb_otg_state_string
Paul Cercueil
1
-1
/
+1
2022-11-09
usb: musb: Add and use inline functions musb_{get,set}_state
Paul Cercueil
1
-3
/
+3
2021-05-10
usb: musb: Remove unused function argument dma, qh, offset, length
Saurav Girepunje
1
-7
/
+2
2021-05-10
usb: musb: Remove unused local variable dma, urb, offset
Saurav Girepunje
1
-5
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-05-25
usb: musb: return -ESHUTDOWN in urb when three-strikes error happened
Bin Liu
1
-2
/
+8
2020-03-17
usb: musb: fix crash with highmen PIO and usbmon
Mans Rullgard
1
-12
/
+5
2020-02-14
USB: musb: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-15
usb: musb: Add get/set toggle hooks
Min Guo
1
-36
/
+10
2019-08-21
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
1
-1
/
+1
2019-02-13
USB: musb: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-12
USB: musb: fix indentation issue on a return statement
Colin Ian King
1
-1
/
+1
2018-07-02
USB: musb: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-05-22
usb: musb: disable otg protocol support
Bin Liu
1
-1
/
+2
2018-05-22
usb: musb: remove references to default_a of struct usb_otg
Bin Liu
1
-1
/
+0
2018-05-22
usb: musb: remove duplicated port mode enum
Bin Liu
1
-2
/
+2
2018-05-14
usb: musb: fix remote wakeup racing with suspend
Daniel Glöckner
1
-1
/
+4
2018-04-30
usb: musb: host: fix potential NULL pointer dereference
Bin Liu
1
-1
/
+3
2018-04-23
USB: musb: host: prevent core phy initialisation
Johan Hovold
1
-0
/
+1
2018-03-26
usb: musb: remove blackfin port
Arnd Bergmann
1
-9
/
+3
2018-02-20
Revert "usb: musb: host: don't start next rx urb if current one failed"
Bin Liu
1
-7
/
+1
2018-01-02
usb: musb: remove unused pipe variable
Corentin Labbe
1
-3
/
+0
2018-01-02
usb: musb: remove unused frame variable
Corentin Labbe
1
-2
/
+0
2017-11-07
USB: musb: Remove redundant license text
Greg Kroah-Hartman
1
-26
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-08-28
usb: musb: print an error message when high bandwidth is unsupported
Bin Liu
1
-0
/
+4
2017-08-28
usb: musb: print an error message when hwep alloc failed
Bin Liu
1
-0
/
+4
2017-07-30
usb: musb: fix tx fifo flush handling again
Bin Liu
1
-0
/
+1
2017-06-27
usb: musb: compress return logic into one line
Gustavo A. R. Silva
1
-4
/
+2
2017-05-18
usb: musb: Fix trying to suspend while active for OTG configurations
Tony Lindgren
1
-4
/
+5
2017-01-05
usb: musb: core: add clear_ep_rxintr() to musb_platform_ops
Bin Liu
1
-6
/
+4
2016-11-03
usb: musb: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
1
-1
/
+1
2016-07-17
usb: musb: host: add urb tracepoints
Bin Liu
1
-26
/
+8
2016-07-17
usb: musb: switch dev_dbg to tracepoints
Bin Liu
1
-55
/
+52
2016-06-01
usb: musb: Stop bulk endpoint while queue is rotated
Andrew Goodbody
1
-1
/
+7
2016-06-01
usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
Andrew Goodbody
1
-7
/
+6
2016-06-01
usb: musb: host: correct cppi dma channel for isoch transfer
Bin Liu
1
-1
/
+1
2016-06-01
usb: musb: host: make musb_tx_dma_set_mode_*() *void*
Sergei Shtylyov
1
-19
/
+12
2016-06-01
usb: musb: host: move DMA engine check from musb_tx_dma_set_mode_cppi_tusb() to its caller
Sergei Shtylyov
1
-4
/
+3
2016-06-01
usb: musb: host: don't start next rx urb if current one failed
Bin Liu
1
-1
/
+7
2016-06-01
usb: musb: host: clear rxcsr error bit if set
Bin Liu
1
-0
/
+3
2016-04-26
Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half"
Bin Liu
1
-1
/
+1
2016-02-23
usb: musb: fix DMA for host mode
Cristian Birsan
1
-4
/
+2
2016-02-17
usb: musb: Fix DMA desired mode for Mentor DMA engine
Cristian Birsan
1
-1
/
+1
2015-11-17
usb: musb: fix tx fifo flush handling
Bin Liu
1
-6
/
+16
2015-05-26
usb: musb: Make busctl_offset an io-op rather then a define
Hans de Goede
1
-6
/
+6
2015-05-26
usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions
Hans de Goede
1
-6
/
+6
[next]