On Sun, Aug 11, 2013 at 09:04:00AM +, Gujare, Rupesh wrote:
>
>
> From: Randy Dunlap [rdun...@infradead.org]
> Sent: 11 August 2013 00:15
> To: Stephen Rothwell
> Cc: linux-n...@vger.kernel.org; linux-ker...@vger.kernel.org;
> de...@driverdev.osuosl.or
From: Dom Cobley
Add the NAK holdoff patch from the downstream Raspberry Pi kernel.
This allows the transfer scheduler to better handle "cheeky devices
that just hold off using NAKs".
[original patch from Dom Cobley]
Signed-off-by: Dom Cobley
[adapted to dwc2 driver by Paul Zimmerman]
Signed-of
From: Dom Cobley
The transfer scheduler in the dwc2 driver is pretty basic, not to
mention buggy. It works fairly well with just a couple of devices
plugged in, but if you add, say, multiple devices with periodic
endpoints, the scheduler breaks down and can't enumerate all the
devices.
To improv
Reorder the kernel doc comments for 'struct dwc2_core_params' to
match the ordering in the struct itself. Reorder the members of
'struct dwc2_qh' (and its kerneldoc comments) to minimize the
amount of structure padding.
Signed-off-by: Paul Zimmerman
---
drivers/staging/dwc2/core.h | 34 +
Here is the second version of the microframe scheduler patch, in
response to Matthijs' review. This one splits out the NAK holdoff
changes and some code rearrangement into separate patches. It also
removes some code and variables that were not used because the FIQ
code from the downstream Pi driver
Fixed a coding style issue of 80 character per line.
Signed-off-by: Andreas Werner
---
drivers/staging/imx-drm/imx-tve.c | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/imx-drm/imx-tve.c
b/drivers/staging/imx-drm/imx-tve.c
index a56797d..82
From: Randy Dunlap [rdun...@infradead.org]
Sent: 11 August 2013 00:15
To: Stephen Rothwell
Cc: linux-n...@vger.kernel.org; linux-ker...@vger.kernel.org;
de...@driverdev.osuosl.org; Gujare, Rupesh; Greg Kroah-Hartman
Subject: Re: linux-next: Tree for Aug 9