summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: ucsi: stm32g0: add bootloader supportFabrice Gasnier2022-07-271-13/+526
* usb: typec: ucsi: stm32g0: add support for stm32g0 controllerFabrice Gasnier2022-07-273-0/+275
* usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan2022-07-271-0/+4
* usb: typec: retimer: Add missing id check in match callbackNícolas F. R. A. Prado2022-07-271-2/+7
* usb/typec/tcpm: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji2022-07-271-5/+6
* usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang2022-07-271-1/+3
* usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_cli...Yang Yingliang2022-07-271-1/+1
* usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang2022-07-271-1/+3
* usb: typec: anx7411: use semi-colons instead of commasDan Carpenter2022-07-271-5/+5
* usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter2022-07-271-2/+2
* usb: typec: anx7411: Fix an array out of boundsDan Carpenter2022-07-271-1/+1
* Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman2022-07-181-0/+1
|\
| * usb: typec: add missing uevent when partner support PDLinyu Yuan2022-07-081-0/+1
* | usb: typec: Add retimer handle to portPrashant Malani2022-07-142-0/+10
* | usb: typec: Add support for retimersPrashant Malani2022-07-145-2/+193
* | usb: typec: anx7411: Add Analogix PD ANX7411 supportXin Ji2022-07-143-0/+1608
* | usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji2022-07-085-216/+4
* | Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman2022-06-271-1/+0
|\|
| * usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko2022-06-211-1/+0
* | usb: typec: mux: Allow muxes to specify mode-switchPrashant Malani2022-06-211-2/+6
* | usb: typec: tcpm: Register USB Power Delivery CapabilitiesHeikki Krogerus2022-06-121-1/+141
* | usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus2022-06-122-0/+153
* | usb: typec: Separate USB Power Delivery from USB Type-CHeikki Krogerus2022-06-123-1/+739
* | ucsi_ccg: ACPI based I2c client enumeration for AMD ASICsSanket Goswami2022-06-101-0/+7
* | ucsi_ccg: Do not hardcode interrupt polarity and typeSanket Goswami2022-06-101-8/+13
* | usb: typec: tcpm: fix typo in commentJulia Lawall2022-06-101-1/+1
|/
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-2/+2
|\
| * extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-131-2/+2
* | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-0311-144/+530
|\ \
| * | Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-032-7/+18
| |\|
| * | usb: typec: mux: Add On Semi fsa4480 driverBjorn Andersson2022-04-263-0/+229
| * | usb: typec: mux: Allow multiple mux_devs per muxBjorn Andersson2022-04-261-26/+102
| * | usb: typec: mux: Introduce indirectionBjorn Andersson2022-04-265-87/+136
| * | usb: typec: mux: Check dev_set_name() return valueBjorn Andersson2022-04-261-4/+10
| * | usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan2022-04-262-13/+25
| * | usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan2022-04-261-24/+29
| * | usb: typec: tipd: Only update power status on IRQGuido Günther2022-04-211-20/+12
| * | usb: typec: mux: intel_pmc_mux: Add retry logic to a PMC commandTanveer Alam2022-04-211-2/+19
| | |
| \ \
*-. \ \ Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki2022-05-301-17/+6
|\ \ \ \ | | |_|/ | |/| |
| | * | usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probeDan Carpenter2022-05-301-2/+2
| | * | usb: typec: ucsi: acpi: Map the mailbox with memremap()Heikki Krogerus2022-04-271-15/+4
| | |/
* | | usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang2022-05-121-0/+26
* | | usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König2022-05-051-1/+1
|/ /
* | usb: typec: rt1719: Fix build error without CONFIG_POWER_SUPPLYRen Zhijie2022-04-211-0/+1
* | usb: typec: ucsi: Fix role swappingHeikki Krogerus2022-04-211-7/+13
* | usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus2022-04-211-0/+4
|/
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-268-23/+1472
|\
| * usb: typec: tipd: Forward plug orientation to typec subsystemSven Peter2022-03-032-0/+6
| * Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-281-3/+4
| |\