Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cf709c115c55e8497a2b538ba492f9e8bc3db941
/
drivers
/
usb
/
gadget
cf709c1
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 14 years ago
d23607a
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 14 years ago
5177504
usb: gadget: introduce UDC Class
by Felipe Balbi
· 14 years ago
4dc64e5
usb: dwc3: Introduce DesignWare USB3 DRD Driver
by Felipe Balbi
· 13 years ago
348a4c2
usb: gadget: introduce gadget_is_dwc3()
by Felipe Balbi
· 13 years ago
4b62e74
Merge "USB: gadget: Enable streaming mode support in hardware" into msm-3.0
by Linux Build Service Account
· 13 years ago
2eb2cd0
usb: gadget: rmnet: Use separate spinlock for RX and TX data paths
by Hemant Kumar
· 13 years ago
8d1bbd5
usb: ci13xxx_udc: Add debug mask to control debug events
by Vamsi Krishna
· 13 years ago
cfad498
Merge "USB: gadget: f_acm: Fix NULL pointer check for hs_descriptors" into msm-3.0
by Linux Build Service Account
· 13 years ago
c636cb4
USB: gadget: f_acm: Fix NULL pointer check for hs_descriptors
by Rajkumar Raghupathy
· 13 years ago
ac5d154
Revert: d7022078269b93dc6ee613a0a8519ce2ebe4a726
by David Brown
· 13 years ago
d702207
Merge remote-tracking branch 'idos/usb3-msm-3.0-backport-dwc3' into merge/idos
by David Brown
· 13 years ago
6668ab6
usb: gadget: storage: release superspeed descriptors.
by Yu Xu
· 13 years ago
7d4b554
usb: gadget: core: fix bug when removing gadget drivers
by Felipe Balbi
· 13 years ago
6a9a345
usb: gadget: storage: add superspeed support
by Felipe Balbi
· 13 years ago
9e42b8b
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 13 years ago
8d9e8ba
usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC
by Paul Zimmerman
· 13 years ago
9967085
USB: gadget: storage: remove alignment assumption
by Alan Stern
· 13 years ago
70847f6
usb: gadget: storage: adapt logic block size to bound block devices
by Peiyu Li
· 13 years ago
a713c15
usb: gadget: epautoconf: do not change number of streams
by Felipe Balbi
· 13 years ago
61a3b90
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 14 years ago
908f577
usb: gadget: defer setting maxpacket till ->setup()
by Sebastian Andrzej Siewior
· 14 years ago
355527b
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 14 years ago
fd11902
usb: gadget: add max_speed to usb_composite_driver
by Tatyana Brokhman
· 14 years ago
24728e0
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 14 years ago
9781f7d
usb: gadget: coding style fix
by Tatyana Brokhman
· 14 years ago
ebd3f39
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 14 years ago
e2a9f93
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 14 years ago
9168a35
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 14 years ago
2baadcf
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 14 years ago
b657342
usb: gadget: introduce UDC Class
by Felipe Balbi
· 14 years ago
2151516
usb: gadget: Add support for multiple RmNET
by Anna Perel
· 13 years ago
de5a65e
Merge "usb: gadget: revert commit "Add proper cleanup of disabled endpoints"" into msm-3.0
by Linux Build Service Account
· 13 years ago
aa526a9
usb: dwc3: Introduce DesignWare USB3 DRD Driver
by Felipe Balbi
· 13 years ago
eaa328c
usb: gadget: introduce gadget_is_dwc3()
by Felipe Balbi
· 13 years ago
4f6ca0e
USB: rmnet_smd: Register platform driver to retry smd_open
by Manu Gautam
· 13 years ago
ab41801
Merge "usb: rmnet_ctrl_smd: Handle SMD Closing Delay Retry" into msm-3.0
by Linux Build Service Account
· 13 years ago
40608bb
usb: rmnet_ctrl_smd: Handle SMD Closing Delay Retry
by Chiranjeevi Velempati
· 13 years ago
044914d
USB: android: Fix platform driver registration
by Pavankumar Kondeti
· 13 years ago
06a488b
usb: gadget: revert commit "Add proper cleanup of disabled endpoints"
by Anna Perel
· 13 years ago
f3e34e5
USB: gadget: Enable streaming mode support in hardware
by Manu Gautam
· 13 years ago
7664d6b
Merge "USB: u_bam: Avoid workqueue for data received from BAM DMUX layer" into msm-3.0
by Linux Build Service Account
· 13 years ago
e510592
USB: u_bam: Avoid workqueue for data received from BAM DMUX layer
by Chiranjeevi Velempati
· 13 years ago
e72b2d4
usb: gsmd: Handle SMD Closing Delay Retry
by Eric Holmberg
· 13 years ago
906b78c
Merge "usb: smd: Always call smd_close upon cable disconnect" into msm-3.0
by Linux Build Service Account
· 13 years ago
8f5c66d
Merge "USB: f_rmnet: Drop DTR on host suspend" into msm-3.0
by Linux Build Service Account
· 13 years ago
c02d481
usb: smd: Always call smd_close upon cable disconnect
by Jack Pham
· 13 years ago
e007bed
USB: f_rmnet: Drop DTR on host suspend
by Chiranjeevi Velempati
· 13 years ago
c72ab2b
usb: rmnet: Add timestamps for SKB life cycle in UL and DL directions
by Hemant Kumar
· 13 years ago
848bbb9
Merge "usb: gadget: u_data_hsic: Reduce the number of interrupts in TX data path" into msm-3.0
by Linux Build Service Account
· 13 years ago
12f522c
Merge "USB: android: Handle error conditions in init() function" into msm-3.0
by Linux Build Service Account
· 13 years ago
39af737
usb: gadget: u_data_hsic: Reduce the number of interrupts in TX data path
by Hemant Kumar
· 13 years ago
a1df77e
USB: android: Handle error conditions in init() function
by Rajkumar Raghupathy
· 13 years ago
6f8c5fc
usb: gadget: u_bam: Correct nested locking flags
by Jeff Ohlstein
· 13 years ago
4b697d6
Merge "usb: gadget: Add proper cleanup of disabled endpoints" into msm-3.0
by Linux Build Service Account
· 13 years ago
399efeb
Merge changes Ic6fc032a,I02413658 into msm-3.0
by Linux Build Service Account
· 13 years ago
97b8c22
usb: gadget: Add proper cleanup of disabled endpoints
by Anna Perel
· 13 years ago
06789f1
usb: gadget: Add HSIC peripheral support.
by Ofir Cohen
· 13 years ago
7658bd1
usb: u_bam: Reset pending pkt counter when closing dmux channel
by Vamsi Krishna
· 13 years ago
929e579
USB: u_bam: Copy data to host in work queue context
by Vijayavardhan Vennapusa
· 13 years ago
08c3125
USB: u_bam: Reduce number of interrupts in TX data path
by Vijayavardhan Vennapusa
· 13 years ago
a880853
USB: u_bam: Separate DL and UL data paths to improve rmnet performance
by Vijayavardhan Vennapusa
· 13 years ago
4da266f
usb: gadget: fix crash on USB cable disconnection
by Ofir Cohen
· 13 years ago
ea7bbc3
usb: ci13xxx_udc: unmap req DMA buffers upon cable disconnection
by Anji jonnala
· 13 years ago
61a4548
Merge "usb: frmnet: fix the NULL pointer access crash by using global rmnet dev" into msm-3.0
by Linux Build Service Account
· 13 years ago
b44169a
usb: frmnet: fix the NULL pointer access crash by using global rmnet dev
by Anji jonnala
· 13 years ago
92be1b4
USB: msm: Add support for CDC-ACM composition
by Anji jonnala
· 13 years ago
625c28e
usb: rmnet: Queue usb buffers to h/w when skb queue is empty
by Vamsi Krishna
· 13 years ago
86810e7
Merge changes I711dbd41,I3211a122 into msm-3.0
by Linux Build Service Account
· 13 years ago
b830a6c
usb: diag: Fix endpoint configuration when multiple instances are used
by Jack Pham
· 13 years ago
a1c2a87
usb: gadget: Add SPS BAM-to-BAM support
by Ofir Cohen
· 13 years ago
23ee289
usb: msm72k_udc: Add more debugfs support
by Vijayavardhan Vennapusa
· 13 years ago
2306f85
Merge changes Ib6aa000e,I81885d33 into msm-3.0
by Linux Build Service Account
· 13 years ago
fd8df25
usb: msm72k_udc: Delete prime timer after active status bit clear
by Vijayavardhan Vennapusa
· 13 years ago
7648e90
usb: msm7k_udc: Add delay upon request dequeue failure
by Vijayavardhan Vennapusa
· 13 years ago
352396c
USB: android: Provide sysfs file for enabling remote wakeup capability
by Pavankumar Kondeti
· 13 years ago
f8cec06
Merge "USB: Kconfig: Add USB_MSC_PROFILING macro" into msm-3.0
by Linux Build Service Account
· 13 years ago
2e18510
USB: Kconfig: Add USB_MSC_PROFILING macro
by Rajkumar Raghupathy
· 13 years ago
fb3af0f
Merge "USB: ci13xxx_udc: Decrement runtime PM usage counter correctly" into msm-3.0
by Linux Build Service Account
· 13 years ago
d519cf4
USB: ci13xxx_udc: Decrement runtime PM usage counter correctly
by Pavankumar Kondeti
· 13 years ago
e130fd0
USB: gadget: Add CCID function driver
by Chiranjeevi Velempati
· 13 years ago
427f692
usb: gadget: Add network gadget driver for dun and rmnet
by Jack Pham
· 13 years ago
1b820d5
usb: frmnet: Add support to use multiple transport functions
by Hemant Kumar
· 13 years ago
bffd414
usb: gadget: rename gadget transport type
by Hemant Kumar
· 13 years ago
f60c025
usb: gadget: modify gserial and grmnet structures
by Hemant Kumar
· 13 years ago
b76083c
Merge "USB: ci13xxx_udc: Fix runtime PM sleeping bug" into msm-3.0
by Linux Build Service Account
· 13 years ago
f474113
USB: gadget: android: Call gether_setup when RNDIS is selected
by Manu Gautam
· 13 years ago
9885328
USB: ci13xxx_udc: Fix runtime PM sleeping bug
by Pavankumar Kondeti
· 13 years ago
d074fa2
Merge remote-tracking branch 'common/android-3.0' into msm-3.0
by Bryan Huntsman
· 13 years ago
0b4c62d
Merge "USB: frmnet: Fix control response re-ordering issue" into msm-3.0
by Linux Build Service Account
· 13 years ago
263e6c8
USB: frmnet: Fix control response re-ordering issue
by Chiranjeevi Velempati
· 13 years ago
0c61107
usb: diag: Do not access all the channels from set_alt handler
by Manu Gautam
· 13 years ago
1ad076d
usb: rmnet: close bam_mux channel in workqueue
by Vamsi Krishna
· 13 years ago
8457955
usb: rmnet: Use buffer levels as to flow control
by Vamsi Krishna
· 13 years ago
2327c7915
usb: rmnet: Fix UL flow control with bam mux
by Vamsi Krishna
· 13 years ago
8f24f25
usb: rmnet: Update flow control thresholds for bam dmux
by Vamsi Krishna
· 13 years ago
48daffd
USB: rmnet_smd: Fix compilation error with SMD disabled
by Pavankumar Kondeti
· 13 years ago
37e90d0
Merge "USB: Handle allocated buffer freeing after error and unused variables" into msm-3.0
by Linux Build Service Account
· 13 years ago
01f599c
USB: Handle allocated buffer freeing after error and unused variables
by Rajkumar Raghupathy
· 13 years ago
18be30b
usb: rmnet_sdio: Fix various crashes during composition switch
by Manu Gautam
· 13 years ago
Next »