All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: imx_v4_v5_defconfig: Add VPU support
@ 2013-01-29 15:49 Fabio Estevam
  2013-01-29 15:49 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-01-29 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

Let the VPU driver be built by default.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/configs/imx_v4_v5_defconfig |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index ebbfb27..10f78e5 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -127,6 +127,8 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_SOC_CAMERA=y
 CONFIG_SOC_CAMERA_OV2640=y
 CONFIG_VIDEO_MX2=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_CODA=y
 CONFIG_FB=y
 CONFIG_FB_IMX=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-01-29 15:49 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Add VPU support Fabio Estevam
@ 2013-01-29 15:49 ` Fabio Estevam
  2013-01-30 13:04   ` Shawn Guo
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-01-29 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

Let the VPU driver be built by default.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/configs/imx_v6_v7_defconfig |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 6966713..83822d9 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -160,6 +160,8 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_SOC_CAMERA=y
 CONFIG_SOC_CAMERA_OV2640=y
 CONFIG_VIDEO_MX3=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_CODA=y
 CONFIG_FB=y
 CONFIG_LCD_PLATFORM=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-01-29 15:49 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Fabio Estevam
@ 2013-01-30 13:04   ` Shawn Guo
  2013-01-31  9:54     ` Sascha Hauer
  0 siblings, 1 reply; 9+ messages in thread
From: Shawn Guo @ 2013-01-30 13:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 29, 2013 at 01:49:13PM -0200, Fabio Estevam wrote:
> Let the VPU driver be built by default.
> 
Do we have any imx_v6_v7 platform supported by VPU driver today?

Shawn

> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/configs/imx_v6_v7_defconfig |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index 6966713..83822d9 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -160,6 +160,8 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
>  CONFIG_SOC_CAMERA=y
>  CONFIG_SOC_CAMERA_OV2640=y
>  CONFIG_VIDEO_MX3=y
> +CONFIG_V4L_MEM2MEM_DRIVERS=y
> +CONFIG_VIDEO_CODA=y
>  CONFIG_FB=y
>  CONFIG_LCD_PLATFORM=y
>  CONFIG_BACKLIGHT_LCD_SUPPORT=y
> -- 
> 1.7.9.5
> 
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-01-30 13:04   ` Shawn Guo
@ 2013-01-31  9:54     ` Sascha Hauer
  2013-01-31 12:28       ` Shawn Guo
  0 siblings, 1 reply; 9+ messages in thread
From: Sascha Hauer @ 2013-01-31  9:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 30, 2013 at 09:04:55PM +0800, Shawn Guo wrote:
> On Tue, Jan 29, 2013 at 01:49:13PM -0200, Fabio Estevam wrote:
> > Let the VPU driver be built by default.
> > 
> Do we have any imx_v6_v7 platform supported by VPU driver today?

Does this matter? IMO it's good to keep the driver in a compilable state
even if it ends up being unused for now.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-01-31  9:54     ` Sascha Hauer
@ 2013-01-31 12:28       ` Shawn Guo
  2013-02-07 11:40         ` Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Shawn Guo @ 2013-01-31 12:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 31, 2013 at 10:54:46AM +0100, Sascha Hauer wrote:
> On Wed, Jan 30, 2013 at 09:04:55PM +0800, Shawn Guo wrote:
> > On Tue, Jan 29, 2013 at 01:49:13PM -0200, Fabio Estevam wrote:
> > > Let the VPU driver be built by default.
> > > 
> > Do we have any imx_v6_v7 platform supported by VPU driver today?
> 
> Does this matter? IMO it's good to keep the driver in a compilable state
> even if it ends up being unused for now.
> 
It's not really necessary since we will have imx_v4_v5_defconfig to
cover it.

Shawn

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-01-31 12:28       ` Shawn Guo
@ 2013-02-07 11:40         ` Fabio Estevam
  2013-02-07 12:59           ` Shawn Guo
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-02-07 11:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 31, 2013 at 10:28 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> On Thu, Jan 31, 2013 at 10:54:46AM +0100, Sascha Hauer wrote:
>> On Wed, Jan 30, 2013 at 09:04:55PM +0800, Shawn Guo wrote:
>> > On Tue, Jan 29, 2013 at 01:49:13PM -0200, Fabio Estevam wrote:
>> > > Let the VPU driver be built by default.
>> > >
>> > Do we have any imx_v6_v7 platform supported by VPU driver today?
>>
>> Does this matter? IMO it's good to keep the driver in a compilable state
>> even if it ends up being unused for now.
>>
> It's not really necessary since we will have imx_v4_v5_defconfig to
> cover it.

Ok, but was the imx_v4_v5_defconfig applied?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-02-07 11:40         ` Fabio Estevam
@ 2013-02-07 12:59           ` Shawn Guo
  2013-02-11 13:38             ` Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Shawn Guo @ 2013-02-07 12:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 07, 2013 at 09:40:50AM -0200, Fabio Estevam wrote:
> On Thu, Jan 31, 2013 at 10:28 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> > On Thu, Jan 31, 2013 at 10:54:46AM +0100, Sascha Hauer wrote:
> >> On Wed, Jan 30, 2013 at 09:04:55PM +0800, Shawn Guo wrote:
> >> > On Tue, Jan 29, 2013 at 01:49:13PM -0200, Fabio Estevam wrote:
> >> > > Let the VPU driver be built by default.
> >> > >
> >> > Do we have any imx_v6_v7 platform supported by VPU driver today?
> >>
> >> Does this matter? IMO it's good to keep the driver in a compilable state
> >> even if it ends up being unused for now.
> >>
> > It's not really necessary since we will have imx_v4_v5_defconfig to
> > cover it.
> 
> Ok, but was the imx_v4_v5_defconfig applied?

I already sent my 3.9 material, and assumed that Sascha will pick it
up.

Shawn

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-02-07 12:59           ` Shawn Guo
@ 2013-02-11 13:38             ` Fabio Estevam
  2013-02-12  8:10               ` Sascha Hauer
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2013-02-11 13:38 UTC (permalink / raw)
  To: linux-arm-kernel

Sascha,

On Thu, Feb 7, 2013 at 10:59 AM, Shawn Guo <shawn.guo@linaro.org> wrote:

>> Ok, but was the imx_v4_v5_defconfig applied?
>
> I already sent my 3.9 material, and assumed that Sascha will pick it
> up.

Do you plan to pick the imx_v4_v5_defconfig patch, so that we can have
build coverage for the VPU driver?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add VPU support
  2013-02-11 13:38             ` Fabio Estevam
@ 2013-02-12  8:10               ` Sascha Hauer
  0 siblings, 0 replies; 9+ messages in thread
From: Sascha Hauer @ 2013-02-12  8:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 11, 2013 at 11:38:21AM -0200, Fabio Estevam wrote:
> Sascha,
> 
> On Thu, Feb 7, 2013 at 10:59 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> 
> >> Ok, but was the imx_v4_v5_defconfig applied?
> >
> > I already sent my 3.9 material, and assumed that Sascha will pick it
> > up.
> 
> Do you plan to pick the imx_v4_v5_defconfig patch, so that we can have
> build coverage for the VPU driver?

Just did that.

Thanks
 Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-12  8:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-29 15:49 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Add VPU support Fabio Estevam
2013-01-29 15:49 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Fabio Estevam
2013-01-30 13:04   ` Shawn Guo
2013-01-31  9:54     ` Sascha Hauer
2013-01-31 12:28       ` Shawn Guo
2013-02-07 11:40         ` Fabio Estevam
2013-02-07 12:59           ` Shawn Guo
2013-02-11 13:38             ` Fabio Estevam
2013-02-12  8:10               ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.