Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ed46d3337b1f4a8f9fa7438589cab5f1bb75e98
/
drivers
/
usb
/
host
6ed46d3
xhci: refactor TRB_CONFIG_EP case into function
by Xenia Ragiadakou
· 11 years ago
fd54498
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
07948a8
xhci: refactor TRB_EVAL_CONTEXT case into function
by Xenia Ragiadakou
· 11 years ago
2c07082
xhci: refactor TRB_NEC_GET_FW case into function
by Xenia Ragiadakou
· 11 years ago
f681321
xhci: refactor TRB_RESET_DEV case into function
by Xenia Ragiadakou
· 11 years ago
20e7acb
xhci: use completion event's slot id rather than dig it out of command
by Xenia Ragiadakou
· 11 years ago
9b3103a
xhci: refactor TRB_ADDR_DEV case into function
by Xenia Ragiadakou
· 11 years ago
6c02dd1
xhci: refactor TRB_DISABLE_SLOT case into function
by Xenia Ragiadakou
· 11 years ago
b244b43
xhci: refactor TRB_ENABLE_SLOT case into function
by Xenia Ragiadakou
· 11 years ago
60b9593
xhci: rename existing Command Completion Event handlers
by Xenia Ragiadakou
· 11 years ago
07a37e9
xhci: remove unused argument from xhci_giveback_urb_in_irq()
by Xenia Ragiadakou
· 11 years ago
d194c03
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
by xiao jin
· 11 years ago
5f20cf1
usb: xhci: Staticize xhci_del_comp_mod_timer
by Sachin Kamat
· 11 years ago
f468f7b
usb: Push USB2 LPM disable on disconnect into USB core.
by Sarah Sharp
· 11 years ago
de68bab
usb: Don't enable USB 2.0 Link PM by default.
by Sarah Sharp
· 11 years ago
58e21f7
xhci: Set L1 device slot on USB2 LPM enable/disable.
by Sarah Sharp
· 11 years ago
c00809d
USB: ohci-exynos: Remove non-DT support
by Jingoo Han
· 11 years ago
a393a80
USB: EHCI: start new isochronous streams ASAP
by Alan Stern
· 11 years ago
b35c500
USB: EHCI: create per-TT bandwidth tables
by Alan Stern
· 11 years ago
ca1ad0f
Revert "USB: OHCI: Properly handle OHCI controller suspend"
by Greg Kroah-Hartman
· 11 years ago
118cb99
Revert "USB: OHCI: Properly handle ohci-at91 suspend"
by Greg Kroah-Hartman
· 11 years ago
ba8d400
Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"
by Greg Kroah-Hartman
· 11 years ago
5d93128
Revert "USB: OHCI: Properly handle ohci-da8xx suspend"
by Greg Kroah-Hartman
· 11 years ago
848b5b5
Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"
by Greg Kroah-Hartman
· 11 years ago
066ba8e
Revert "USB: OHCI: Properly handle ohci-exynos suspend"
by Greg Kroah-Hartman
· 11 years ago
3de80bf
Revert "USB: OHCI: Properly handle ohci-spear suspend"
by Greg Kroah-Hartman
· 11 years ago
29824c1
USB: host: Rename ehci-s5p to ehci-exynos
by Jingoo Han
· 11 years ago
57ae160
USB: ehci-s5p: Remove non-DT support
by Jingoo Han
· 11 years ago
d0ce5c6
USB: EHCI: use a bandwidth-allocation table
by Alan Stern
· 11 years ago
ffa0248
USB: EHCI: create a "periodic schedule info" struct
by Alan Stern
· 11 years ago
91a99b5
USB: EHCI: use consistent NO_FRAME value
by Alan Stern
· 11 years ago
27c4a31
USB: EHCI: change toggle only upon successful reset
by Alan Stern
· 11 years ago
8c05dc5
USB: EHCI: No SSPLIT allowed in uframe 7
by Alan Stern
· 11 years ago
2b90f01
USB: EHCI: compute full-speed bandwidth usage correctly
by Alan Stern
· 11 years ago
e24371a
USB: EHCI: check the right uframes for CSPLIT
by Alan Stern
· 11 years ago
a72e2e5
USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak
by Jingoo Han
· 11 years ago
0fc924b
USB: ehci-msm: Add device tree support and binding information
by Ivan T. Ivanov
· 11 years ago
e4f0da0
ehci-msm: Remove global struct usb_phy variable
by Ivan T. Ivanov
· 11 years ago
2b84f92
usb: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
5a3e205
USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()
by Deng-Cheng Zhu
· 11 years ago
2b4ef83
usb: host: uhci-platform: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
f1125f8
USB/host: Use existing macros instead of hard-coded values in uhci-debug.c
by Deng-Cheng Zhu
· 11 years ago
36a8758
USB: OHCI: Properly handle ohci-spear suspend
by Manjunath Goudar
· 11 years ago
f3c6059
USB: OHCI: Properly handle ohci-sm501 suspend
by Manjunath Goudar
· 11 years ago
4ceaa89
USB: OHCI: Properly handle ohci-pxa27x suspend
by Manjunath Goudar
· 11 years ago
39dbd7d
USB: OHCI: Properly handle ohci-platform suspend
by Manjunath Goudar
· 11 years ago
10abfa1
USB: OHCI: Properly handle ohci-omap suspend
by Manjunath Goudar
· 11 years ago
fea0896
USB: OHCI: Properly handle ohci-exynos suspend
by Manjunath Goudar
· 11 years ago
018258b
USB: OHCI: Properly handle ohci-ep93xx suspend
by Manjunath Goudar
· 11 years ago
86a63f1
USB: OHCI: Properly handle ohci-da8xx suspend
by Manjunath Goudar
· 11 years ago
19d3394
USB: OHCI: Properly handle ohci-s3c2410 suspend
by Manjunath Goudar
· 11 years ago
056ca85
USB: OHCI: Properly handle ohci-at91 suspend
by Manjunath Goudar
· 11 years ago
476e4bf
USB: OHCI: Properly handle OHCI controller suspend
by Manjunath Goudar
· 11 years ago
7e176dc
usb: wusbcore: implement hwahc_op_get_frame_number
by Thomas Pugliese
· 11 years ago
02c123e
usb: ohci: use amd_chipset_type to filter for SB800 prefetch
by Huang Rui
· 11 years ago
3ad145b
usb: ehci: use amd_chipset_type to filter for usb subsystem hang bug
by Huang Rui
· 11 years ago
dafbe92
USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()
by Wei Yongjun
· 11 years ago
c80ad6d
USB: OHCI: ohci_init_driver(): sanity check overrides
by Kevin Hilman
· 11 years ago
df9b17f
Merge 3.12-rc3 into usb-next
by Greg Kroah-Hartman
· 11 years ago
eee41b4
USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization
by Shengzhou Liu
· 11 years ago
ad1260e
fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy
by Ramneek Mehresh
· 11 years ago
40b3dc6
usb: pci-quirks: amd_chipset_sb_type_init() can be static
by Fengguang Wu
· 11 years ago
b8ad5c3
USB: OHCI: make ohci-pxa27x a separate driver
by Manjunath Goudar
· 11 years ago
e240443
USB: OHCI: make ohci-ep93xx a separate driver
by Manjunath Goudar
· 11 years ago
30330b8
USB: OHCI: make ohci-nxp a separate driver
by Manjunath Goudar
· 11 years ago
f23b71f
USB: OHCI: make ohci-s3c2410 a separate driver
by Manjunath Goudar
· 11 years ago
e3825b4
USB: OHCI: make ohci-at91 a separate driver
by Manjunath Goudar
· 11 years ago
1cc6ac5
USB: OHCI: make ohci-spear a separate driver
by Manjunath Goudar
· 11 years ago
3a48fef
USB: OHCI: make ohci-omap3 a separate driver
by Manjunath Goudar
· 11 years ago
de57a15
USB: OHCI: make ohci-omap a separate driver
by Manjunath Goudar
· 11 years ago
50a97e0
USB: OHCI: make ohci-exynos a separate driver
by Manjunath Goudar
· 11 years ago
a60f4f8
USB: EHCI: make ehci-w90X900 a separate driver
by Manjunath Goudar
· 11 years ago
7868943
usb: core: implement AMD remote wakeup quirk
by Huang Rui
· 11 years ago
22b4f0c
usb: pci-quirks: refactor AMD quirk to abstract AMD chipset types
by Huang Rui
· 11 years ago
a746c28
usb: host: delete chipidea dependency
by Peter Chen
· 11 years ago
05c92da
usb: ohci/uhci - add soft dependencies on ehci_pci
by Tom Gundersen
· 11 years ago
f875fdb
USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd
by Alan Stern
· 11 years ago
a869342
USB: OHCI: accept very late isochronous URBs
by Alan Stern
· 11 years ago
bef073b
USB: UHCI: accept very late isochronous URBs
by Alan Stern
· 11 years ago
8937669
USB: iMX21: accept very late isochronous URBs
by Alan Stern
· 11 years ago
526867c
xhci: Fix race between ep halt and URB cancellation
by Florian Wolter
· 11 years ago
8b3d457
usb: Fix xHCI host issues on remote wakeup.
by Sarah Sharp
· 11 years ago
ec7e43e
xhci: Ensure a command structure points to the correct trb on the command ring
by Mathias Nyman
· 11 years ago
284d205
xhci: Fix oops happening after address device timeout
by Mathias Nyman
· 11 years ago
c04ee4b
Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""
by Greg Kroah-Hartman
· 11 years ago
dc4fea7
Merge branch 'master' into usb-next
by Greg Kroah-Hartman
· 11 years ago
42f4891
Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 11 years ago
37c3a3c
USB: ehci-fsl: Remove casting the return value which is a void pointer
by Jingoo Han
· 11 years ago
46c73d1
USB: EHCI: handle isochronous underruns with tasklets
by Alan Stern
· 11 years ago
e4e18cb
USB: EHCI: code rearrangement in iso_stream_schedule()
by Alan Stern
· 11 years ago
3b8d732
Revert "USB: EHCI: support running URB giveback in tasklet context"
by Greg Kroah-Hartman
· 11 years ago
660479a
usb: host: fsl-mph-dr-of: Staticize local symbols
by Sachin Kamat
· 11 years ago
0244ad0
Remove GENERIC_HARDIRQ config option
by Martin Schwidefsky
· 11 years ago
39eda2a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
b3b4911
Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
eb5ea73
ehci: remove debugging statement with ehci statistics in ehci_stop()
by Xenia Ragiadakou
· 11 years ago
15532f4
ehci: remove duplicate debug_async_open() prototype in ehci-dbg.c
by Xenia Ragiadakou
· 11 years ago
1512c91
ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set
by Xenia Ragiadakou
· 11 years ago
fea26ef
ehci: remove ehci_vdbg() verbose debugging statements
by Xenia Ragiadakou
· 11 years ago
9b1b016
usb: r8a66597-hcd: use platform_{get,set}_drvdata()
by Libo Chen
· 11 years ago
Next »