Re: [PATCH v12 3/3] usb: typec: anx7411: Add Analogix PD ANX7411 support

From: Xin Ji
Date: Mon Jul 04 2022 - 22:57:55 EST


Hi heikki, OK. I'll add comment.
Thanks,
Xin

On Tue, Jun 28, 2022 at 01:48:47PM +0300, Heikki Krogerus wrote:
> Hi,
>
> On Tue, Jun 28, 2022 at 12:48:42PM +0800, Xin Ji wrote:
> > diff --git a/drivers/usb/typec/anx7411.c b/drivers/usb/typec/anx7411.c
> > new file mode 100644
> > index 000000000000..76e4b5fc0d9e
> > --- /dev/null
> > +++ b/drivers/usb/typec/anx7411.c
> > @@ -0,0 +1,1564 @@
> > +// SPDX-License-Identifier: GPL-2.0-only
> > +
> > +/*
> > + * Copyright(c) 2022, Analogix Semiconductor. All rights reserved.
> > + *
> > + */
>
> Could you also add a line to that comment that tells what this driver
> is? So something like this:
>
> /*
> * Driver for Analogix ANX7411 USB Type-C and PD controller
> *
> * Copyright(c) 2022, Analogix Semiconductor. All rights reserved.
> */
>
> thanks,
>
> --
> heikki