Message ID | 20201022005505.24167-1-peter.chen@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | usb: cdns3: three bug fixes for v5.10 | expand |
On Thu, Oct 22, 2020 at 08:55:02AM +0800, Peter Chen wrote: > Changes for v2: > - Move position of explicit cast to unsigned int before ((p) << 24) [Patch 1/3] > - No changes for other patches. > > Pawel Laszczak (1): > usb: cdns3: Fix on-chip memory overflow issue > > Peter Chen (2): > usb: cdns3: gadget: suspicious implicit sign extension > usb: cdns3: gadget: own the lock wrongly at the suspend routine Are you going to send me patches to queue up for this driver any time soon? I've seen lots of different ones fly by, but no "please take this" type of hint to me, so I have no idea what to do at all... thanks, greg k-h
> On Thu, Oct 22, 2020 at 08:55:02AM +0800, Peter Chen wrote: > > Changes for v2: > > - Move position of explicit cast to unsigned int before ((p) << 24) > > [Patch 1/3] > > - No changes for other patches. > > > > Pawel Laszczak (1): > > usb: cdns3: Fix on-chip memory overflow issue > > > > Peter Chen (2): > > usb: cdns3: gadget: suspicious implicit sign extension > > usb: cdns3: gadget: own the lock wrongly at the suspend routine > > Are you going to send me patches to queue up for this driver any time soon? > I've seen lots of different ones fly by, but no "please take this" type of hint to > me, so I have no idea what to do at all... > I will queue them up after reviewing, thanks. Peter