summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson2021-09-031-1/+1
* usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg2021-09-032-20/+107
* usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg2021-09-031-2/+3
* usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso2021-08-121-2/+2
* usb: typec: stusb160x: register role switch before interrupt registrationAmelie Delaunay2021-07-281-4/+7
* usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng2021-07-141-1/+3
* usb: typec: mux: Fix copy-paste mistake in typec_mux_matchBjorn Andersson2021-06-161-1/+1
* usb: typec: tcpm: cancel frs hrtimer when unregister tcpm portLi Jun2021-06-161-0/+1
* usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun2021-06-161-0/+3
* usb: typec: intel_pmc_mux: Add missed error check for devm_ioremap_resource()Andy Shevchenko2021-06-161-0/+5
* usb: typec: intel_pmc_mux: Put fwnode in error case during ->probe()Andy Shevchenko2021-06-161-1/+3
* usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana2021-06-161-0/+1
* usb: typec: wcove: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko2021-06-161-1/+1
* usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson2021-06-031-3/+4
* usb: typec: tcpm: Fix error while calculating PPS out valuesBadhri Jagan Sridharan2021-05-191-3/+3
* usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko2021-05-191-1/+4
* usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham2021-05-192-11/+36
* usb: typec: stusb160x: fix return value check in stusb160x_probe()Wei Yongjun2021-05-141-2/+2
* usb: typec: tps6598x: Fix return value check in tps6598x_probe()Wei Yongjun2021-05-141-2/+2
* usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan2021-05-141-3/+18
* usb: typec: tcpm: update power supply once partner acceptsBadhri Jagan Sridharan2021-05-141-3/+1
* usb: typec: tcpm: Address incorrect values of tcpm psy for pps supplyBadhri Jagan Sridharan2021-05-141-35/+53
* usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supplyBadhri Jagan Sridharan2021-05-141-7/+10
* usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan2021-03-251-1/+8
* usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg structElias Rudberg2021-03-251-1/+0
* usb: typec: Fix copy paste error for NVIDIA alt-mode descriptionPeter Robinson2021-01-191-1/+1
* usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ requestMadhusudanarao Amara2021-01-121-0/+11
* usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
* usb: typec: qcom-pmic-typec: fix builtin build errorsRandy Dunlap2020-11-161-0/+1
* usb: typec: ucsi: Report power supply changesHeikki Krogerus2020-11-133-1/+17
* usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay2020-10-291-12/+8
* usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay2020-10-291-0/+1
* usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter2020-10-281-2/+2
* usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun2020-10-281-3/+3
* usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-1/+1
* usb: typec: stusb160x: fix some signedness bugsDan Carpenter2020-10-281-3/+4
* Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-1516-106/+2543
|\
| * usb: typec: Add QCOM PMIC typec detection driverWesley Cheng2020-10-093-0/+275
| * usb: typec: tcpci_maxim: Add support for Sink FRSBadhri Jagan Sridharan2020-10-081-4/+46
| * usb: typec: tcpci: Implement callbacks for FRSBadhri Jagan Sridharan2020-10-082-0/+25
| * usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)Badhri Jagan Sridharan2020-10-081-3/+226
| * usb: typec: tcpci_maxim: Chip level TCPC driverBadhri Jagan Sridharan2020-10-084-7/+476
| * usb: typec: tcpci: Add set_vbus tcpci callbackBadhri Jagan Sridharan2020-10-082-0/+8
| * usb: typec: tcpci: Add a getter method to retrieve tcpm_port referenceBadhri Jagan Sridharan2020-10-082-0/+8
| * usb: typec: add support for STUSB160x Type-C controller familyAmelie Delaunay2020-10-023-0/+888
| * usb: typec: add typec_find_pwr_opmodeAmelie Delaunay2020-10-021-0/+15
| * usb: typec: hd3ss3220: Use OF graph API to get the connector fwnodeBiju Das2020-10-021-4/+14
| * usb: typec: displayport: Reduce noise from the driverHeikki Krogerus2020-10-021-1/+1
| * Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-213-10/+26
| |\
| * | usb: typec: tcpci: update ROLE_CONTROL for DRPBadhri Jagan Sridharan2020-09-161-1/+36