summaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)Author
2025-06-24usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera
2025-05-23USB: gadget: fix up const issue with struct usb_function_instanceGreg Kroah-Hartman
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-03usb: ulpi: Remove unused otg_ulpi_createDr. David Alan Gilbert
2025-02-21usb: Add base USB MCTP definitionsJeremy Kerr
2025-02-10r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski
2025-02-03usb: musb: Constify struct musb_fifo_cfgChristophe JAILLET
2025-01-17usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso
2025-01-13usb: phy: Remove API devm_usb_put_phy()Zijun Hu
2024-12-24usb: typec: Make active on port altmode writableAbhishek Pandit-Subedi
2024-12-24usb: typec: Add driver for Thunderbolt 3 Alternate ModeHeikki Krogerus
2024-12-24usb: typec: tcpm: Add new AMS for Get_Revision responseAmit Sunil Dhamne
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-10-29usb: storage: fix wrong comments for struct bulk_cb_wrapDingyan Li
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus
2024-10-08media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap typeDavid Given
2024-10-08media: uvcvideo: Add luma 16-bit interlaced pixel formatDmitry Perchanov
2024-10-04usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flagXu Yang
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum
2024-09-11Merge tag 'usb-serial-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-09-03usb: gadget: function: move u_f.h to include/linux/usb/func_utils.hMichael Grzeschik
2024-08-26USB: serial: set driver owner when registering driversKrzysztof Kozlowski
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET
2024-08-07usb: gadget: Increase max configuration interface to 32Akash Kumar
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fieldsAndré Draszik
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REVAndré Draszik
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VALAndré Draszik
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]André Draszik
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]André Draszik
2024-08-07usb: typec: tcpci: fix a comment typoAndré Draszik
2024-07-10usb: gadget: Use u16 types for 16-bit fieldsKees Cook
2024-07-03usb: typec: tcpci: add support to set connector orientationMarco Felsch
2024-06-04usb: typec: Update sysfs when setting opsAbhishek Pandit-Subedi
2024-05-10usb: phy: tegra: Replace of_gpio.h by proper oneAndy Shevchenko
2024-04-18usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapperGeert Uytterhoeven
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-05usb: typec: tcpm: add support to set tcpc connector orientatitionMarco Felsch
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd
2024-03-05usb: typec: pd: no opencoding of FIELD_GETOliver Neukum
2024-03-02USB: typec: no opencoding FIELD_GETOliver Neukum
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman