Hi Mauro,
The following changes since commit 35a912455ff5640dc410e91279b03e04045265b2:
Mauro Carvalho Chehab (1):
Merge branch 'v4l_for_linus' into staging/for_v3.2
are available in the git repository at:
git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
for-linux-med
Hi Mauro,
I missed this patch for last rc release, can you please queue up for
next rc.
The following changes since commit 55f9c40ff632d03c527d6a6ceddcda0a224587a6:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/sparc
are available in the git repository at:
git://arago-pr
Hi Mauro,
The following changes since commit 5dcd07b9f39ca3e9be5bcc387d193fc0674e1c81:
Linus Torvalds (1):
Merge git://git.kernel.org/.../steve/gfs2-2.6-fixes
are available in the git repository at:
git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
for-linux-media
Am
The following changes since commit af0d6a0a3a30946f7df69c764791f1b0643f7cd6:
Linus Torvalds (1):
Merge branch 'x86-urgent-for-linus' of
git://git.kernel.org/.../tip/linux-2.6-tip
are available in the git repository at:
git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git
From: Vaibhav Hiremath
The usecase where, user allocates small size of buffer
through bootargs (video1_bufsize/video2_bufsize) and later from application
tries to set the format which requires larger buffer size, driver doesn't
check for insufficient buffer size and allows application to map extr
From: Vaibhav Hiremath
With addition of media-controller framework, now we have various
device nodes (/dev/videoX) getting created, so hardcoding
minor number in video_register_device() is not recommended.
So let V4L2 framework choose free minor number for the device.
Signed-off-by: Vaibhav Hir
From: Vaibhav Hiremath
Currently VPFE Capture driver and DM6446 CCDC driver is being
reused for AM3517. So this patch is preparing the Kconfig/makefile
for re-use of such IP's.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/Kconfig | 61 +--
drivers/media
From: Vaibhav Hiremath
AM3517 uses similar VPFE-CCDC hardware IP as in Davinci, so reusing the driver.
Currently the davinci driver is hardly tied with ARCH_DAVINCI, which was
limiting AM3517 to reuse the driver. So created seperate Kconfig file for
davinci and added AM3517 to dependancy.
Also a
From: Vaibhav Hiremath
Also created vpfe master/slave clock aliases, since naming
convention is different in both Davinci and AM3517 devices.
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-omap2/board-am3517evm.c | 161 +
1 files changed, 161 insertions(+),
From: Vaibhav Hiremath
AM3517 uses similar VPFE-CCDC hardware IP as in Davinci, so reusing
the driver.
Currently the davinci driver is hardly tied with ARCH_DAVINCI, which
was limiting AM3517 to reuse the driver. So created seperate Kconfig
file for davinci and added AM3517 to dependancy.
Also a
From: Vaibhav Hiremath
Currently VPFE Capture driver and DM6446 CCDC driver is being
reused for AM3517. So this patch is preparing the Kconfig/makefile
for re-use of such IP's.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/Kconfig | 61 +--
drivers/media
From: Vaibhav Hiremath
Also created vpfe master/slave clock aliases, since naming
convention is different in both Davinci and AM3517 devices.
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-omap2/board-am3517evm.c | 161 +
1 files changed, 161 insertions(+),
From: Vaibhav Hiremath
Changes -
- Kconfig option dependancy changed to ARCH_OMAP2/3 from
ARCH_OMAP24XX/34XX
- There are some moments of function from omap_dss_device
to omap_dss_driver. Incorporated changes for the same.
Signed-off-by: Vaibhav Hiremath
---
driv
From: Vaibhav Hiremath
Fixes required either due to changes in OMAP DSS library or driver
implementation bug.
Vaibhav Hiremath (3):
OMAP_VOUT:Build FIX: Rebased against latest DSS2 changes
OMAP_VOUT:FIX:Replaced dma-sg with dma-contig
OMAP_VOUT:FIX: Module params were not working through b
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/omap/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/omap/Makefile
b/drivers/media/video/omap/Makefile
index b8bab00..b287880 100644
--- a/drivers/media/vide
From: Vaibhav Hiremath
Actually OMAP doesn't support scatter-gather DMA for
Display subsystem but due to legacy coding it has been overlooked
till now.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/omap/Kconfig |2 +-
drivers/media/video/omap/omap_vout.c | 46 +++---
From: Vaibhav Hiremath
Changes from last version (V6):
- Fixed comments from Murali, Hans and Vladimir.
- Also dropped board hook-up patch, since we can add it
once this patch goes in.
(Actually unnecessarily that patch is floating all
around with th
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-omap2/devices.c | 28
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 18ad931..7aaffe7 100644
--- a/arch/a
From: Vaibhav Hiremath
The previous patch submission had a dependancy on "ti-media" directory patch,
and since we were not having any conclusion on that patch, I have created
"omap" directory (device specific name) and moved V4L2 driver
(as of now applicable to OMAP2/3 devices) to this new
direct
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/mem2mem_testdev.c | 58 ++--
1 files changed, 25 insertions(+), 33 deletions(-)
diff --git a/drivers/media/video/mem2mem_testdev.c
b/drivers/media/video/mem2mem_testdev.c
index 05630e
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/v4l2-mem2mem.c | 40 ++-
1 files changed, 16 insertions(+), 24 deletions(-)
diff --git a/drivers/media/video/v4l2-mem2mem.c
b/drivers/media/video/v4l2-mem2mem.c
index a78157f..4cd
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-omap2/devices.c | 28
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 18ad931..83c92cd 100644
--- a/arch/a
From: Vaibhav Hiremath
Refreshed on top of latest linuxtv/master repository and
resubmitting the patch series again.
Please note that this patch is dependent on patch which add "ti-media"
directory (submitted earlier to this patch series).
Vaibhav Hiremath (2):
OMAP2/3 V4L2: Add support for O
From: Vaibhav Hiremath
AM3517 and DM644x uses same CCDC IP, so reusing the driver
for AM3517.
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-omap2/board-am3517evm.c | 160 +
1 files changed, 160 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2
From: Vaibhav Hiremath
For the devices like AM3517, it is expected that driver clears the
interrupt in ISR. Since this is device spcific, callback function
added to the platform_data.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 24
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/dm644x_ccdc.c | 16 +---
drivers/media/video/davinci/dm644x_ccdc_regs.h |8
2 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/drivers/media/video/davinci/dm644x_
From: Vaibhav Hiremath
Now Suspend/Resume functionality is being handled by respective CCDC
code, so return true (0) from bridge suspend/resume function.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 12
1 files changed, 4 insertions(+), 8 dele
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/dm644x_ccdc.c | 114
drivers/media/video/davinci/dm644x_ccdc_regs.h |2 +-
2 files changed, 115 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/davinci/dm64
From: Vaibhav Hiremath
For the sequence streamon -> streamoff and again s_input, it fails
to lock the signal, since streamoff puts TVP514x into power off state
which leads to failure in sub-sequent s_input.
So add powerup sequence in s_routing (if disabled), since it is
important to lock the sig
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
Signed-off-by: Muralidharan Karicheri
---
drivers/media/video/davinci/vpfe_capture.c | 42 ++-
1 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/drivers/media/video/davinci/vpfe_capture.c
b/driver
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/dm644x_ccdc.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/davinci/dm644x_ccdc.c
b/drivers/media/video/davinci/dm644x_ccdc.c
index 0c394ca..840eee9 100644
---
From: Vaibhav Hiremath
This series of patches will address some of the bug fixes & Enhancements
for VPFE capture and TVP514x driver.
Changes from Last Version (V1)-
- Refreshed with latest linuxtv/master repository
- Fixed/Updated comments on UserPtr mode support patch
-
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
arch/arm/plat-omap/devices.c | 29 +
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c
index 30b5db7..64f2a3a 100644
--- a/arch/arm
From: Vaibhav Hiremath
This is 6th Version of patch-set, adds support for V4L2 display driver
ontop of DSS2 framework.
Please note that this patch is dependent on patch which add
"ti-media" directory (submitted earlier to this patch series).
Vaibhav Hiremath (2):
OMAP2/3 V4L2: Add support fo
From: Vaibhav Hiremath
AM3517 and DM644x uses same CCDC IP, so reusing the driver
for AM3517.
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-omap2/board-am3517evm.c | 160 +
1 files changed, 160 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/tvp514x.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c
index 26b4e71..08fe579 100644
--- a/drivers/media/video/tvp514x.
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/dm644x_ccdc.c | 114 +++
drivers/media/video/ti-media/dm644x_ccdc_regs.h |2 +-
2 files changed, 115 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/ti-media/dm
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
Signed-off-by: Muralidharan Karicheri
---
drivers/media/video/ti-media/vpfe_capture.c | 94 ++
1 files changed, 79 insertions(+), 15 deletions(-)
diff --git a/drivers/media/video/ti-media/vpfe_capture.c
b/drive
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/dm644x_ccdc.c | 16 +---
drivers/media/video/ti-media/dm644x_ccdc_regs.h |8
2 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/drivers/media/video/ti-media/dm64
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/Makefile |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index b88b617..c51c386 100644
--- a/drivers/media/video/Makefile
+++ b/d
From: Vaibhav Hiremath
For the devices like AM3517, it is expected that driver clears the
interrupt in ISR. Since this is device spcific, callback function
added to the platform_data.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/vpfe_capture.c | 24 ---
From: Vaibhav Hiremath
Now Suspend/Resume functionality is being handled by respective CCDC
code, so return true (0) from bridge suspend/resume function.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/vpfe_capture.c | 12
1 files changed, 4 insertions(+), 8 del
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/dm644x_ccdc.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/ti-media/dm644x_ccdc.c
b/drivers/media/video/ti-media/dm644x_ccdc.c
index 727f7e1..a011d40 100644
From: Vaibhav Hiremath
This is second version of patch series fixing few bugs and adds
some feature enhancements -
Changes:
- Introduce t-media directory
- Add YUYV support to tvp514x.c
- Add UserPtr support to vpfe_capture
- Call-back function for interrupt clea
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
arch/arm/plat-omap/devices.c | 29 +
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c
index 30b5db7..64f2a3a 100644
--- a/arch/arm
From: Vaibhav Hiremath
This series of patch-set adds support for V4L2 display driver
ontop of DSS2 framework.
Please note that this patch is dependent on patch which add
"ti-media" directory (submitted earlier to this patch series)
Vaibhav Hiremath (2):
OMAP2/3 V4L2: Add support for OMAP2/3 V
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/dm644x_ccdc.c | 114 +++
drivers/media/video/ti-media/dm644x_ccdc_regs.h |2 +-
2 files changed, 115 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/ti-media/dm
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/Makefile |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index 2af68ee..bebbee6 100644
--- a/drivers/media/video/Makefile
+++ b/d
From: Vaibhav Hiremath
For the devices like AM3517, it is expected that driver clears the
interrupt in ISR. Since this is device spcific, callback function
added to the platform_data.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/vpfe_capture.c | 24 ---
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/dm644x_ccdc.c | 16 +---
drivers/media/video/ti-media/dm644x_ccdc_regs.h |8
2 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/drivers/media/video/ti-media/dm64
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/tvp514x.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c
index 4cf3593..b344b58 100644
--- a/drivers/media/video/tvp514x.
From: Vaibhav Hiremath
Driver should switch to AutoSwitch mode on QUERYSTD ioctls.
It has been observed that, if user configure the standard explicitely
then driver preserves the old settings, but query_std must detect the
standard instead of returning old settings.
Signed-off-by: Vaibhav Hirema
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-davinci/include/mach/dm355.h |2 +-
arch/arm/mach-davinci/include/mach/dm644x.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-davinci/include/mach/dm355.h
b/arch/arm/mach-da
From: Vaibhav Hiremath
Now Suspend/Resume functionality is being handled by respective CCDC
code, so return true (0) from bridge suspend/resume function.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/ti-media/vpfe_capture.c | 12
1 files changed, 4 insertions(+), 8 del
From: Vaibhav Hiremath
While adding support for AM3517/05 devices I have implemented/came-across
these features/enhancement/bug-fixes for VPFE-Capture driver.
Also the important change added is, to introduced "ti-media"
directory for all TI devices.
Vaibhav Hiremath (9):
Makfile:Removed dupli
From: Vaibhav Hiremath
For the devices like AM3517, it is expected that driver clears the
interrupt in ISR. Since this is device spcific, callback function
added to the platform_data.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 24
From: Vaibhav Hiremath
For the devices like AM3517, it is expected that driver clears the
interrupt in ISR. Since this is device spcific, callback function
added to the platform_data.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 26
From: Vaibhav Hiremath
Validated on AM3517 Platform.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/ccdc_hw_device.h |4 +
drivers/media/video/davinci/dm644x_ccdc.c| 87 ++
drivers/media/video/davinci/vpfe_capture.c | 29 ++---
3 files
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
Reviewed-by: Muralidharan Karicheri
---
drivers/media/video/davinci/dm644x_ccdc.c | 17 +
drivers/media/video/davinci/dm644x_ccdc_regs.h |8
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
linux/Documentation/DocBook/v4l/videodev2.h.xml |2 ++
linux/Documentation/DocBook/v4l/vidioc-g-fbuf.xml | 17 +
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/linux/Documentation/DocBook/v4l/vi
From: Vaibhav Hiremath
Added support for Control IOCTL,
- s_ctrl
- g_ctrl
- queryctrl
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 38
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/driv
From: Vaibhav Hiremath
Added support for Control IOCTL,
- s_ctrl
- g_ctrl
- queryctrl
Change from last patch:
- added room for error return in queryctrl function.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 43
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
v4l2-spec/controls.sgml | 20 +++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/v4l2-spec/controls.sgml b/v4l2-spec/controls.sgml
index 477a970..a675f30 100644
--- a/v4l2-spec/controls.sgml
+++ b/v4
From: Vaibhav Hiremath
The I2C adapter ID is actually depends on Board and may vary, Davinci
uses id=1, but in case of AM3517 id=3.
Changes:
- Fixed review comments (Typo) from Sergei
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c |3 +--
include/me
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
include/linux/videodev2.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index d77db6f..adff8d9 100644
--- a/include/linux/videodev2.h
+++ b/include/linux
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/v4l2-common.c |9 +
include/linux/videodev2.h |4 +++-
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/v4l2-common.c
b/drivers/media/video/v4l2-common.c
in
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/v4l2-ioctl.c | 19 +++
include/linux/videodev2.h| 14 ++
include/media/v4l2-ioctl.h |4
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/drivers/
From: Vaibhav Hiremath
Driver should switch to AutoSwitch mode on S_INPUT and QUERYSTD ioctls.
It has been observed that, if user configure the standard explicitely
then driver preserves the old settings.
Reviewed by: Vaibhav Hiremath
Signed-off-by: Brijesh Jadav
---
drivers/media/video/tvp51
From: Vaibhav Hiremath
Added support for Control IOCTL,
- s_ctrl
- g_ctrl
- queryctrl
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 43
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/driv
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/davinci/vpfe_capture.c
b/drivers/media/video/davinci/vpfe_capture.c
index c3c37e7..abe21e4 100644
From: Vaibhav Hiremath
The I2C adapter ID is actually depends on Board and may vary, Davinci
uses id=1, but in case of AM3517 id=3.
So modified respective davinci board files.
Signed-off-by: Vaibhav Hiremath
---
arch/arm/mach-davinci/board-dm355-evm.c |1 +
arch/arm/mach-davinci/board-dm
From: Vaibhav Hiremath
The I2C adapter ID is actually depends on Board and may vary, Davinci
uses id=1, but in case of AM3517 id=3.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c |3 +--
include/media/davinci/vpfe_capture.h |2 ++
2 files changed,
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/davinci/vpfe_capture.c
b/drivers/media/video/davinci/vpfe_capture.c
index ff43446..dc32de0 100644
From: Vaibhav Hiremath
This patch converts TVP514x driver to sub-device framework
from V4L2-int framework.
NOTE: Please note that this patch has not been tested on any board,
only compilation/build tested.
Changes (From Previous post):
- Added static function to_decoder which will rep
From: Vaibhav Hiremath
This is first version of sub-device framework based
TVP514x decoder driver. Earlier version of TVP514x driver is based
on V4L2-int framework.
Initial version reviewed by "Hans Verkuil".
NOTE: Please note that this patch has not been tested on any board,
only compila
From: Vaibhav Hiremath
This is Third version of OMAP3EVM Mulit-Media Daughter
Card support.
NOTE: Please note that, hence forth I will try to avoid submitting
patches on top of V4L2-int framework. The next immediate activity
would be migration to sub-device framework.
Fixes:
From: Vaibhav Hiremath
Support for BT656 through TVP5146 decoder, works on top of
Sakari's repository
http://git.gitorious.org/omap3camera/mainline.git
NOTE: Please note that, hence forth I will try to avoid submitting
patches on top of V4L2-int framework. The next immediate activity
From: Vaibhav Hiremath
This is second version of OMAP3EVM Mulit-Media/Mass Market
Daughter Card support.
Fixes:
- Cleaned unused header files, struct formating, and unused
comments.
- Pad/mux configuration handled in mux.ch
- mux.ch related changes moved to seperate patch
-
From: Vaibhav Hiremath
On OMAP3EVM Mass Market Daugher Card following GPIO pins are being
used -
GPIO134 --> Enable/Disable TVP5146 interface
GPIO54 --> Enable/Disable Expansion Camera interface
GPIO136 --> Enable/Disable Camera (Sensor) interface
Added entry for the above GPIO's in mux.c and m
From: Vaibhav Hiremath
This is first version of OMAP3EVM Mulit-Media Daughter
Card support.
Tested:
- TVP5146 (BT656) decoder interface on top of
Sergio's ISP-Camera patches.
- Loopback application, capturing image through TVP5146
and displaying it onto the TV/LCD on top of H
From: Vaibhav Hiremath
Support for BT656 through TVP5146 decoder, works on top of
ISP-Camera patches posted by Sergio on 12th Dec 2008.
The TVP514x driver patch has been accepted under V4L, will
be part of O-L in the next merge window. As of now you can
access the patches from -
http://markmail
81 matches
Mail list logo