Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9124b121e317f3ee3b442b0a3a508c9c13f602e2
9124b12
xhci: add variable 'cmd_trb' in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
e7a79a1
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
by Xenia Ragiadakou
· 11 years ago
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
890dae8
xhci: Enable LPM support only for hardwired or BESL devices
by Mathias Nyman
· 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
dcc01c0
usb: Disable USB 2.0 Link PM before device reset.
by Sarah Sharp
· 11 years ago
c00809d
USB: ohci-exynos: Remove non-DT support
by Jingoo Han
· 11 years ago
88ed9fd
usb/hcd: remove unnecessary local_irq_save
by Michael Opdenacker
· 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
781b213
drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style
by Matthias Beyer
· 11 years ago
1335f2d
drivers: usb: core: file.c: moved asterisk to variable name
by Matthias Beyer
· 11 years ago
469271f
drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes
by Matthias Beyer
· 11 years ago
a91ccd2
USB: mos7840: fix tiocmget error handling
by Johan Hovold
· 11 years ago
706cd17
USB: serial: export usb_serial_generic_write_start
by Johan Hovold
· 11 years ago
818f603
USB: serial: add memory flags to usb_serial_generic_write_start
by Johan Hovold
· 11 years ago
92ad247
USB: serial: clean up comments in generic driver
by Johan Hovold
· 11 years ago
059239a
drivers: usb: core: hcd.c: converted busmap from struct to bitmap
by Matthias Beyer
· 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
a4b3f02
ARM: SAMSUNG: Remove unused s5p_device_ehci
by Jingoo Han
· 11 years ago
7c4bb94
USB: add a private-data pointer to struct usb_tt
by Alan Stern
· 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
63fb3a2
USB: NS_TO_US should round up
by Alan Stern
· 11 years ago
6ec4147
usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done
by Hans de Goede
· 11 years ago
9ef73db
usb-anchor: Ensure poisened gets initialized to 0
by Hans de Goede
· 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
65b2fb3
usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context
by Peter Chen
· 11 years ago
a3aee36
usb: chipidea: udc: Fix spinlock recursion during bus reset
by Peter Chen
· 11 years ago
5287bf7
USB: cyberjack: fix buggy integer overflow test
by Dan Carpenter
· 11 years ago
5a3e205
USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()
by Deng-Cheng Zhu
· 11 years ago
cae9160
usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
afc3cba
usb: wusbcore: fix string formatting warnings on 64-bit builds
by Thomas Pugliese
· 11 years ago
2b4ef83
usb: host: uhci-platform: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
4c015ba
Merge 3.12-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
d0e639c9
Linux 3.12-rc4
by Linus Torvalds
· 11 years ago
2433c8f
net: Update the sysctl permissions handler to test effective uid/gid
by Eric W. Biederman
· 11 years ago
13caa8e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
831ae3c
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
d1ddb0a
drivers: usb: core: hcd: if-else-braces fixed
by Matthias Beyer
· 11 years ago
0701049
drivers: usb: core: hcd: removed braces for return statements
by Matthias Beyer
· 11 years ago
048cb21
drivers: usb: core: hcd: replaced C99 // comments
by Matthias Beyer
· 11 years ago
1455735
drivers: usb: core: hcd: Whitespace fixes
by Matthias Beyer
· 11 years ago
842c196
drivers: usb: core: hcd: moved asterix to variable
by Matthias Beyer
· 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
e81b1a6
usb: g_ffs: fix compilation warning
by David Cohen
· 11 years ago
7a32d9b
usb: wusbcore: add support for isoc out transfers
by Thomas Pugliese
· 11 years ago
e4a49a6
usb: remove intel_mid_otg.h
by Heikki Krogerus
· 11 years ago
e62063d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
85f6d2d
Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
4ed5476
Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
e3757a1
Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
20fa786
Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
b208c2f
btrfs: Fix crash due to not allocating integrity data for a bioset
by Darrick J. Wong
· 11 years ago
1329dfc
Merge branch 'for-linus' into for-linus-3.12
by Chris Mason
· 11 years ago
a5c984c
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
95167aa
Merge tag 'pci-v3.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
67d470e
Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"
by Bjorn Helgaas
· 11 years ago
7dee8df
Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
Next »