Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2014-01-07 Thread Laurent Pinchart
On Tuesday 07 January 2014 15:50:45 Chris Ball wrote: > On Tue, Jan 07 2014, Laurent Pinchart wrote: > > On Wednesday 11 December 2013 13:53:21 Laurent Pinchart wrote: > >> Hi Chris, > >> > >> Could you please pick this patch (and patch 08/15 in the same series) up > >> for v3.14 ? > > > > Ping ?

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2014-01-07 Thread Chris Ball
Hi Laurent, On Tue, Jan 07 2014, Laurent Pinchart wrote: > Hi Chris, > > On Wednesday 11 December 2013 13:53:21 Laurent Pinchart wrote: >> Hi Chris, >> >> Could you please pick this patch (and patch 08/15 in the same series) up for >> v3.14 ? > > Ping ? Thanks, both pushed to mmc-next for 3.14,

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2014-01-07 Thread Laurent Pinchart
Hi Chris, On Wednesday 11 December 2013 13:53:21 Laurent Pinchart wrote: > Hi Chris, > > Could you please pick this patch (and patch 08/15 in the same series) up for > v3.14 ? Ping ? > On Wednesday 27 November 2013 02:18:29 Laurent Pinchart wrote: > > This helps increasing build testing coverag

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2013-12-11 Thread Laurent Pinchart
Hi Sergei, On Wednesday 11 December 2013 22:22:19 Sergei Shtylyov wrote: > On 11-12-2013 22:06, Laurent Pinchart wrote: > >>> This helps increasing build testing coverage. > >>> > >>> The driver doesn't compile on (at least) x86 due (possibly among others) > >>> to missing readsw/writesw I/O acce

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2013-12-11 Thread Sergei Shtylyov
On 11-12-2013 22:06, Laurent Pinchart wrote: This helps increasing build testing coverage. The driver doesn't compile on (at least) x86 due (possibly among others) to missing readsw/writesw I/O accessors, restrict compilation to SUPERH or ARM. Whether the CTL_DMA_ENABLE register is part of

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2013-12-11 Thread Laurent Pinchart
On Wednesday 11 December 2013 22:01:53 Sergei Shtylyov wrote: > Hello. > > On 27-11-2013 5:18, Laurent Pinchart wrote: > > This helps increasing build testing coverage. > > > > The driver doesn't compile on (at least) x86 due (possibly among others) > > to missing readsw/writesw I/O accessors, re

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2013-12-11 Thread Sergei Shtylyov
Hello. On 27-11-2013 5:18, Laurent Pinchart wrote: This helps increasing build testing coverage. The driver doesn't compile on (at least) x86 due (possibly among others) to missing readsw/writesw I/O accessors, restrict compilation to SUPERH or ARM. Whether the CTL_DMA_ENABLE register is

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2013-12-11 Thread Laurent Pinchart
Hi Chris, Could you please pick this patch (and patch 08/15 in the same series) up for v3.14 ? On Wednesday 27 November 2013 02:18:29 Laurent Pinchart wrote: > This helps increasing build testing coverage. > > The driver doesn't compile on (at least) x86 due (possibly among others) > to missing

[PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2013-11-26 Thread Laurent Pinchart
This helps increasing build testing coverage. The driver doesn't compile on (at least) x86 due (possibly among others) to missing readsw/writesw I/O accessors, restrict compilation to SUPERH or ARM. Whether the CTL_DMA_ENABLE register is part of the standard TMIO controller or is Renesas-specific