Re: [PATCH 01/15] Introduce Cadence USBSSP DRD Driver - added gadget.c file.

From: Greg Kroah-Hartman
Date: Wed Jul 04 2018 - 05:26:19 EST


On Tue, Jul 03, 2018 at 08:57:45PM +0100, Pawel Laszczak wrote:
> From: Laszczak Pawel <pawell.cadence.com>
>
> Signed-off-by: Laszczak Pawel <pawell@xxxxxxxxxxx>
> ---

I can't take patches without any changelog text at all, sorry.

Also, your subject lines need work, look at how all other usb patches
are written, your long prefix is not really helping out here.

> drivers/usb/usbssp/gadget.c | 2082 +++++++++++++++++++++++++++++++++++
> 1 file changed, 2082 insertions(+)
> create mode 100644 drivers/usb/usbssp/gadget.c


Just splitting the driver up by file is hard to review, as you are just
dumping individual files on us, not functionality, and we can not review
anything until all of them are added. Can you break this up into
logical chunks? Make these in a way that is easy to review, would you
want to review this patch series in this way?

thanks,

greg k-h