Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Arnd Bergmann
On Tuesday 22 January 2013, Sascha Hauer wrote: > On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: > > The coda video codec driver depends on a mach-imx or mach-mxs specific > > header file "mach/iram.h". This is not available when building for > > multiplatform, so let us disable

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Jan 2013 10:32:22 -0200 Mauro Carvalho Chehab escreveu: > Em Tue, 22 Jan 2013 11:54:04 +0800 > Shawn Guo escreveu: > > > On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: > > > The coda video codec driver depends on a mach-imx or mach-mxs specific > > > header file

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Jan 2013 11:54:04 +0800 Shawn Guo escreveu: > On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: > > The coda video codec driver depends on a mach-imx or mach-mxs specific > > header file "mach/iram.h". This is not available when building for > > multiplatform, so let us

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Sascha Hauer
On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: > The coda video codec driver depends on a mach-imx or mach-mxs specific > header file "mach/iram.h". This is not available when building for > multiplatform, so let us disable this driver for v3.8 when building > multiplatform, and

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Sascha Hauer
On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: The coda video codec driver depends on a mach-imx or mach-mxs specific header file mach/iram.h. This is not available when building for multiplatform, so let us disable this driver for v3.8 when building multiplatform, and

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Jan 2013 11:54:04 +0800 Shawn Guo shawn@linaro.org escreveu: On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: The coda video codec driver depends on a mach-imx or mach-mxs specific header file mach/iram.h. This is not available when building for multiplatform,

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Jan 2013 10:32:22 -0200 Mauro Carvalho Chehab mche...@redhat.com escreveu: Em Tue, 22 Jan 2013 11:54:04 +0800 Shawn Guo shawn@linaro.org escreveu: On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: The coda video codec driver depends on a mach-imx or mach-mxs

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-22 Thread Arnd Bergmann
On Tuesday 22 January 2013, Sascha Hauer wrote: On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: The coda video codec driver depends on a mach-imx or mach-mxs specific header file mach/iram.h. This is not available when building for multiplatform, so let us disable this driver

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-21 Thread Shawn Guo
On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: > The coda video codec driver depends on a mach-imx or mach-mxs specific > header file "mach/iram.h". This is not available when building for > multiplatform, so let us disable this driver for v3.8 when building > multiplatform, and

[PATCH 09/15] media: coda: don't build on multiplatform

2013-01-21 Thread Arnd Bergmann
The coda video codec driver depends on a mach-imx or mach-mxs specific header file "mach/iram.h". This is not available when building for multiplatform, so let us disable this driver for v3.8 when building multiplatform, and hopefully find a proper fix for v3.9.

[PATCH 09/15] media: coda: don't build on multiplatform

2013-01-21 Thread Arnd Bergmann
The coda video codec driver depends on a mach-imx or mach-mxs specific header file mach/iram.h. This is not available when building for multiplatform, so let us disable this driver for v3.8 when building multiplatform, and hopefully find a proper fix for v3.9. drivers/media/platform/coda.c:27:23:

Re: [PATCH 09/15] media: coda: don't build on multiplatform

2013-01-21 Thread Shawn Guo
On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote: The coda video codec driver depends on a mach-imx or mach-mxs specific header file mach/iram.h. This is not available when building for multiplatform, so let us disable this driver for v3.8 when building multiplatform, and