aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-08-19usb: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 11-18/+18
2022-08-19USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGravatar Greg Kroah-Hartman 1-3/+8
2022-08-19usb: gadget: udc: renesas_usb3: Add support for RZ/V2MGravatar Phil Edworthy 1-27/+104
2022-08-19usb: typec: tcpci_rt1711h: Fix CC PHY noise filter of voltage levelGravatar Gene Chen 1-1/+57
2022-08-19usb: typec: tcpci: Move function "tcpci_to_typec_cc" to commonGravatar Gene Chen 1-22/+0
2022-08-19usb: typec: tcpci_rt1711h: Add compatible id with rt1715Gravatar Gene Chen 1-9/+34
2022-08-19usb: typec: tcpci_rt1711h: Add initial phy settingGravatar Gene Chen 1-1/+14
2022-08-19usb: typec: tcpci_rt1711h: Add regulator support when source vbusGravatar Gene Chen 1-0/+28
2022-08-19usb: typec: tcpci_rt1711h: Fix vendor setting when set vconnGravatar Gene Chen 1-2/+4
2022-08-19usb: dwc3: qcom: clean up icc initGravatar Johan Hovold 1-8/+7
2022-08-19usb: dwc3: qcom: only parse 'maximum-speed' onceGravatar Johan Hovold 1-2/+3
2022-08-19usb: common: debug: Check non-standard control requestsGravatar Thinh Nguyen 1-32/+64
2022-08-19usb: dwc3: trace: add Start of Frame Number to trace eventGravatar Michael Grzeschik 1-1/+2
2022-08-19usb: dwc3: debug: show events parameters in hexGravatar Michael Grzeschik 1-2/+2
2022-08-19usb: dwc3: gadget: conditionally remove requestsGravatar Michael Grzeschik 1-6/+6
2022-08-19USB: host: npcm: Add NPCM8XX supportGravatar Tomer Maimon 1-4/+4
2022-08-19usb: host: npcm7xx: remove USB EHCI host reset sequenceGravatar Tomer Maimon 1-50/+0
2022-08-18usb: gadget: rndis: use %u instead of %d to print u32 valuesGravatar Ray Hung 1-1/+1
2022-08-18usb: typec: ucsi: stm32g0: Fix spelling mistake "booloader" -> "bootloader"Gravatar Colin Ian King 1-1/+1
2022-08-18usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driverGravatar ChiYuan Huang 3-0/+219
2022-08-18usb: common: usb-conn-gpio: Simplify some error messageGravatar Christophe JAILLET 1-4/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 2-3/+39
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 4-10/+8
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Gravatar Linus Torvalds 1-2/+2
2022-08-04usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Gravatar Nathan Chancellor 1-4/+8
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 123-711/+12672
2022-08-03usb:udc: remove reference to AVR32 architecture in Atmel USBA KconfigGravatar Hans-Christian Noren Egtvedt 1-2/+2
2022-07-29Merge branch 'acpi-bus'Gravatar Rafael J. Wysocki 1-17/+1
2022-07-28usb: misc: onboard_usb_hub: Remove duplicated power_on delayGravatar Alexander Stein 1-3/+0
2022-07-27usb: misc: onboard_usb_hub: Add TI USB8041 hub supportGravatar Alexander Stein 2-0/+9
2022-07-27usb: misc: onboard_usb_hub: Add reset-gpio supportGravatar Alexander Stein 2-5/+45
2022-07-27USB: usbsevseg: convert sysfs snprintf to sysfs_emitGravatar Xuezhi Zhang 1-1/+1
2022-07-27usb: misc: onboard-hub: add support for Microchip USB2514B USB 2.0 hubGravatar Fabrice Gasnier 2-0/+3
2022-07-27usb: typec: ucsi: stm32g0: add bootloader supportGravatar Fabrice Gasnier 1-13/+526
2022-07-27usb: typec: ucsi: stm32g0: add support for stm32g0 controllerGravatar Fabrice Gasnier 3-0/+275
2022-07-27usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionGravatar Linyu Yuan 1-0/+4
2022-07-27usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...Gravatar Andrey Strachuk 1-3/+6
2022-07-27usb/chipidea: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-07-27usb: renesas-xhci: Do not print any log while fw verif successGravatar Chen Xingdi 1-4/+0
2022-07-27usb: typec: retimer: Add missing id check in match callbackGravatar Nícolas F. R. A. Prado 1-2/+7
2022-07-27USB: xhci: Fix comment typoGravatar Jason Wang 1-1/+1
2022-07-27usb/typec/tcpm: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-07-27usb/musb: fix repeated words in commentsGravatar Jilin Yuan 2-2/+2
2022-07-27usb/misc: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-07-27usb/image: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-07-27usb/host: fix repeated words in commentsGravatar Jilin Yuan 2-2/+2
2022-07-27usb/core: fix repeated words in commentsGravatar Jilin Yuan 2-2/+2
2022-07-27usb/atm: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-07-27USB: gadget: Fix use-after-free Read in usb_udc_uevent()Gravatar Alan Stern 1-5/+6