]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: typec: ucsi: Update UCSI structure to have message in and message out fields
authorPooja Katiyar <pooja.katiyar@intel.com>
Thu, 30 Oct 2025 14:48:55 +0000 (07:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Nov 2025 14:13:07 +0000 (15:13 +0100)
commit3e082978c33151d576694deac8abde021ea669a8
tree5d6a9a1a41ab4ba994bca16c9beb01b7595755bb
parenta67df6d1b939ca98e1ad403f53e3ee57299b8c44
usb: typec: ucsi: Update UCSI structure to have message in and message out fields

Update UCSI structure by adding fields for incoming and outgoing
messages. Update .sync_control function and other related functions
to use these new fields within the UCSI structure, instead of handling
them as separate parameters.

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Pooja Katiyar <pooja.katiyar@intel.com>
Link: https://patch.msgid.link/214b0a90c3220db33084ab714f4f33a004f70a41.1761773881.git.pooja.katiyar@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/ucsi/cros_ec_ucsi.c
drivers/usb/typec/ucsi/debugfs.c
drivers/usb/typec/ucsi/displayport.c
drivers/usb/typec/ucsi/ucsi.c
drivers/usb/typec/ucsi/ucsi.h
drivers/usb/typec/ucsi/ucsi_acpi.c
drivers/usb/typec/ucsi/ucsi_ccg.c
drivers/usb/typec/ucsi/ucsi_yoga_c630.c