aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-02usb: typec: Return void in typec_partner_set_pd_revisionKyle Tso1-1/+1
2021-02-02usb: typec: tcpm: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan1-0/+5
2021-02-01usb: typec: Add typec_partner_set_pd_revisionBenson Leung1-0/+1
2021-02-01usb: typec: Provide PD Specification Revision for cable and partnerBenson Leung1-0/+10
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso1-0/+1
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman1-0/+2
2021-01-21usb: typec: tcpm: Protocol Error handlingKyle Tso1-0/+1
2021-01-21usb: typec: tcpm: AMS and Collision AvoidanceKyle Tso2-0/+5
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-0/+2
2021-01-18usb: gadget: Introduce udc_set_ssp_rate() for SSPThinh Nguyen1-0/+2
2021-01-18usb: gadget: Introduce SSP rates and lanesThinh Nguyen1-0/+9
2021-01-18usb: ch9: Add USB 3.2 SSP attributesThinh Nguyen1-0/+9
2021-01-13usb: chipidea: tegra: Support host modePeter Geis1-0/+6
2021-01-13usb: phy: tegra: Support waking up from a low power modeDmitry Osipenko1-0/+2
2021-01-04usb: gadget: composite: Split composite reset and disconnectWesley Cheng1-0/+2
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-12/+51
2020-12-11Merge tag 'usb-serial-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-2/+0
2020-12-11USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAPKyle Tso1-0/+1
2020-12-09usb: typec: tcpm: Introduce vsafe0v for vbusBadhri Jagan Sridharan1-0/+7
2020-12-09usb: typec: tcpm: Pass down negotiated rev to update retry countBadhri Jagan Sridharan1-1/+1
2020-11-26usb: typec: tcpm: Stay in SNK_TRY_WAIT_DEBOUNCE_CHECK_VBUS till Rp is seenBadhri Jagan Sridharan1-0/+1
2020-11-26usb: pd: DFP product typesHeikki Krogerus1-3/+12
2020-11-18usb: typec: Add plug num_altmodes sysfs attrPrashant Malani1-0/+1
2020-11-18usb: typec: tcpm: Implement enabling Auto Discharge disconnect supportBadhri Jagan Sridharan1-0/+15
2020-11-18usb: typec: tcpm: frs sourcing vbus callbackBadhri Jagan Sridharan1-0/+4
2020-11-18usb: typec: Add number of altmodes partner attrPrashant Malani1-0/+1
2020-11-18usb: pd: Add captive Type C cable typePrashant Malani1-1/+3
2020-11-18usb: typec: Remove one bit support for the Thunderbolt rounded/non-rounded cableUtkarsh Patel1-1/+0
2020-11-18usb: typec: Correct the bit values for the Thunderbolt rounded/non-rounded cable supportUtkarsh Patel1-0/+5
2020-11-14usb: hcd.h: Remove RUN_CONTEXTSebastian Andrzej Siewior1-4/+0
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-2/+0
2020-11-12usbnet: switch to core handling of rx/tx byte/packet countersHeiner Kallweit1-4/+2
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-05net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang1-0/+37
2020-11-04USB: serial: remove write wait queueJohan Hovold1-2/+0
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus 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/balbi/usb into usb-nextGreg 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 tSwapSourceStartBadhri Jagan Sridharan1-0/+1
2020-08-05Merge 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/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+2
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg 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