summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2025-01-17usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistan...Dan Carpenter1-2/+2
2025-01-09usb: typec: ucsi: glink: fix off-by-one in connector_statusDmitry Baryshkov1-1/+1
2025-01-09usb: typec: ucsi: glink: be more precise on orientation-aware portsDmitry Baryshkov1-5/+5
2025-01-09usb: typec: ucsi: glink: set orientation aware if supportedDmitry Baryshkov1-0/+12
2025-01-09usb: typec: ucsi: add update_connector callbackDmitry Baryshkov2-0/+5
2025-01-09usb: typec: ucsi: glink: move GPIO reading into connector_status callbackDmitry Baryshkov1-28/+20
2025-01-09usb: typec: ucsi: add callback for connector status updatesDmitry Baryshkov2-0/+9
2024-12-19usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()Joe Hattori1-7/+12
2024-12-19usb: typec: anx7411: fix fwnode_handle reference leakJoe Hattori1-18/+29
2024-12-09mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko1-4/+0
2024-12-09usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco1-2/+4
2024-11-14usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter1-0/+2
2024-11-14usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie1-4/+4
2024-11-08usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco1-2/+2
2024-11-08usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco1-0/+1
2024-11-01usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo1-0/+3
2024-10-22usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEFJonathan Marek1-1/+0
2024-10-17usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov1-0/+2
2024-09-08usb: typec: ucsi: Fix null pointer dereference in traceAbhishek Pandit-Subedi1-1/+1
2024-09-04soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson1-6/+10
2024-09-04usb: typec: fix up incorrectly backported "usb: typec: tcpm: unregister exist...Greg Kroah-Hartman1-7/+7
2024-08-29Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"Xu Yang1-1/+0
2024-08-03usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and removeNeil Armstrong1-1/+6
2024-07-05usb: ucsi: stm32: fix command completion handlingFabrice Gasnier1-4/+15
2024-07-05usb: typec: ucsi: glink: fix child node release in probe functionJavier Carrasco1-1/+4
2024-07-05usb: typec: ucsi: Ack also failed Get Error commandsHeikki Krogerus1-1/+6
2024-07-05usb: typec: ucsi: Never send a lone connector change ackChristian A. Ehrhardt1-27/+21
2024-06-27usb: typec: ucsi_glink: drop special handling for CCI_BUSYDmitry Baryshkov1-5/+3
2024-06-21usb: typec: tcpm: Ignore received Hard Reset in TOGGLING stateKyle Tso1-0/+1
2024-06-21usb: typec: tcpm: fix use-after-free case in tcpm_register_source_capsAmit Sunil Dhamne1-1/+3
2024-06-12usb: typec: ucsi: simplify partner's PD caps registrationDmitry Baryshkov1-13/+1
2024-06-12usb: typec: ucsi: always register a link to USB PD deviceDmitry Baryshkov1-2/+2
2024-05-25usb: typec: tipd: fix event checking for tps6598xJavier Carrasco2-13/+43
2024-05-25usb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus1-4/+0
2024-05-17usb: typec: tcpm: Check for port partner validity before consuming itBadhri Jagan Sridharan1-7/+23
2024-05-17usb: typec: tcpm: unregister existing source caps before re-registrationAmit Sunil Dhamne1-1/+4
2024-05-17usb: typec: tcpm: clear pd_event queue in PORT_RESETRD Babiera1-0/+1
2024-05-17usb: typec: ucsi: Fix connector check on initChristian A. Ehrhardt1-2/+4
2024-05-17usb: typec: ucsi: Check for notifications after initChristian A. Ehrhardt1-1/+9
2024-04-13usb: typec: tcpci: add generic tcpci fallback compatibleMarco Felsch1-0/+1
2024-04-13usb: typec: ucsi: Limit read size on v1.2Abhishek Pandit-Subedi2-2/+35
2024-04-10usb: typec: ucsi: Fix race between typec_switch and role_switchKrishna Kurapati1-0/+14
2024-04-03usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetChristian A. Ehrhardt1-1/+35
2024-04-03usb: typec: ucsi_acpi: Refactor and fix DELL quirkChristian A. Ehrhardt1-42/+33
2024-04-03usb: typec: ucsi: Ack unsupported commandsChristian A. Ehrhardt1-1/+5
2024-04-03usb: typec: ucsi: Clear EVENT_PENDING under PPM lockChristian A. Ehrhardt1-2/+2
2024-04-03usb: typec: Return size of buffer if pd_set operation succeedsKyle Tso1-1/+6
2024-04-03usb: typec: altmodes/displayport: create sysfs nodes as driver's default devi...RD Babiera1-9/+9
2024-04-03usb: typec: tpcm: Fix PORT_RESET behavior for self powered devicesBadhri Jagan Sridharan1-2/+5
2024-04-03usb: typec: ucsi: Clean up UCSI_CABLE_PROP macrosJameson Thies1-2/+2