summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2022-09-27usb: typec: ucsi: Remove incorrect warningHeikki Krogerus-2/+0
2022-09-22usb: typec: anx7411: Fix build error without CONFIG_POWER_SUPPLYRen Zhijie-0/+1
2022-08-30usb: typec: Remove retimers properlyHeikki Krogerus-0/+1
2022-08-23Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai-29/+24
2022-08-18usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun-2/+2
2022-08-18usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM deviceUtkarsh Patel-2/+7
2022-08-18usb: typec: tcpm: Return ENOTSUPP for power supply prop writesBadhri Jagan Sridharan-0/+7
2022-07-27usb: typec: ucsi: stm32g0: add bootloader supportFabrice Gasnier-13/+526
2022-07-27usb: typec: ucsi: stm32g0: add support for stm32g0 controllerFabrice Gasnier-0/+275
2022-07-27usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan-0/+4
2022-07-27usb: typec: retimer: Add missing id check in match callbackNícolas F. R. A. Prado-2/+7
2022-07-27usb/typec/tcpm: fix repeated words in commentsJilin Yuan-1/+1
2022-07-27usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji-5/+6
2022-07-27usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang-1/+3
2022-07-27usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_cli...Yang Yingliang-1/+1
2022-07-27usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang-1/+3
2022-07-27usb: typec: anx7411: use semi-colons instead of commasDan Carpenter-5/+5
2022-07-27usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter-2/+2
2022-07-27usb: typec: anx7411: Fix an array out of boundsDan Carpenter-1/+1
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman-0/+1
2022-07-14usb: typec: Add retimer handle to portPrashant Malani-0/+10
2022-07-14usb: typec: Add support for retimersPrashant Malani-2/+193
2022-07-14usb: typec: anx7411: Add Analogix PD ANX7411 supportXin Ji-0/+1608
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan-0/+1
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji-216/+4
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman-1/+0
2022-06-21usb: typec: mux: Allow muxes to specify mode-switchPrashant Malani-2/+6
2022-06-21usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko-1/+0
2022-06-12usb: typec: tcpm: Register USB Power Delivery CapabilitiesHeikki Krogerus-1/+141
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus-0/+153
2022-06-12usb: typec: Separate USB Power Delivery from USB Type-CHeikki Krogerus-1/+739
2022-06-10ucsi_ccg: ACPI based I2c client enumeration for AMD ASICsSanket Goswami-0/+7
2022-06-10ucsi_ccg: Do not hardcode interrupt polarity and typeSanket Goswami-8/+13
2022-06-10usb: typec: tcpm: fix typo in commentJulia Lawall-1/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-144/+530
2022-05-30Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki-17/+6
2022-05-30usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probeDan Carpenter-2/+2
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter-2/+2
2022-05-12usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang-0/+26
2022-05-05usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König-1/+1
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman-7/+18
2022-04-27usb: typec: ucsi: acpi: Map the mailbox with memremap()Heikki Krogerus-15/+4
2022-04-26usb: typec: mux: Add On Semi fsa4480 driverBjorn Andersson-0/+229
2022-04-26usb: typec: mux: Allow multiple mux_devs per muxBjorn Andersson-26/+102
2022-04-26usb: typec: mux: Introduce indirectionBjorn Andersson-87/+136
2022-04-26usb: typec: mux: Check dev_set_name() return valueBjorn Andersson-4/+10
2022-04-26usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan-13/+25
2022-04-26usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan-24/+29
2022-04-21usb: typec: rt1719: Fix build error without CONFIG_POWER_SUPPLYRen Zhijie-0/+1