index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_gadget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-23
usb: musb: Fix PM runtime for disconnect after unconfigure
Tony Lindgren
1
-0
/
+3
2016-07-17
usb: musb: gadget: add usb-request tracepoints
Bin Liu
1
-21
/
+14
2016-07-17
usb: musb: switch dev_dbg to tracepoints
Bin Liu
1
-50
/
+47
2016-06-02
usb: musb: Use delayed for musb_gadget_pullup
Tony Lindgren
1
-6
/
+18
2016-06-02
usb: musb: Remove conditional PM runtime calls for musb_gadget
Tony Lindgren
1
-4
/
+3
2016-06-02
usb: musb: Update to use PM runtime autosuspend
Tony Lindgren
1
-1
/
+2
2016-04-27
usb: musb: gadget: nuke endpoint before setting its descriptor to NULL
Tal Shorer
1
-3
/
+3
2015-12-16
usb: musb: gadget: remove redundant condition
Geyslan G. Bem
1
-3
/
+2
2015-08-07
usb: musb: gadget: fix build break by adding missing 'break'
Robert Baldyga
1
-0
/
+1
2015-08-06
usb: musb: gadget: remove remaining DMA ifdeferry
Felipe Balbi
1
-21
/
+18
2015-08-06
usb: musb: gadget: add musb_match_ep() function
Robert Baldyga
1
-0
/
+34
2015-08-04
usb: musb: gadget: add ep capabilities support
Robert Baldyga
1
-0
/
+12
2015-07-30
usb: gadget: add 'quirk_zlp_not_supp' to usb_gadget
Robert Baldyga
1
-0
/
+1
2015-05-07
usb: musb: Remove DMA ifdef for musb_gadget.c short_packet
Tony Lindgren
1
-6
/
+10
2015-05-07
usb: musb: Fix up DMA related macros
Tony Lindgren
1
-4
/
+4
2015-03-09
usb: musb: gadget: get rid of stop_activity()
Felipe Balbi
1
-39
/
+1
2015-01-29
usb: musb: gadget: use common is_selfpowered
Peter Chen
1
-3
/
+1
2014-11-11
usb: musb: gadget: use udc-core's reset notifier
Felipe Balbi
1
-3
/
+6
2014-11-03
usb: move the OTG state from the USB PHY to the OTG structure
Antoine Tenart
1
-18
/
+18
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
1
-4
/
+2
2014-11-03
usb: musb: gadget: remove bind/unbind messages
Felipe Balbi
1
-5
/
+0
2014-11-03
usb: musb: gadget: do not rely on 'driver' argument
Felipe Balbi
1
-2
/
+2
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
1
-1
/
+1
2013-12-20
usb: musb: fix setting JZ4740 gadget periphal mode on reset
Apelete Seketeli
1
-1
/
+9
2013-12-19
Merge tag 'v3.13-rc4' into next
Felipe Balbi
1
-0
/
+4
2013-12-17
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
1
-3
/
+3
2013-11-25
usb: fix musb gadget to enable OTG mode conditionally
Apelete Seketeli
1
-0
/
+4
2013-10-20
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
1
-0
/
+3
2013-10-15
Revert "usb: musb: gadget: fix otg active status flag"
Greg Kroah-Hartman
1
-0
/
+1
2013-10-12
usb: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2013-10-11
usb: musb: start musb on the udc side, too
Sebastian Andrzej Siewior
1
-0
/
+2
2013-09-26
usb: musb: gadget: fix otg active status flag
Bin Liu
1
-1
/
+0
2013-09-17
usb: musb: fix otg default state
Bin Liu
1
-0
/
+4
2013-08-27
usb: musb: only remove host/udc if it has been added
Sebastian Andrzej Siewior
1
-0
/
+2
2013-08-27
usb: musb: avoid null pointer dereference in debug logging
Maarten ter Huurne
1
-1
/
+2
2013-08-27
usb: musb: honour the return value of dma_map_single()
Sebastian Andrzej Siewior
1
-1
/
+9
2013-08-13
usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdef
Sebastian Andrzej Siewior
1
-40
/
+42
2013-07-29
usb: musb: unmap reqs in musb_gadget_queue()'s error case
Sebastian Andrzej Siewior
1
-2
/
+3
2013-05-28
usb: musb: gadget: remove hcd initialization
Daniel Mack
1
-10
/
+0
2013-04-06
Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-140
/
+16
2013-04-02
usb: musb: gadget: use platform callback to enable vbus
Grazvydas Ignotas
1
-3
/
+2
2013-03-22
usb: musb: gadget: clear gadget_driver when gadget is stopped
Grazvydas Ignotas
1
-0
/
+1
2013-03-18
usb: otg: prefix otg_state_string with usb_
Felipe Balbi
1
-4
/
+4
2013-03-18
usb: musb: gadget: don't assign gadget.dev.release directly
Felipe Balbi
1
-8
/
+0
2013-03-18
usb: musb: gadget: remove unnecessary initializations
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: musb: gadget: fix compile warning
Felipe Balbi
1
-6
/
+9
2013-03-18
usb: musb: gadget: delete wrong comment
Felipe Balbi
1
-108
/
+0
2013-03-18
usb: gadget: drop now unnecessary flag
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: musb: gadget: let udc-core manage gadget-dev
Felipe Balbi
1
-9
/
+1
2013-03-18
usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addr
Kishon Vijay Abraham I
1
-2
/
+7
[next]