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

From: Loic Poulain

Date: Wed Jul 08 2026 - 08:35:07 EST


On Wed, Jul 8, 2026 at 1:48 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> 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.

If that's ok the simpler is to move to dev_dbg.

Regards,
Loic