Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1fd09e5d884a5ff4060948e0cf8f5d7eed16e936
/
drivers
/
usb
« Previous
e6f7caa
xhci: rename size variable to num_tds
by Mathias Nyman
· 8 years ago
a711ede
usb: host: xhci: add xhci_virt_device tracer
by Felipe Balbi
· 8 years ago
d4d93e6
usb: host: xhci: remove newline from tracer
by Felipe Balbi
· 8 years ago
c0e625c
usb: host: xhci: convert several if() to a single switch statement
by Felipe Balbi
· 8 years ago
5abdc2e
usb: host: xhci: add urb_enqueue/dequeue/giveback tracers
by Felipe Balbi
· 8 years ago
a37c3f7
usb: host: xhci: make a generic TRB tracer
by Felipe Balbi
· 8 years ago
ed6d643
usb: host: xhci: combine event TRB completion debugging messages
by Felipe Balbi
· 8 years ago
a54cfae
usb: host: xhci: convert to list_for_each_entry_safe()
by Felipe Balbi
· 8 years ago
5278204
xhci: use the trb_to_noop() helper for command trbs
by Mathias Nyman
· 8 years ago
ae1e3f0
xhci: Introduce helper to turn one TRB into a no-op
by Mathias Nyman
· 8 years ago
a60f2f2
usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()
by Felipe Balbi
· 8 years ago
f45e2a0
usb: host: xhci: check for a valid ring when unmapping bounce buffer
by Felipe Balbi
· 8 years ago
f3899a2
usb: host: xhci: remove bogus __releases()/__acquires() annotation
by Felipe Balbi
· 8 years ago
55fa439
usb: host: xhci: introduce xhci_td_cleanup()
by Felipe Balbi
· 8 years ago
be0f50c
usb: host: xhci: reorder variable definitions
by Felipe Balbi
· 8 years ago
04861f8
usb: host: xhci: use slightly better list helpers
by Felipe Balbi
· 8 years ago
ec84481
usb: host: xhci: remove unneded semicolon
by Felipe Balbi
· 8 years ago
76a3529
usb: host: xhci: simplify irq handler return
by Felipe Balbi
· 8 years ago
0b7c105
usb: host: xhci: rename completion codes to match spec
by Felipe Balbi
· 8 years ago
ced09c9
usb: host: xhci: print HCIVERSION on debug
by Felipe Balbi
· 8 years ago
98871e9
usb: host: xhci: change pre-increments to post-increments
by Felipe Balbi
· 8 years ago
989bad1
usb: xhci: remove unnecessary return in xhci_pci_setup()
by Lu Baolu
· 8 years ago
daa47f2
usb: xhci: use list_is_singular for cmd_list
by Lu Baolu
· 8 years ago
fb79a6d
usb: xhci: avoid unnecessary calculation
by Lu Baolu
· 8 years ago
80c4796
usb: xhci: remove unnecessary assignment
by Lu Baolu
· 8 years ago
21939f0
usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested
by Felipe Balbi
· 8 years ago
41135de
usb: xhci: add quirk flag for broken PED bits
by Felipe Balbi
· 8 years ago
52c31bd
xhci: Put warning message on a single line
by Alexander Stein
· 8 years ago
e22caf8
usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure
by Baolin Wang
· 8 years ago
1cc6d86
usb: xhci: remove unnecessary second abort try
by Lu Baolu
· 8 years ago
6b02e97
xhci: remove unnecessary check for pending timer
by Mathias Nyman
· 8 years ago
f992659
xhci: detect stop endpoint race using pending timer instead of counter.
by Mathias Nyman
· 8 years ago
9983a5f
xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING
by Mathias Nyman
· 8 years ago
505f581
xhci: simplify if statement to make it more readable
by Mathias Nyman
· 8 years ago
92190e3
usb: storage: sddr09: Remove a set-but-not-used variable
by Augusto Mecking Caringi
· 8 years ago
1e572aa
usb: musb: constify musb_hdrc_config structures
by Bhumika Goyal
· 8 years ago
692665c
Merge 4.10-rc5 into usb-next
by Greg Kroah-Hartman
· 8 years ago
3c6aea7
usb: dwc2: gadget: Add checking for g-tx-fifo-size parameter
by Sevak Arakelyan
· 8 years ago
c138ecf
usb: dwc2: gadget: Set TX FIFO depths to calculated defaults
by Sevak Arakelyan
· 8 years ago
e1f411d
usb: dwc2: host: Correct snpsid checking for GDFIFOCFG
by Sevak Arakelyan
· 8 years ago
d3fe81d
usb: dwc2: host: use msleep() for long delay
by Nicholas Mc Guire
· 8 years ago
ca8b033
usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220
by Chen Yu
· 8 years ago
9156a7e
usb: dwc2: Force port resume on switching to device mode
by Chen Yu
· 8 years ago
fc30c4b
usb: dwc2: Workaround case where GOTGCTL state is wrong
by John Stultz
· 8 years ago
6e6360b
usb: dwc2: Avoid sleeping while holding hsotg->lock
by John Stultz
· 8 years ago
2124f9e
usb: dwc2: Show dr_mode via debugfs
by John Youn
· 8 years ago
5dc6422
usb: dwc2: Remove debug prints in params.c
by John Youn
· 8 years ago
4bd1ac6
usb: dwc2: Add debugfs file to show params
by John Youn
· 8 years ago
06e75df
usb: dwc2: Remove unnecessary parameters
by John Youn
· 8 years ago
95832c0
usb: dwc2: Fix usage of bool params
by John Youn
· 8 years ago
7de1deb
usb: dwc2: Remove platform static params
by John Youn
· 8 years ago
d936e66
usb: dwc2: Check core parameters
by John Youn
· 8 years ago
57b8e23
usb: dwc2: Rearrange param structure members
by John Youn
· 8 years ago
d21bcc3
usb: dwc2: Update parameter types
by John Youn
· 8 years ago
f9f93cb
usb: dwc2: Get device properties
by John Youn
· 8 years ago
245977c
usb: dwc2: Set core parameters to default values
by John Youn
· 8 years ago
0f3a745
usb: dwc2: Remove unused otg_ver parameter
by John Youn
· 8 years ago
749494b6
usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
by Krzysztof Opasiak
· 8 years ago
5d03a2f
USB: serial: option: add device ID for HP lt2523 (Novatel E371)
by Bjørn Mork
· 8 years ago
977ac78
usb: gadget: udc: constify usb_ep_ops structures
by Bhumika Goyal
· 8 years ago
741d255
usb: gadget: udc: atmel: Update endpoint allocation scheme
by Cristian Birsan
· 8 years ago
41dc9ac
usb: gadget: f_fs: Accept up to 30 endpoints.
by Vincent Pelletier
· 8 years ago
f199a80
usb: gadger: f_fs: Do not copy past descriptor end.
by Vincent Pelletier
· 8 years ago
a98feef
usb: phy: fsl: Remove the set_power callback
by Baolin Wang
· 8 years ago
7b61980
usb: phy: msm: Remove the set_power callback
by Baolin Wang
· 8 years ago
788c8ab
usb: phy: ab8500: Remove the set_power callback
by Baolin Wang
· 8 years ago
f87c842
usb: dwc2: gadget: Set GDFIFOCFG
by Sevak Arakelyan
· 8 years ago
e92b9d4
usb: gadget: uac2: add req_number as parameter
by Peter Chen
· 8 years ago
ec33efe
usb: dwc2: Fix sizeof in kzalloc
by John Youn
· 8 years ago
1a2e910
usb: dwc2: Remove 'return' from void function
by John Youn
· 8 years ago
77b6200
usb: dwc2: Fix code indentation after conditionals
by John Youn
· 8 years ago
b98866c
usb: dwc2: Fix lines over 80 characters
by John Youn
· 8 years ago
34c0887
usb: dwc2: Fix brace usage
by John Youn
· 8 years ago
ab28320
usb: dwc2: Fix logical continuations
by John Youn
· 8 years ago
38beaec
usb: dwc2: Fix comment alignment and format
by John Youn
· 8 years ago
3b1920e
usb: dwc2: Add identifier in prototypes
by John Youn
· 8 years ago
9da5197
usb: dwc2: Cleanup some checkpatch issues
by John Youn
· 8 years ago
33e4c1a
usb: gadget: f_hid: Use spinlock instead of mutex
by Krzysztof Opasiak
· 8 years ago
aa65d11
usb: gadget: f_hid: fix: Prevent accessing released memory
by Krzysztof Opasiak
· 8 years ago
20d2ca9
usb: gadget: f_hid: fix: Free out requests
by Krzysztof Opasiak
· 8 years ago
ffb80fc
usb: dwc3: gadget: skip Set/Clear Halt when invalid
by Felipe Balbi
· 8 years ago
5389679
usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phase
by Baolin Wang
· 8 years ago
746c908
usb: phy: tahvo: Replace the deprecated extcon API
by Chanwoo Choi
· 8 years ago
c773bb0
usb: dwc3: omap: Replace the extcon API
by Chanwoo Choi
· 8 years ago
ea07b8c
usb: renesas_usbhs: Replace the deprecated extcon API
by Chanwoo Choi
· 8 years ago
874c9cc
usb: phy: qcom-8x16-usb: Replace the extcon API
by Chanwoo Choi
· 8 years ago
e61bebd
usb: phy: msm: Replace the extcon API
by Chanwoo Choi
· 8 years ago
7df3378
usb: phy: omap-otg: Replace the extcon API
by Chanwoo Choi
· 8 years ago
c6267a5
usb: dwc3: gadget: align transfers to wMaxPacketSize
by Felipe Balbi
· 8 years ago
905dc04
usb: dwc3: gadget: allocate bounce buffer for unaligned xfers
by Felipe Balbi
· 8 years ago
e49d3cf
usb: dwc3: gadget: extract __dwc3_prepare_one_trb()
by Felipe Balbi
· 8 years ago
8430530
usb: dwc3: gadget: simplify dwc3_prepare_one_trb()
by Felipe Balbi
· 8 years ago
88f950a
usb: gadget: f_uac2: improve error handling
by Peter Chen
· 8 years ago
fdb09b3
usb: dwc2: host: use true/false for boolean
by Nicholas Mc Guire
· 8 years ago
04a9db7
usb: dwc2: host: use msleep() for long delays
by Nicholas Mc Guire
· 8 years ago
0e4018f
usb: dwc3: exynos: Remove MODULE_ALIAS()
by Javier Martinez Canillas
· 8 years ago
3e27b3f
usb: dwc3: exynos remove suspend clock unspecified debug message
by Shuah Khan
· 8 years ago
bee5623
usb: gadget: constify usb_gadget_ops structures
by Bhumika Goyal
· 8 years ago
00c704c
usb: dwc2: use u32 for DT binding parameters
by Leo Yan
· 8 years ago
ff86110
usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"
by Colin Ian King
· 8 years ago
Next »