Re: linux-next: Tree for Aug 9 (staging/ozwpan)

2013-08-11 Thread Greg Kroah-Hartman
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

[PATCH 2/3] staging: dwc2: add NAK holdoff patch from downstream Pi kernel

2013-08-11 Thread Paul Zimmerman
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

[PATCH 3/3] staging: dwc2: add microframe scheduler from downstream Pi kernel

2013-08-11 Thread Paul Zimmerman
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

[PATCH 1/3] staging: dwc2: reorder some kernel doc comments and struct members

2013-08-11 Thread Paul Zimmerman
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 +

[PATCH 0/3] staging: dwc2: 2nd try at uframe scheduler patch

2013-08-11 Thread Paul Zimmerman
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

[PATCH] Staging: imx-drm: imx-tve.c Fixed 80 character line coding style issue

2013-08-11 Thread Andreas Werner
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

RE: linux-next: Tree for Aug 9 (staging/ozwpan)

2013-08-11 Thread Gujare, Rupesh
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