summaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+3
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-1/+3
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-07-25net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg1-0/+1
2025-07-22net: usb: cdc-ncm: check for filtering capabilityOliver Neukum1-0/+1
2025-07-11media: uvcvideo: Auto-set UVC_QUIRK_MSXU_METARicardo Ribalda1-0/+3
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman1-0/+1
2025-06-24usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera1-0/+1
2025-06-20net: usb: Convert tasklet API to new bottom half workqueue mechanismJun Miao1-1/+1
2025-06-19usb: chipidea: udc: add CI_HDRC_CONTROLLER_PULLUP_EVENT eventXu Yang1-0/+1
2025-06-19usb: gadget: Remove unused usb_remove_configDr. David Alan Gilbert1-3/+0
2025-06-19usb: gadget: config: Remove unused usb_gadget_config_bufDr. David Alan Gilbert1-4/+0
2025-06-19usb: phy: tegra: Remove unused functionsDr. David Alan Gilbert1-9/+0
2025-05-23USB: gadget: fix up const issue with struct usb_function_instanceGreg Kroah-Hartman1-1/+1
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng1-1/+29
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng1-1/+1
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman1-0/+74
2025-04-03Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-10/+1
2025-03-03usb: ulpi: Remove unused otg_ulpi_createDr. David Alan Gilbert1-9/+0
2025-02-22usb: Add base USB MCTP definitionsJeremy Kerr1-0/+30
2025-02-11r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski1-0/+1
2025-02-03usb: musb: Constify struct musb_fifo_cfgChristophe JAILLET1-1/+1
2025-01-17usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso1-1/+2
2025-01-13usb: phy: Remove API devm_usb_put_phy()Zijun Hu1-5/+0
2024-12-24usb: typec: Make active on port altmode writableAbhishek Pandit-Subedi1-0/+2
2024-12-24usb: typec: Add driver for Thunderbolt 3 Alternate ModeHeikki Krogerus1-0/+1
2024-12-24usb: typec: tcpm: Add new AMS for Get_Revision responseAmit Sunil Dhamne1-2/+20
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li1-0/+8
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-1/+24
2024-10-29usb: storage: fix wrong comments for struct bulk_cb_wrapDingyan Li1-1/+1
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus1-0/+5
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus1-0/+17
2024-10-08media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap typeDavid Given1-0/+3
2024-10-08media: uvcvideo: Add luma 16-bit interlaced pixel formatDmitry Perchanov1-0/+3
2024-10-04usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flagXu Yang1-0/+1
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+15
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-0/+15
2024-09-11Merge tag 'usb-serial-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+5
2024-09-03usb: gadget: function: move u_f.h to include/linux/usb/func_utils.hMichael Grzeschik1-0/+86
2024-08-26USB: serial: set driver owner when registering driversKrzysztof Kozlowski1-2/+5
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET1-2/+2
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET1-3/+0
2024-08-07usb: gadget: Increase max configuration interface to 32Akash Kumar1-1/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fieldsAndré Draszik1-4/+2
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REVAndré Draszik1-2/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VALAndré Draszik1-2/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]André Draszik1-6/+3
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]André Draszik1-5/+3
2024-08-07usb: typec: tcpci: fix a comment typoAndré Draszik1-1/+1