Re: [PATCH] usb: typec: ucsi: ccg: Log firmware version and hardware info at probe

From: Greg KH

Date: Wed Jul 08 2026 - 07:54:09 EST


On Tue, Jun 30, 2026 at 03:01:47PM +0200, Loic Poulain wrote:
> The CCG firmware version and silicon ID are read during probe but never
> logged, making it difficult to identify the hardware and the firmware
> running on the device.
>
> Add dev_info messages to display the firmware version and silicon ID:
>
> ucsi_ccg 2-0008: CCG FW version: 3.9.0 build 0x0000
> ucsi_ccg 2-0008: CCG silicon_id:0x1234 mode:1

When drivers work properly, they are quiet.

thanks,

greg k-h