On Mon, Mar 25, 2024 at 11:37:28PM +0000, Pavan Holla wrote: > The ucsi.h include can be used by driver implementations that > provide transport for UCSI commands. > > Signed-off-by: Pavan Holla <pholla@xxxxxxxxxxxx> > --- > MAINTAINERS | 1 + > include/linux/usb/ucsi.h | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 67 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aa3b947fb080..e799d67a8fa5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -22987,6 +22987,7 @@ F: Documentation/ABI/testing/sysfs-class-typec > F: Documentation/driver-api/usb/typec.rst > F: drivers/usb/typec/ > F: include/linux/usb/typec.h > +F: include/linux/usb/ucsi.h > > USB TYPEC INTEL PMC MUX DRIVER > M: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > diff --git a/include/linux/usb/ucsi.h b/include/linux/usb/ucsi.h > new file mode 100644 > index 000000000000..3ec1db968070 > --- /dev/null > +++ b/include/linux/usb/ucsi.h > @@ -0,0 +1,66 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ No copyright line? I think your employer would not like it if they saw that :( Please get review from some internal-to-google developers before submitting your next version of this series. thanks, greg k-h