summaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman1-1/+0
2023-07-27usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K1-0/+1
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li1-0/+5
2022-10-26usb: common: move function's kerneldoc next to its definitionChunfeng Yun1-61/+0
2022-10-26usb: common: add function to get interval expressed in us unitChunfeng Yun1-0/+3
2022-10-26usb: common: Parse for USB SSP genXxYThinh Nguyen1-0/+11
2022-10-26usb: ch9: Add USB 3.2 SSP attributesThinh Nguyen1-0/+9
2022-09-08usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun1-0/+5
2022-08-21USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-0/+1
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2022-02-01usb: roles: fix include/linux/usb/role.h compile issueLinyu Yuan1-0/+6
2021-11-06Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-2/+0
2021-09-30usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2021-08-12usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko1-0/+1
2021-06-16usb: pd: Set PD_T_SINK_WAIT_CAP to 310msKyle Tso1-1/+1
2021-06-10net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-0/+2
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-17Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+16
2020-10-15usb: docs: document altmode register/unregister functionsMauro Carvalho Chehab1-0/+16
2020-10-08usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)Badhri Jagan Sridharan2-9/+18
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-6/+21
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay1-0/+1
2020-10-02USB: UDC: Expand device model API interfaceAlan Stern1-6/+21
2020-08-28usb: typec: pd: Fix formatting in pd.h headerBadhri Jagan Sridharan1-3/+3
2020-08-28usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwap...Badhri Jagan Sridharan1-0/+1
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+2
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-46/+49
2020-07-28usb: chipidea: add query_available_role interfacePeter Chen1-0/+2
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-21usb: typec: tcpm: Stay in BIST mode till hardreset or unattachedBadhri Jagan Sridharan1-0/+1
2020-07-21usb: typec: tcpm: Support bist test data mode for complianceBadhri Jagan Sridharan1-0/+2
2020-07-17net: usbnet: export usbnet_set_rx_mode()Bjørn Mork1-0/+1
2020-07-17net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez1-0/+1
2020-07-15usb: linux/usb/gadget.h: fix duplicated word in commentRandy Dunlap1-1/+1
2020-07-15usb: linux/usb/serial.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-15usb: linux/usb/pd_vdo.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-09USB: serial: drop extern keyword from function declarationsJohan Hovold1-45/+36
2020-07-09USB: serial: drop unnecessary sysrq includeJohan Hovold1-1/+0
2020-07-09USB: serial: add sysrq break-handler dummyJohan Hovold1-1/+5
2020-07-09USB: serial: inline sysrq dummy functionJohan Hovold1-0/+9
2020-07-03USB: Fix up terminology in include filesGreg Kroah-Hartman2-7/+8
2020-07-01usb: typec: Add data structure for Enter_USB messageHeikki Krogerus1-0/+14
2020-07-01usb: typec: Combine the definitions for Accessory and USB modesHeikki Krogerus1-9/+5
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman1-2/+2
2020-05-26Merge tag 'usb-ci-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2-0/+11
2020-05-25usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak1-0/+3
2020-05-25usb: gadget: core: sync interrupt before unbind the udcPeter Chen1-0/+2
2020-05-25usb: gadget: Introduce usb_request->is_lastThinh Nguyen1-0/+3