On Thu, May 16, 2019 at 12:09:31PM +0530, Nagarjuna Kristam wrote: > This patch adds UDC driver for tegra XUSB 3.0 device mode controller. > XUSB device mode controller supports SS, HS and FS modes > > Based on work by: > Mark Kuo > Andrew Bresticker > > Signed-off-by: Nagarjuna Kristam > --- > drivers/usb/gadget/udc/Kconfig | 10 + > drivers/usb/gadget/udc/Makefile | 1 + > drivers/usb/gadget/udc/tegra_xudc.c | 3807 +++++++++++++++++++++++++++++++++++ > 3 files changed, 3818 insertions(+) > create mode 100644 drivers/usb/gadget/udc/tegra_xudc.c [...] > +MODULE_AUTHOR("Andrew Bresticker "); > +MODULE_AUTHOR("Hui Fu"); Andrew was credited in the commit message, but what about Hui Fu? From this line it sounds like she was also involved, so perhaps credit her in the same way in the commit message? It might also be useful to add yourself as author here to increase the chances of somebody finding you as contact person if there are any issues with this driver. Thierry