summaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-10usb: gadget: Use u16 types for 16-bit fieldsKees Cook1-5/+5
2024-07-03usb: typec: tcpci: add support to set connector orientationMarco Felsch1-0/+8
2024-06-04usb: typec: Update sysfs when setting opsAbhishek Pandit-Subedi1-0/+3
2024-05-10usb: phy: tegra: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+2
2024-04-18usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapperGeert Uytterhoeven1-5/+0
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco2-18/+18
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-15/+100
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-03-05usb: typec: tcpm: add support to set tcpc connector orientatitionMarco Felsch1-0/+2
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd1-0/+7
2024-03-05usb: typec: pd: no opencoding of FIELD_GETOliver Neukum2-7/+9
2024-03-02USB: typec: no opencoding FIELD_GETOliver Neukum1-4/+5
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman1-1/+0
2024-02-17usb: gadget: Support already-mapped DMA SGsPaul Cercueil1-0/+2
2024-02-09Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen1-1/+0
2024-02-06usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo1-1/+1
2024-01-28usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-1/+7
2024-01-28usb: typec: tcpci: add attempt_vconn_swap_discovery callbackRD Babiera2-0/+18
2024-01-28usb: typec: tcpm: add control message support to sop'RD Babiera1-0/+1
2024-01-28usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera2-1/+3
2024-01-28usb: typec: tcpci: add cable_comm_capable attributeRD Babiera2-0/+7
2024-01-28usb: typec: altmodes: add svdm version info for typec cablesRD Babiera2-0/+13
2024-01-28usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2-0/+24