summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)Author
2025-12-23Revert "usb: typec: ucsi: Update UCSI structure to have message in and messag...Johan Hovold
2025-12-23Revert "usb: typec: ucsi: Add support for message out data structure"Johan Hovold
2025-11-21usb: typec: ucsi: Add support for message out data structurePooja Katiyar
2025-11-21usb: typec: ucsi: Update UCSI structure to have message in and message out fi...Pooja Katiyar
2025-11-21usb: typec: ucsi: Set orientation_aware if UCSI version is 2.x and aboveAbel Vesa
2025-10-28usb: typec: ucsi: Add support for orientationAbel Vesa
2025-10-22usb: typec: ucsi: Report power supply change on sink path changeJameson Thies
2025-10-22usb: typec: ucsi: Report power supply changes on power opmode changesJameson Thies
2025-10-13usb: typec: ucsi: Handle incorrect num_connectors capabilityMark Pearson
2025-09-06usb: typec: ucsi: Add check for UCSI versionVenkat Jayaraman
2025-08-17usb: typec: ucsi: Add support for READ_POWER_LEVEL commandVenkat Jayaraman
2025-07-21usb: typec: ucsi: Update power_supply on power role changeMyrrh Periwinkle
2025-06-24usb: typec: ucsi: add recipient arg to update_altmodes() callbackDmitry Baryshkov
2025-05-01usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman
2025-03-06usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski
2025-02-19usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin
2025-02-19acpi: typec: ucsi: Introduce a ->poll_cci methodChristian A. Ehrhardt
2025-02-03usb: typec: ucsi: return CCI and message from sync_control callbackDmitry Baryshkov
2024-12-04usb: typec: ucsi: Fix connector status writing past buffer sizeLucas De Marchi
2024-12-04usb: typec: ucsi: Fix completion notificationsƁukasz Bartosik
2024-11-12usb: typec: ucsi: Fix a missing bits to bytes conversion in ucsi_init()Heikki Krogerus
2024-11-07usb: typec: ucsi: Convert connector specific commands to bitmapsHeikki Krogerus
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus
2024-10-17usb: typec: ucsi: Add support for the partner USB ModesHeikki Krogerus
2024-10-17usb: typec: ucsi: Supply the USB capabilities to the portsHeikki Krogerus
2024-09-13usb: typec: ucsi: Fix busy loop on ASUS VivoBooksChristian A. Ehrhardt
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman
2024-09-03usb: typec: ucsi: Fix cable registrationHeikki Krogerus
2024-09-03usb: typec: ucsi: Fix the partner PD revisionHeikki Krogerus
2024-08-23usb: typec: ucsi: Remove useless error check from ucsi_read_error()Heikki Krogerus
2024-08-23usb: typec: ucsi: Call CANCEL from single locationHeikki Krogerus
2024-08-23usb: typec: ucsi: Common function for the GET_PD_MESSAGE commandHeikki Krogerus
2024-08-23usb: typec: ucsi: Only assign the identity structure if the PPM supports itHeikki Krogerus
2024-08-23usb: typec: ucsi: Don't truncate the readsHeikki Krogerus
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman
2024-08-13usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus
2024-08-07usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()Heikki Krogerus
2024-07-03usb: typec: ucsi: reorder operations in ucsi_run_command()Dmitry Baryshkov
2024-07-03usb: typec: ucsi: extract common code for command handlingDmitry Baryshkov
2024-07-03usb: typec: ucsi: inline ucsi_read_message_inDmitry Baryshkov
2024-07-03usb: typec: ucsi: rework command execution functionsDmitry Baryshkov
2024-07-03usb: typec: ucsi: split read operationDmitry Baryshkov
2024-07-03usb: typec: ucsi: simplify command sending APIDmitry Baryshkov
2024-07-03usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()Dmitry Baryshkov
2024-06-27usb: typec: ucsi: UCSI2.0 Get Error Status changesPooja Katiyar
2024-06-27usb: typec: ucsi: UCSI2.0 Get Error Status data structure changesPooja Katiyar
2024-06-27usb: typec: ucsi: Only set number of plug altmodes after registrationJameson Thies
2024-06-20usb: typec: ucsi: psy: Add support for the charge type propertyHeikki Krogerus
2024-06-20usb: typec: ucsi: don't retrieve PDOs if not supportedMark Pearson