summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2025-06-19usb: gadget: m66592-udc: Use USB API functions rather than constantsChen Ni-3/+3
2025-06-19usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...Seungjin Bae-1/+1
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)-12/+2
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-2/+2
2025-06-10usb: gadget: pxa25x_udc: Switch to use devm_gpio_request_one()Andy Shevchenko-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-38/+48
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12231/+3600
2025-06-03Merge tag 'leds-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-4/+2
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+6
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-0/+2
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki-0/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-6/+14
2025-05-23usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5...Arnd Bergmann-2/+5
2025-05-23usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macroJihed Chaibi-2/+2
2025-05-23USB: typec: fix const issue in typec_match()Greg Kroah-Hartman-1/+1
2025-05-23USB: gadget: udc: fix const issue in gadget_match_driver()Greg Kroah-Hartman-1/+1
2025-05-23USB: gadget: fix up const issue with struct usb_function_instanceGreg Kroah-Hartman-1/+1
2025-05-23Merge tag 'usb-serial-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-6/+3
2025-05-21USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2ABCharles Yeh-0/+2
2025-05-21USB: serial: bus: fix const issue in usb_serial_device_match()Greg Kroah-Hartman-1/+1
2025-05-21usb: usbtmc: Fix timeout value in get_stbDave Penkler-1/+3
2025-05-21usb: usbtmc: Fix read_stb function and get_stb ioctlDave Penkler-8/+9
2025-05-21usb: misc: onboard_usb_dev: Fix usb5744 initialization sequenceJonathan Stroud-13/+87
2025-05-21usb: misc: onboard_usb_dev: Add support for TI TUSB8044 hubMike Looijmans-0/+4
2025-05-21usb: gadget: lpc32xx_udc: Use USB API functions rather than constantsChen Ni-1/+1
2025-05-21usb: gadget: epautoconf: Use USB API functions rather than constantsChen Ni-1/+1
2025-05-21usb: dwc2: gadget: Use USB API functions rather than constantsChen Ni-1/+1
2025-05-21usb: core: config: Use USB API functions rather than constantsChen Ni-1/+1
2025-05-21usb: dwc3-exynos: add support for ExynosAutov920Pritam Manohar Sutar-0/+9
2025-05-21usb: cdnsp: Fix issue with detecting command completion eventPawel Laszczak-1/+17
2025-05-21usb: cdnsp: Fix issue with detecting USB 3.2 speedPawel Laszczak-1/+6
2025-05-21usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman-2/+14
2025-05-21usb: dwc3: qcom: Use bulk clock API and devresBjorn Andersson-75/+15
2025-05-21usb: gadget: u_serial: Avoid double unlock of serial_port_lockPrashanth K-0/+7
2025-05-21usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage deviceHongyu Xie-0/+7
2025-05-21usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AEJiayi Li-0/+3
2025-05-21usb: typec: tcpm: Use configured PD revision for negotiationCosmo Chou-4/+25
2025-05-21usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous workRD Babiera-20/+71
2025-05-21usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()Amit Sunil Dhamne-1/+2
2025-05-21xhci: Add missing parameter description to xhci_get_endpoint_index()Hans Zhang-0/+1
2025-05-21usb: xhci: rename 'irq_control' to 'imod'Niklas Neronin-12/+12
2025-05-21usb: xhci: rename 'irq_pending' to 'iman'Niklas Neronin-17/+17
2025-05-21usb: xhci: cleanup IMOD register commentsNiklas Neronin-15/+18
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin-3/+4
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin-4/+4
2025-05-21usb: xhci: remove '0' write to write-1-to-clear registerNiklas Neronin-9/+10
2025-05-21usb: xhci: guarantee that IMAN register is flushedNiklas Neronin-0/+6
2025-05-21usb: xhci: improve Interrupt Management register macrosNiklas Neronin-12/+10
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin-6/+6