Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Otavio Salvador
On Tue, Mar 19, 2013 at 8:55 PM, Ashwin Kirpalani akcoop...@gmail.com wrote: I am attempting to use the Aptina MT9T111 CMOS sensor driver with the sabrelite board The linux-imx kernel has the driver for the MT9T112, which needs to be patched for the MT9T111, or so I thought. The patch that I

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Ashwin Kirpalani
Ok. So what is the starting point of the linux-imx kernel code base. I believe the kernel is 3.0.35. Was this branched off the mainline linux kernel at this revision? If I know what this branch point is, then I could try to port over the changes to make the MT9T111/MT9T112 aptina camera driver

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread John Weber
Hi Ashwin, Please consider including the original text in your replies. It helps keep the conversation in context. If someone else on the list is looking at this message for the first time, they won't know the original question. I recently did a diff of the stock 3.0.35 kernel and

Re: [meta-freescale] [meta-fsl-arm][PATCH v4 0/9] iMX6Q BSP 1.1.0 upgrade

2013-03-20 Thread Erik Botö
Hi, What's the latest on getting 1.1.0 into master? Cheers, Erik ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [meta-fsl-arm][PATCH v4 0/9] iMX6Q BSP 1.1.0 upgrade

2013-03-20 Thread Otavio Salvador
On Wed, Mar 20, 2013 at 11:13 AM, Erik Botö erik.b...@pelagicore.com wrote: Hi, What's the latest on getting 1.1.0 into master? I am merging the ready parts (today I merged 3 patches) and should send some more today. -- Otavio Salvador O.S. Systems E-mail:

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Ashwin Kirpalani
Browsing around freescale's linux-imx sources, I noticed that the correct version of the driver that I want (mt9t112.c) is indeed in the linux-imx sources from freescale. It is here: https://github.com/Freescale/linux-imx/tree/master/drivers/media/video. So why is it not the same in yocto's

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread John Weber
That is not the right repository. If you look at the recipes in meta-fsl-arm for the kernel, you'll see that the SRC_URI for linux-imx points to Freescale's git repo, not github. I'm actually not really sure what that repository is on github. It looks like a fork from a v3.5 mainline kernel

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Eric Bénard
Hi Ashwin, Le Wed, 20 Mar 2013 10:53:41 -0400, Ashwin Kirpalani akcoop...@gmail.com a écrit : Browsing around freescale's linux-imx sources, I noticed that the correct version of the driver that I want (mt9t112.c) is indeed in the linux-imx sources from freescale. It is here:

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Ashwin Kirpalani
ahhh...ok so I think I will have to port the mt9t112 driver to freescale's way of doing things, namely in the drivers/media/video/mxc/capture since freescale is not using soc_camera. On a somewhat related question, what is this imx-devel branch about?:

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Eric Bénard
Hi Ashwin, Le Wed, 20 Mar 2013 12:36:19 -0400, Ashwin Kirpalani akcoop...@gmail.com a écrit : ahhh...ok so I think I will have to port the mt9t112 driver to freescale's way of doing things, namely in the drivers/media/video/mxc/capture since freescale is not using soc_camera. True. On a

Re: [meta-freescale] MT9T111/MT9T112 aptina camera driver in linux-imx

2013-03-20 Thread Fabio Estevam
On Wed, Mar 20, 2013 at 1:36 PM, Ashwin Kirpalani akcoop...@gmail.com wrote: ahhh...ok so I think I will have to port the mt9t112 driver to freescale's way of doing things, namely in the drivers/media/video/mxc/capture since freescale is not using soc_camera. On a somewhat related question,

Re: [meta-freescale] [meta-fsl-arm][PATCH v2] xf86-dri-vivante: Fix build with latest X server base

2013-03-20 Thread Otavio Salvador
On Tue, Mar 19, 2013 at 10:58 AM, Gary Thomas samoht.y...@gmail.com wrote: mibstore functions are no longer supported. This patch removes them from this driver, following the pattern in http://patches.openembedded.org/patch/46133/ This checkin shows when/where the changes to the X server

[meta-freescale] [meta-fsl-ppc][PATCH] fmc: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-ucode/fmc/fmc_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes-ucode/fmc/fmc_git.bb b/recipes-ucode/fmc/fmc_git.bb index c5a3bc1..4f85216 100644 --- a/recipes-ucode/fmc/fmc_git.bb +++

[meta-freescale] [meta-fsl-ppc][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-ucode/fmlib/fmlib_git.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb index 74eb204..038f899 100644 ---

[meta-freescale] [meta-fsl-ppc][PATCH] fm-ucode: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-ucode/fm-ucode/fm-ucode_git.bb | 50 --- 1 files changed, 26 insertions(+), 24 deletions(-) diff --git a/recipes-ucode/fm-ucode/fm-ucode_git.bb b/recipes-ucode/fm-ucode/fm-ucode_git.bb index

[meta-freescale] [meta-fsl-ppc][PATCH] eth-config: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-tools/eth-config/eth-config_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-tools/eth-config/eth-config_git.bb b/recipes-tools/eth-config/eth-config_git.bb index 19da817..f1e957c 100644 ---

[meta-freescale] [meta-fsl-ppc][PATCH] usdpaa: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-tools/usdpaa/usdpaa_git.bb |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-tools/usdpaa/usdpaa_git.bb b/recipes-tools/usdpaa/usdpaa_git.bb index 731f01b..7125716 100644 ---

[meta-freescale] [meta-fsl-ppc][PATCH] u-boot: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-kernel/u-boot/u-boot_git.bb | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index bc19bb4..e322ab7 100644