aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan1-0/+1
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji5-216/+4
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman1-1/+0
2022-06-21usb: typec: mux: Allow muxes to specify mode-switchPrashant Malani1-2/+6
2022-06-21usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko1-1/+0
2022-06-12usb: typec: tcpm: Register USB Power Delivery CapabilitiesHeikki Krogerus1-1/+141
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus2-0/+153
2022-06-12usb: typec: Separate USB Power Delivery from USB Type-CHeikki Krogerus3-1/+739
2022-06-10ucsi_ccg: ACPI based I2c client enumeration for AMD ASICsSanket Goswami1-0/+7
2022-06-10ucsi_ccg: Do not hardcode interrupt polarity and typeSanket Goswami1-8/+13
2022-06-10usb: typec: tcpm: fix typo in commentJulia Lawall1-1/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-144/+530
2022-05-30Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-17/+6
2022-05-30usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probeDan Carpenter1-2/+2
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter1-2/+2
2022-05-12usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang1-0/+26
2022-05-05usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König1-1/+1
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2-7/+18
2022-04-27usb: typec: ucsi: acpi: Map the mailbox with memremap()Heikki Krogerus1-15/+4
2022-04-26usb: typec: mux: Add On Semi fsa4480 driverBjorn Andersson3-0/+229
2022-04-26usb: typec: mux: Allow multiple mux_devs per muxBjorn Andersson1-26/+102
2022-04-26usb: typec: mux: Introduce indirectionBjorn Andersson5-87/+136
2022-04-26usb: typec: mux: Check dev_set_name() return valueBjorn Andersson1-4/+10
2022-04-26usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan2-13/+25
2022-04-26usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan1-24/+29
2022-04-21usb: typec: rt1719: Fix build error without CONFIG_POWER_SUPPLYRen Zhijie1-0/+1
2022-04-21usb: typec: ucsi: Fix role swappingHeikki Krogerus1-7/+13
2022-04-21usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus1-0/+4
2022-04-21usb: typec: tipd: Only update power status on IRQGuido Günther1-20/+12
2022-04-21usb: typec: mux: intel_pmc_mux: Add retry logic to a PMC commandTanveer Alam1-2/+19
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