Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7afd1b0b2ef9a8120951188a955010ef92bdf885
/
drivers
/
usb
/
host
590b5b7
treewide: kzalloc_node() -> kcalloc_node()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
c2ef60f
Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"
by Marc Zyngier
· 7 years ago
12de0a3
xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
by Marc Zyngier
· 7 years ago
36b6857
xhci: Allow more than 32 quirks
by Marc Zyngier
· 7 years ago
a965315
usb: xhci: force all memory allocations to node
by Adam Wallis
· 7 years ago
b8fc774
USB: ehci-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
2ee1272
USB: fhci-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
9b10516
USB: fotg210-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
465d325
USB: imx21-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
9fc6f22
USB: isp116x-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
63c4c0d
USB: ohci: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
3770587
USB: uhci: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
380375b
usb: xhci: tegra: Fix runtime PM support
by Jon Hunter
· 7 years ago
802bda5
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
by Prasanthi Chellakumar
· 7 years ago
58c3811
usb: xhci: tegra: Add support for managing powergates
by Jon Hunter
· 7 years ago
ee9e5f4
usb: xhci: tegra: Add runtime PM support
by Jon Hunter
· 7 years ago
f468b55
usb: xhci: tegra: Prepare for adding runtime PM support
by Jon Hunter
· 7 years ago
87a0380
xhci: debugfs: add debugfs interface to enable compliance mode for a port
by Mathias Nyman
· 7 years ago
6547502
xhci: debugfs: add usb ports to xhci debugfs
by Mathias Nyman
· 7 years ago
07f7619
xhci: xhci-mem: remove port_arrays and the code initializing them
by Mathias Nyman
· 7 years ago
edaa30f
xhci-mtk: use xhci hub structures to get number of ports in roothubs
by Mathias Nyman
· 7 years ago
925f349
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
by Mathias Nyman
· 7 years ago
38986ff
xhci: use port structures instead of port arrays in xhci.c functions
by Mathias Nyman
· 7 years ago
eaefcf2
xhci: change xhci_test_and_clear_bit() to use new port structure
by Mathias Nyman
· 7 years ago
6b7f40f
xhci: change xhci_set_link_state() to work with port structures
by Mathias Nyman
· 7 years ago
74e6ad5
xhci: rename faked_port_index to hcd_portnum
by Mathias Nyman
· 7 years ago
52c7755
xhci: xhci-ring: use port structures for port event handler
by Mathias Nyman
· 7 years ago
fdcf74ff
xhci: xhci-hub: use new port structures for cas and wake mask functions.
by Mathias Nyman
· 7 years ago
e740b01
xhci: xhci-hub: use new port structures to get port address instead of port array
by Mathias Nyman
· 7 years ago
ffd4b4f
xhci: Add helper to get xhci roothub from hcd
by Mathias Nyman
· 7 years ago
9ea95ec
xhci: set hcd pointers for xhci usb2 and usb3 roothub structures
by Mathias Nyman
· 7 years ago
bcaa9d5
xhci: Create new structures to store xhci port information
by Mathias Nyman
· 7 years ago
c508f41d
xhci: hisilicon: support HiSilicon STB xHCI host controller
by Jianguo Sun
· 7 years ago
4786d2e
usb: xhci: dbc: Add SPDX identifiers to dbc files
by Lu Baolu
· 7 years ago
c049ffb
Merge 4.17-rc6 into usb-next
by Greg Kroah-Hartman
· 7 years ago
2278446
xhci: Fix USB3 NULL pointer dereference at logical disconnect.
by Mathias Nyman
· 7 years ago
58318cd
Merge 4.17-rc4 into usb-next
by Greg Kroah-Hartman
· 7 years ago
43b78f1
Revert "usb: host: ehci: Use dma_pool_zalloc()"
by Greg Kroah-Hartman
· 7 years ago
44a182b
xhci: Fix use-after-free in xhci_free_virt_device
by Mathias Nyman
· 7 years ago
890fa45
Merge 4.17-rc3 into usb-next
by Greg Kroah-Hartman
· 7 years ago
ee30ec0
usb: phy: Add Kconfig entry for Tegra PHY driver
by Dmitry Osipenko
· 7 years ago
1434703
usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phy
by Dmitry Osipenko
· 7 years ago
0fd2060
usb: host: xhci-plat: Fix clock resource by adding a register clock
by Gregory CLEMENT
· 7 years ago
3e29109
usb: host: xhci-plat: Remove useless test before clk_disable_unprepare
by Gregory CLEMENT
· 7 years ago
e90308a
USB: ehci-omap: drop unused legacy phy support
by Johan Hovold
· 7 years ago
7fc65d4
xhci: Fix Kernel oops in xhci dbgtty
by Zhengjun Xing
· 7 years ago
c20f53c
Revert "xhci: plat: Register shutdown for xhci_plat"
by Greg Kroah-Hartman
· 7 years ago
3ae2da7
usb: host: xhci-plat: Fix clock resource by adding a register clock
by Gregory CLEMENT
· 7 years ago
2d79609
usb: host: xhci-plat: Remove useless test before clk_disable_unprepare
by Gregory CLEMENT
· 7 years ago
621faf4
xhci: Fix USB ports for Dell Inspiron 5775
by Kai-Heng Feng
· 7 years ago
ac9053d
Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
f5a8eb6
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 7 years ago
da2827a
usb: isp1362: remove blackfin arch glue
by Arnd Bergmann
· 7 years ago
03f4c9a
usb: host: remove tilegx platform glue
by Arnd Bergmann
· 7 years ago
53d473f
usb: host: Remove the deprecated ATH79 USB host config options
by Alban Bedel
· 7 years ago
fa31b3c
xhci: Add Intel extended cap / otg phy mux handling
by Hans de Goede
· 7 years ago
d0a0fa9d
xhci: Add option to get next extended capability in list by passing id = 0
by Mathias Nyman
· 7 years ago
a8f25c3
Merge branch 4.16-rc6 into usb-next
by Greg Kroah-Hartman
· 7 years ago
7bb9aed
USB: host: sl811: Re-use DEFINE_SHOW_ATTRIBUTE() macro
by Andy Shevchenko
· 7 years ago
0ee78c1
xhci: Show what USB release number the xHC supports from protocol capablity
by Mathias Nyman
· 7 years ago
f524946
xhci: Clear the host side toggle manually when endpoint is soft reset
by Mathias Nyman
· 7 years ago
15febf5
xhci: refactor xhci_urb_enqueue a bit with minor changes
by Mathias Nyman
· 7 years ago
a38fe33
xhci: Don't always run the default stop endpoint command completion handler
by Mathias Nyman
· 7 years ago
a400efe
xhci: zero usb device slot_id member when disabling and freeing a xhci slot
by Mathias Nyman
· 7 years ago
0c34191
usb: xhci: Remove ep_trb from finish_td()
by Lu Baolu
· 7 years ago
5fee5a5
usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()
by Lu Baolu
· 7 years ago
29f6533
usb: xhci: Clean up error code in xhci_dbc_tty_register_device()
by Dan Carpenter
· 7 years ago
d6c931e
USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
by Fredrik Noring
· 7 years ago
1255dfd
usb: host: ohci-platform: remove custom USB PHY handling
by Martin Blumenstingl
· 7 years ago
27b3df4
usb: host: ehci-platform: remove custom USB PHY handling
by Martin Blumenstingl
· 7 years ago
6ae9f50
usb: host: xhci-mtk: remove custom USB PHY handling
by Martin Blumenstingl
· 7 years ago
4e88d4c
usb: add a flag to skip PHY initialization to struct usb_hcd
by Martin Blumenstingl
· 7 years ago
e23500d
USB: host: whci: Re-use DEFINE_SHOW_ATTRIBUTE() macro
by Andy Shevchenko
· 7 years ago
0a9e8ad
USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macro
by Andy Shevchenko
· 7 years ago
64cfe86
USB: host: imx21: Re-use DEFINE_SHOW_ATTRIBUTE() macro
by Andy Shevchenko
· 7 years ago
513f675
USB: host: fhci: Re-use DEFINE_SHOW_ATTRIBUTE() macro
by Andy Shevchenko
· 7 years ago
191edc5
xhci: Fix front USB ports on ASUS PRIME B350M-A
by Kai-Heng Feng
· 7 years ago
d56e57c
usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume timing"
by Yoshihiro Shimoda
· 7 years ago
015dbeb
usb: host: xhci-rcar: add support for r8a77965
by Yoshihiro Shimoda
· 7 years ago
a098dc8
usb: xhci: dbc: Fix lockdep warning
by Lu Baolu
· 7 years ago
97ef0fa
xhci: fix endpoint context tracer output
by Mathias Nyman
· 7 years ago
134d1fd
Merge 4.16-rc3 into usb-next
by Greg Kroah-Hartman
· 7 years ago
a638af0
Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
22072e8
usb: host: ehci: Use dma_pool_zalloc()
by Souptick Joarder
· 7 years ago
ec89756
usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
by James Hogan
· 7 years ago
46408ea
usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks()
by AMAN DEEP
· 7 years ago
91b1193
usb: host: ehci: always enable interrupt for qtd completion at test mode
by Peter Chen
· 7 years ago
02a10f06
usb: host: ehci: use correct device pointer for dma ops
by Peter Chen
· 7 years ago
b2685bd
ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()
by Shigeru Yoshida
· 7 years ago
11cd764
xhci: fix xhci debugfs errors in xhci_stop
by Zhengjun Xing
· 7 years ago
8c5a93e
xhci: xhci debugfs device nodes weren't removed after device plugged out
by Zhengjun Xing
· 7 years ago
d9167671
xhci: Fix xhci debugfs devices node disappearance after hibernation
by Zhengjun Xing
· 7 years ago
fa2dfd0
xhci: Fix NULL pointer in xhci debugfs
by Zhengjun Xing
· 7 years ago
1208d8a
xhci: Don't print a warning when setting link state for disabled ports
by Mathias Nyman
· 7 years ago
bde0716
xhci: workaround for AMD Promontory disabled ports wakeup
by Joe Lee
· 7 years ago
567af7f
pinctrl: files should directly include apis they use
by Stephen Rothwell
· 7 years ago
ed5bd7a
USB: move many drivers to use DEVICE_ATTR_RW
by Greg Kroah-Hartman
· 7 years ago
5008ae5
usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found
by Ladislav Michl
· 7 years ago
Next »