]> git.ipfire.org Git - thirdparty/linux.git/commit
Revert "usb: typec: ucsi: Add support for message out data structure"
authorJohan Hovold <johan@kernel.org>
Mon, 22 Dec 2025 15:22:03 +0000 (16:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Dec 2025 14:59:01 +0000 (15:59 +0100)
commit2e46b4e024ff61d4533b4f07bb3702ec7466479e
tree3e6b2c80fa78201ff27ba009a65803bfe4c68e9f
parent174e7d0f47e5231437bc305277fec7bf4896a8f9
Revert "usb: typec: ucsi: Add support for message out data structure"

This reverts commit db0028637cc832add6d87564fcc2ebb12781b046.

The new buffer management code that this feature relies on is broken so
revert for now.

As for the in buffer, nothing prevents the out message size and buffer
from being modified while the message is being processed due to lack of
serialisation.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20251222152204.2846-4-johan@kernel.org
drivers/usb/typec/ucsi/ucsi.c
drivers/usb/typec/ucsi/ucsi.h
drivers/usb/typec/ucsi/ucsi_acpi.c