summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-01usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski1-0/+34
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman1-12/+13
2025-03-06usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski1-6/+7
2025-02-19usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin1-1/+1
2025-02-19acpi: typec: ucsi: Introduce a ->poll_cci methodChristian A. Ehrhardt1-5/+5
2025-02-03usb: typec: ucsi: return CCI and message from sync_control callbackDmitry Baryshkov1-8/+11
2024-12-04usb: typec: ucsi: Fix connector status writing past buffer sizeLucas De Marchi1-1/+2
2024-12-04usb: typec: ucsi: Fix completion notificationsƁukasz Bartosik1-2/+4
2024-11-12usb: typec: ucsi: Fix a missing bits to bytes conversion in ucsi_init()Heikki Krogerus1-1/+2
2024-11-07usb: typec: ucsi: Convert connector specific commands to bitmapsHeikki Krogerus1-62/+59
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus1-15/+16
2024-10-17usb: typec: ucsi: Add support for the partner USB ModesHeikki Krogerus1-0/+9
2024-10-17usb: typec: ucsi: Supply the USB capabilities to the portsHeikki Krogerus1-0/+7
2024-09-13usb: typec: ucsi: Fix busy loop on ASUS VivoBooksChristian A. Ehrhardt1-6/+12
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman1-39/+41
2024-09-03usb: typec: ucsi: Fix cable registrationHeikki Krogerus1-15/+15
2024-09-03usb: typec: ucsi: Fix the partner PD revisionHeikki Krogerus1-24/+26
2024-08-23usb: typec: ucsi: Remove useless error check from ucsi_read_error()Heikki Krogerus1-3/+0
2024-08-23usb: typec: ucsi: Call CANCEL from single locationHeikki Krogerus1-13/+4
2024-08-23usb: typec: ucsi: Common function for the GET_PD_MESSAGE commandHeikki Krogerus1-65/+27
2024-08-23usb: typec: ucsi: Only assign the identity structure if the PPM supports itHeikki Krogerus1-2/+4
2024-08-23usb: typec: ucsi: Don't truncate the readsHeikki Krogerus1-6/+2
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman1-1/+15
2024-08-13usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus1-1/+1
2024-08-07usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()Heikki Krogerus1-7/+4
2024-07-03usb: typec: ucsi: reorder operations in ucsi_run_command()Dmitry Baryshkov1-20/+14
2024-07-03usb: typec: ucsi: extract common code for command handlingDmitry Baryshkov1-0/+43
2024-07-03usb: typec: ucsi: inline ucsi_read_message_inDmitry Baryshkov1-14/+8
2024-07-03usb: typec: ucsi: rework command execution functionsDmitry Baryshkov1-72/+66
2024-07-03usb: typec: ucsi: split read operationDmitry Baryshkov1-10/+10
2024-07-03usb: typec: ucsi: simplify command sending APIDmitry Baryshkov1-11/+7
2024-07-03usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()Dmitry Baryshkov1-10/+6
2024-06-27usb: typec: ucsi: UCSI2.0 Get Error Status changesPooja Katiyar1-3/+26
2024-06-27usb: typec: ucsi: UCSI2.0 Get Error Status data structure changesPooja Katiyar1-0/+6
2024-06-27usb: typec: ucsi: Only set number of plug altmodes after registrationJameson Thies1-6/+6
2024-06-20usb: typec: ucsi: psy: Add support for the charge type propertyHeikki Krogerus1-0/+3
2024-06-20usb: typec: ucsi: don't retrieve PDOs if not supportedMark Pearson1-0/+4
2024-06-18Merge tag 'v6.10-rc4' into usb-nextGreg Kroah-Hartman1-1/+6
2024-06-04usb: typec: ucsi: Enable UCSI v2.0 notificationsDiogo Ivo1-1/+18
2024-06-04usb: typec: ucsi: Always set number of alternate modesJameson Thies1-3/+11
2024-06-04usb: typec: ucsi: Delay alternate mode discoveryJameson Thies1-2/+2
2024-06-04usb: typec: ucsi: Ack also failed Get Error commandsHeikki Krogerus1-1/+6
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman1-2/+4
2024-04-18usb: typec: ucsi: add update_connector callbackDmitry Baryshkov1-0/+3
2024-04-18usb: typec: ucsi: add callback for connector status updatesDmitry Baryshkov1-0/+6
2024-04-09usb: typec: ucsi: Wait 20ms before reading CCI after a resetPavan Holla1-1/+3
2024-04-04usb: typec: ucsi: Never send a lone connector change ackChristian A. Ehrhardt1-27/+21
2024-04-04usb: typec: ucsi: support delaying GET_PDOS for deviceDmitry Baryshkov1-13/+28
2024-04-04usb: typec: ucsi: extract code to read PD capsDmitry Baryshkov1-53/+32
2024-04-04usb: typec: ucsi: simplify partner's PD caps registrationDmitry Baryshkov1-13/+1