* [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST
@ 2014-05-12 23:02 Laurent Pinchart
2014-05-21 14:46 ` Laurent Pinchart
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-05-12 23:02 UTC (permalink / raw)
To: linux-sh
Hello,
This patch series increases build test coverage for the Renesas shdma driver
by enabling driver compilation with COMPILE_TEST. To avoid introducing new
warnings during bisection the series starts with fixes for warnings produced
when compiling the driver on non-Renesas platforms.
Vinod or Dan, could you please pick this up for v3.16 ? The patches have
already been posted two kernel versions ago, I'd like to avoid missing yet
another merge window.
Laurent Pinchart (6):
DMA: shdmac: Keep #include sorted alphabetically
DMA: shdmac: Include linux/err.h
DMA: sudmac: Keep #include sorted alphabetically
DMA: sudmac: Include linux/err.h
DMA: rcar-hpbdma: Include linux/err.h
DMA: shdma: Enable driver compilation with COMPILE_TEST
drivers/dma/sh/Kconfig | 2 +-
drivers/dma/sh/rcar-hpbdma.c | 1 +
drivers/dma/sh/shdmac.c | 15 ++++++++-------
drivers/dma/sh/sudmac.c | 7 ++++---
4 files changed, 14 insertions(+), 11 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST
2014-05-12 23:02 [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST Laurent Pinchart
@ 2014-05-21 14:46 ` Laurent Pinchart
2014-06-01 17:40 ` Vinod Koul
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-05-21 14:46 UTC (permalink / raw)
To: linux-sh
On Tuesday 13 May 2014 01:02:10 Laurent Pinchart wrote:
> Hello,
>
> This patch series increases build test coverage for the Renesas shdma driver
> by enabling driver compilation with COMPILE_TEST. To avoid introducing new
> warnings during bisection the series starts with fixes for warnings
> produced when compiling the driver on non-Renesas platforms.
>
> Vinod or Dan, could you please pick this up for v3.16 ? The patches have
> already been posted two kernel versions ago, I'd like to avoid missing yet
> another merge window.
Ping ?
> Laurent Pinchart (6):
> DMA: shdmac: Keep #include sorted alphabetically
> DMA: shdmac: Include linux/err.h
> DMA: sudmac: Keep #include sorted alphabetically
> DMA: sudmac: Include linux/err.h
> DMA: rcar-hpbdma: Include linux/err.h
> DMA: shdma: Enable driver compilation with COMPILE_TEST
>
> drivers/dma/sh/Kconfig | 2 +-
> drivers/dma/sh/rcar-hpbdma.c | 1 +
> drivers/dma/sh/shdmac.c | 15 ++++++++-------
> drivers/dma/sh/sudmac.c | 7 ++++---
> 4 files changed, 14 insertions(+), 11 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST
2014-05-12 23:02 [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST Laurent Pinchart
2014-05-21 14:46 ` Laurent Pinchart
@ 2014-06-01 17:40 ` Vinod Koul
2014-06-02 14:00 ` Ben Dooks
2014-06-03 8:14 ` Vinod Koul
3 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2014-06-01 17:40 UTC (permalink / raw)
To: linux-sh
On Tue, May 13, 2014 at 01:02:10AM +0200, Laurent Pinchart wrote:
> Hello,
>
> This patch series increases build test coverage for the Renesas shdma driver
> by enabling driver compilation with COMPILE_TEST. To avoid introducing new
> warnings during bisection the series starts with fixes for warnings produced
> when compiling the driver on non-Renesas platforms.
Applied all after changing subsystem to "dmaengine" manually, thanks
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST
2014-05-12 23:02 [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST Laurent Pinchart
2014-05-21 14:46 ` Laurent Pinchart
2014-06-01 17:40 ` Vinod Koul
@ 2014-06-02 14:00 ` Ben Dooks
2014-06-03 8:14 ` Vinod Koul
3 siblings, 0 replies; 5+ messages in thread
From: Ben Dooks @ 2014-06-02 14:00 UTC (permalink / raw)
To: linux-sh
On 01/06/14 18:28, Vinod Koul wrote:
> On Tue, May 13, 2014 at 01:02:10AM +0200, Laurent Pinchart wrote:
>> Hello,
>>
>> This patch series increases build test coverage for the Renesas shdma driver
>> by enabling driver compilation with COMPILE_TEST. To avoid introducing new
>> warnings during bisection the series starts with fixes for warnings produced
>> when compiling the driver on non-Renesas platforms.
>
> Applied all after changing subsystem to "dmaengine" manually, thanks
Which branch should I use for continuing work on the shdma/dt code?
--
Ben Dooks http://www.codethink.co.uk/
Senior Engineer Codethink - Providing Genius
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST
2014-05-12 23:02 [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST Laurent Pinchart
` (2 preceding siblings ...)
2014-06-02 14:00 ` Ben Dooks
@ 2014-06-03 8:14 ` Vinod Koul
3 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2014-06-03 8:14 UTC (permalink / raw)
To: linux-sh
On Mon, Jun 02, 2014 at 03:00:04PM +0100, Ben Dooks wrote:
> On 01/06/14 18:28, Vinod Koul wrote:
> > On Tue, May 13, 2014 at 01:02:10AM +0200, Laurent Pinchart wrote:
> >> Hello,
> >>
> >> This patch series increases build test coverage for the Renesas shdma driver
> >> by enabling driver compilation with COMPILE_TEST. To avoid introducing new
> >> warnings during bisection the series starts with fixes for warnings produced
> >> when compiling the driver on non-Renesas platforms.
> >
> > Applied all after changing subsystem to "dmaengine" manually, thanks
>
> Which branch should I use for continuing work on the shdma/dt code?
Now that merge window has opened, pls use for-linus. I will send to Linus later
this week. It contains the fixes reported by kbuild robot
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-06-03 8:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 23:02 [PATCH 0/6] DMA: shdma: Increase build test coverage with COMPILE_TEST Laurent Pinchart
2014-05-21 14:46 ` Laurent Pinchart
2014-06-01 17:40 ` Vinod Koul
2014-06-02 14:00 ` Ben Dooks
2014-06-03 8:14 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).