aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/typec (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-23/+1472
2022-03-03usb: typec: tipd: Forward plug orientation to typec subsystemSven Peter2-0/+6
2022-03-02ACPI: bus: Introduce acpi_bus_for_each_dev()Rafael J. Wysocki1-1/+1
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman1-3/+4
2022-02-17usb: typec: Support the WUSB3801 port controllerSamuel Holland3-0/+448
2022-02-17usb: typec: Factor out non-PD fwnode propertiesSamuel Holland2-23/+44
2022-02-17tps6598x: clear int mask on probe failureJens Axboe1-3/+4
2022-02-11usb: typec: rt1719: Add support for Richtek RT1719ChiYuan Huang3-0/+974
2022-01-26ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen1-1/+1
2022-01-25usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan1-0/+4
2022-01-25usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan1-1/+2
2022-01-25usb: typec: Don't try to register component master without componentsHeikki Krogerus1-0/+2
2022-01-25usb: typec: Only attempt to link USB ports if there is fwnodeHeikki Krogerus1-1/+5
2022-01-25usb: typec: tcpci: don't touch CC line if it's Vconn sourceXu Yang2-0/+27
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-1/+3
2021-12-30usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus4-248/+46
2021-12-21usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus1-1/+3
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-5/+13
2021-12-15usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang1-5/+13
2021-12-06Merge 5.16-rc4 into usb-nextGreg Kroah-Hartman1-4/+0
2021-12-03usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan1-4/+0
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman2-20/+21
2021-11-23usb: typec: tipd: Fix initialization sequence for cd321xHector Martin1-17/+16
2021-11-23usb: typec: tipd: Fix typo in cd321x_switch_power_stateHector Martin1-1/+1
2021-11-17usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman1-2/+4
2021-11-17usb: typec: ucsi: Expose number of alternate modes in partnerSaranya Gopal1-1/+15
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-222/+392
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie3-6/+5
2021-10-20usb: typec: tipd: Enable event interrupts by defaultSaranya Gopal1-0/+8
2021-10-18usb: typec: STUSB160X should select REGMAP_I2CRandy Dunlap1-2/+2
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman3-6/+5
2021-10-05usb: typec: tcpm: handle SRC_STARTUP state if cc changesXu Yang1-0/+1
2021-10-05usb: typec: tcpci: don't handle vSafe0V event if it's not enabledXu Yang1-1/+1
2021-10-05usb: typec: tipd: Remove dependency on "connector" child fwnodeHeikki Krogerus1-5/+3
2021-10-05usb: typec: tipd: Remove FIXME about testing with I2C_FUNC_I2CSven Peter1-3/+0
2021-10-05usb: typec: tipd: Switch CD321X power state to S0Sven Peter2-0/+43
2021-10-05usb: typec: tipd: Add support for Apple CD321XSven Peter3-1/+91
2021-10-05usb: typec: tipd: Add short-circuit for no irqsSven Peter1-1/+6
2021-10-05usb: typec: tipd: Split interrupt handlerSven Peter1-31/+65
2021-10-05usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus2-147/+45
2021-10-05usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus1-13/+17
2021-10-05usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus1-5/+9
2021-10-05usb: typec: ucsi: acpi: Reduce the command completion timeoutHeikki Krogerus1-1/+1
2021-10-05usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus2-19/+101
2021-10-05usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus1-0/+2
2021-10-05usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus1-1/+3
2021-10-05usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"Xu Yang1-1/+1
2021-09-21usb: typec: tipd: Remove WARN_ON in tps6598x_block_readSven Peter1-1/+1
2021-09-21usb: typec: tipd: Add an additional overflow checkSven Peter1-0/+3
2021-09-21usb: typec: tipd: Don't read/write more bytes than requiredSven Peter1-2/+2