summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-07-05usb: cdns3: starfive: Initialize JH7100 host modeEmil Renner Berthing1-0/+43
2025-07-05usb: cdns3: starfive: Add StarFive JH7100 supportEmil Renner Berthing1-18/+28
2025-07-05usb: cdns3: starfive: Don't store device backpointerEmil Renner Berthing1-22/+15
2025-07-05usb: cdns3: starfive: Simplify mode initEmil Renner Berthing1-30/+21
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar32-38/+48
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds84-12231/+3600
2025-06-03Merge tag 'leds-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-4/+2
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2025-05-28Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+2
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-0/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-6/+14
2025-05-23usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5...Arnd Bergmann1-2/+5
2025-05-23usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macroJihed Chaibi2-2/+2
2025-05-23USB: typec: fix const issue in typec_match()Greg Kroah-Hartman1-1/+1
2025-05-23USB: gadget: udc: fix const issue in gadget_match_driver()Greg Kroah-Hartman1-1/+1
2025-05-23USB: gadget: fix up const issue with struct usb_function_instanceGreg Kroah-Hartman1-1/+1
2025-05-23Merge tag 'usb-serial-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-6/+3
2025-05-21USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2ABCharles Yeh1-0/+2
2025-05-21USB: serial: bus: fix const issue in usb_serial_device_match()Greg Kroah-Hartman1-1/+1
2025-05-21usb: usbtmc: Fix timeout value in get_stbDave Penkler1-1/+3
2025-05-21usb: usbtmc: Fix read_stb function and get_stb ioctlDave Penkler1-8/+9
2025-05-21usb: misc: onboard_usb_dev: Fix usb5744 initialization sequenceJonathan Stroud1-13/+87
2025-05-21usb: misc: onboard_usb_dev: Add support for TI TUSB8044 hubMike Looijmans2-0/+4
2025-05-21usb: gadget: lpc32xx_udc: Use USB API functions rather than constantsChen Ni1-1/+1
2025-05-21usb: gadget: epautoconf: Use USB API functions rather than constantsChen Ni1-1/+1
2025-05-21usb: dwc2: gadget: Use USB API functions rather than constantsChen Ni1-1/+1
2025-05-21usb: core: config: Use USB API functions rather than constantsChen Ni1-1/+1
2025-05-21usb: dwc3-exynos: add support for ExynosAutov920Pritam Manohar Sutar1-0/+9
2025-05-21usb: cdnsp: Fix issue with detecting command completion eventPawel Laszczak1-1/+17
2025-05-21usb: cdnsp: Fix issue with detecting USB 3.2 speedPawel Laszczak2-1/+6
2025-05-21usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-05-21usb: dwc3: qcom: Use bulk clock API and devresBjorn Andersson1-75/+15
2025-05-21usb: gadget: u_serial: Avoid double unlock of serial_port_lockPrashanth K1-0/+7
2025-05-21usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage deviceHongyu Xie1-0/+7
2025-05-21usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AEJiayi Li1-0/+3
2025-05-21usb: typec: tcpm: Use configured PD revision for negotiationCosmo Chou1-4/+25
2025-05-21usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous workRD Babiera1-20/+71
2025-05-21usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()Amit Sunil Dhamne1-1/+2
2025-05-21xhci: Add missing parameter description to xhci_get_endpoint_index()Hans Zhang1-0/+1
2025-05-21usb: xhci: rename 'irq_control' to 'imod'Niklas Neronin2-12/+12
2025-05-21usb: xhci: rename 'irq_pending' to 'iman'Niklas Neronin3-17/+17
2025-05-21usb: xhci: cleanup IMOD register commentsNiklas Neronin1-15/+18
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin2-3/+4
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin2-4/+4
2025-05-21usb: xhci: remove '0' write to write-1-to-clear registerNiklas Neronin4-9/+10
2025-05-21usb: xhci: guarantee that IMAN register is flushedNiklas Neronin2-0/+6
2025-05-21usb: xhci: improve Interrupt Management register macrosNiklas Neronin2-12/+10
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin2-6/+6
2025-05-21usb: xhci: cleanup xhci_mem_init()Niklas Neronin1-25/+27