aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/phy.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-27USB: gadget: Fix use-after-free Read in usb_udc_uevent()Alan Stern1-5/+6
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2-11/+16
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov1-1/+7
2022-07-27usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji1-5/+6
2022-07-27usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang1-1/+3
2022-07-27usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_clients()Yang Yingliang1-1/+1
2022-07-27usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang1-1/+3
2022-07-27usb: typec: anx7411: use semi-colons instead of commasDan Carpenter1-5/+5
2022-07-27usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter1-2/+2
2022-07-27usb: typec: anx7411: Fix an array out of boundsDan Carpenter1-1/+1
2022-07-27usb: phy: remove redundant store to variable var after & operationColin Ian King1-1/+1
2022-07-25USB: serial: fix tty-port initialized commentsJohan Hovold3-3/+5
2022-07-25USB: serial: usb_wwan: replace DTR/RTS magic numbers with macrosYan Xinyu1-4/+6
2022-07-25USB: gadget: f_acm: use CDC definesJohan Hovold1-15/+5
2022-07-25staging: gdm724x: drop unused CDC definesJohan Hovold1-6/+0
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold2-25/+12
2022-07-25USB: cdc-acm: use CDC control-line definesJohan Hovold2-16/+9
2022-07-25USB: cdc: add serial-state definesJohan Hovold1-0/+9
2022-07-25USB: cdc: add control-signal definesJohan Hovold1-0/+4
2022-07-23USB: docs: fixed table margin in configfs-usb-gadget-mass-storageMaxim Devaev1-2/+2
2022-07-19Revert "platform/chrome: Add Type-C mux set command definitions"Greg Kroah-Hartman1-18/+0
2022-07-19Revert "platform/chrome: cros_typec_switch: Add switch driver"Greg Kroah-Hartman4-183/+0
2022-07-19Revert "platform/chrome: cros_typec_switch: Add ACPI Kconfig dep"Greg Kroah-Hartman1-1/+1
2022-07-19Revert "platform/chrome: cros_typec_switch: Set EC retimer"Greg Kroah-Hartman1-55/+1
2022-07-19Revert "platform/chrome: cros_typec_switch: Add event check"Greg Kroah-Hartman1-70/+2
2022-07-19Revert "platform/chrome: cros_typec_switch: Register mode switches"Greg Kroah-Hartman1-40/+0
2022-07-19Revert "platform/chrome: cros_ec_typec: Cleanup switch handle return paths"Greg Kroah-Hartman1-2/+4
2022-07-19Revert "platform/chrome: cros_ec_typec: Get retimer handle"Greg Kroah-Hartman1-41/+3
2022-07-18platform/chrome: cros_typec_switch: Add ACPI Kconfig depPrashant Malani1-1/+1
2022-07-17Linux 5.19-rc7Linus Torvalds1-1/+1
2022-07-17drm/i915/ttm: fix 32b buildMatthew Auld6-13/+15
2022-07-17perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao1-0/+2
2022-07-17perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter1-14/+4
2022-07-17perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter1-3/+6
2022-07-17tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2022-07-17tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2-3/+30
2022-07-17tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-07-16random: cap jitter samples per bit to factor of HZJason A. Donenfeld1-1/+1
2022-07-16efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo1-1/+4
2022-07-16x86/bugs: Remove apostrophe typoKim Phillips1-1/+1
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba4-44/+50
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba1-18/+22
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba4-55/+97
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba6-139/+171
2022-07-15platform/chrome: cros_ec_typec: Get retimer handlePrashant Malani1-3/+41
2022-07-15platform/chrome: cros_ec_typec: Cleanup switch handle return pathsPrashant Malani1-4/+2
2022-07-15platform/chrome: cros_typec_switch: Register mode switchesPrashant Malani1-0/+40
2022-07-15platform/chrome: cros_typec_switch: Add event checkPrashant Malani1-2/+70
2022-07-15platform/chrome: cros_typec_switch: Set EC retimerPrashant Malani1-1/+55