index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-03
usb: common: create Kconfig file
Chunfeng Yun
2
-34
/
+39
2019-09-03
usb: roles: get usb-role-switch from parent
Chunfeng Yun
1
-4
/
+21
2019-09-03
Merge generic_lookup_helpers into usb-next
Greg Kroah-Hartman
48
-383
/
+341
2019-09-03
usb: roles: Add fwnode_usb_role_switch_get() function
Heikki Krogerus
2
-0
/
+27
2019-09-03
device connection: Add fwnode_connection_find_match()
Heikki Krogerus
2
-15
/
+38
2019-09-03
usb: roles: Introduce stubs for the exiting functions in role.h
Yu Chen
1
-0
/
+30
2019-09-03
dt-bindings: usb: mtu3: add properties about USB Role Switch
Chunfeng Yun
1
-0
/
+10
2019-09-03
dt-bindings: usb: add binding for USB GPIO based connection detection driver
Chunfeng Yun
1
-0
/
+30
2019-09-03
dt-bindings: connector: add optional properties for Type-B
Chunfeng Yun
1
-0
/
+14
2019-09-03
dt-binding: usb: add usb-role-switch property
Chunfeng Yun
1
-0
/
+4
2019-09-03
usbip: Implement SG support to vhci-hcd and stub driver
Suwan Kim
8
-125
/
+378
2019-09-03
usb: roles: intel: Enable static DRD mode for role switch
Saranya Gopal
1
-2
/
+25
2019-09-03
xhci-ext-caps.c: Add property to disable Intel SW switch
Saranya Gopal
1
-0
/
+18
2019-09-03
usb: dwc3: remove generic PHY calibrate() calls
Marek Szyprowski
1
-2
/
+0
2019-09-03
usb: core: phy: add support for PHY calibration
Marek Szyprowski
3
-0
/
+29
2019-09-03
usb: chipidea: msm: Use device-managed registration API
Chuhong Yuan
1
-6
/
+3
2019-09-03
usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settings
Yoshihiro Shimoda
2
-28
/
+14
2019-09-03
usb: host: xhci-rcar: Add a helper macro to set xhci_plat_priv
Yoshihiro Shimoda
2
-8
/
+9
2019-09-03
usb: host: xhci-plat: add quirks member into struct xhci_plat_priv
Yoshihiro Shimoda
2
-1
/
+5
2019-09-03
xhci: fix possible memleak on setup address fails.
Ikjoon Jang
1
-1
/
+2
2019-09-03
xhci: add TSP bitflag to TRB tracing
Mathias Nyman
1
-1
/
+2
2019-09-03
usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_requests()'
Christophe JAILLET
1
-1
/
+1
2019-09-03
usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
Christophe JAILLET
1
-1
/
+1
2019-09-03
usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"
Colin Ian King
1
-1
/
+1
2019-09-03
usb: cdns3: fix missing assignment of ret before error check on ret
Colin Ian King
1
-3
/
+3
2019-09-03
usb: cdns3: remove redundant assignment to ret on error exit path
Colin Ian King
1
-3
/
+1
2019-09-03
usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2C
YueHaibing
1
-0
/
+1
2019-09-03
usb: cdns3: remove set but not used variable 'priv_dev'
YueHaibing
1
-5
/
+0
2019-09-03
usb: cdns3: Fix Wunused-but-set-variable warning
YueHaibing
1
-3
/
+1
2019-09-03
mfd: don't select DMA_DECLARE_COHERENT for the sm501 and tc6393xb drivers
Christoph Hellwig
1
-2
/
+0
2019-09-03
usb: remove commented out dma wrappers
Christoph Hellwig
1
-222
/
+0
2019-09-03
usb: remove a stale comment in hcd_alloc_coherent
Christoph Hellwig
1
-3
/
+0
2019-09-03
usb-storage: use hcd_uses_dma to check for DMA capabilities
Christoph Hellwig
1
-3
/
+3
2019-09-03
usb/ohci-tmio: remove the HCD_DMA flag
Christoph Hellwig
1
-1
/
+1
2019-09-03
usb/ohci-sm501: remove the HCD_DMA flag
Christoph Hellwig
1
-1
/
+1
2019-09-02
Merge 5.3-rc7 into usb-next
Greg Kroah-Hartman
591
-3025
/
+5901
2019-09-02
Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Greg Kroah-Hartman
51
-476
/
+7960
2019-09-02
Linux 5.3-rc7
Linus Torvalds
1
-1
/
+1
2019-09-02
Merge tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
12
-18
/
+328
2019-09-02
Merge tag 'usb-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
11
-47
/
+82
2019-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
89
-486
/
+760
2019-09-01
net: seeq: Fix the function used to release some memory in an error handling path
Christophe JAILLET
1
-3
/
+4
2019-09-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-39
/
+43
2019-09-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-7
/
+24
2019-09-01
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Linus Torvalds
5
-47
/
+90
2019-08-31
enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove functions
Christophe JAILLET
1
-1
/
+4
2019-08-31
net: bcmgenet: use ethtool_op_get_ts_info()
Ryan M. Collins
1
-0
/
+1
2019-08-31
tc-testing: don't hardcode 'ip' in nsPlugin.py
Davide Caratti
1
-11
/
+11
2019-08-31
Merge branch 'net-dsa-microchip-add-KSZ8563-support'
David S. Miller
2
-0
/
+2
2019-08-31
net: dsa: microchip: add KSZ8563 compatibility string
Razvan Stefanescu
1
-0
/
+1
[next]