]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: typec: tipd: add error log to provide firmware name and size
authorJavier Carrasco <javier.carrasco@wolfvision.net>
Thu, 6 Jun 2024 09:03:56 +0000 (11:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2024 17:30:16 +0000 (19:30 +0200)
commit916b8e5fa73d399a61156da7d914abfae74b962b
tree40f93134aa4b8f1f9ebec6d591446c3498bc0e48
parent5315052d3c6fa7d2d6a8795276bf89c8c2a6f600
usb: typec: tipd: add error log to provide firmware name and size

The current error logs do not show the firmware name and size for the
tps6598x. On the other hand, this information is provided for the
tps25750. Both implementations have access to that information, and the
existing message for the tps25750 can be used for the tps6598x without
extra modifications.

Signed-off-by: Javier Carrasco <javier.carrasco@wolfvision.net>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240606-tps6598x_fw_update_log-v1-2-2b5b8369a0ba@wolfvision.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tipd/core.c