Am Samstag, den 20.11.2010, 00:43 +0100 schrieb David Härdeman:
> int to bool conversion for module parameters which are truely boolean.
>
> Signed-off-by: David Härdeman
> ---
> drivers/media/video/saa7134/saa7134-input.c |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
>
This is my first attempt at working on a linux driver and I need some
assistance.
I have purchased the kaiserbass TVStick product ID 'KBA01007-KB DVD-T
USB TUNER WITH 2 GB MEMORY'. The Linux-DVB Driver for DiBcom's DiB7000M
driver works very well for video, but the software driver does not
suppor
On Thu, Nov 18, 2010 at 06:59:43PM -0200, Mauro Carvalho Chehab wrote:
>Em 18-11-2010 18:49, Jarod Wilson escreveu:
>> On Thu, Nov 18, 2010 at 09:43:19PM +0100, David Härdeman wrote:
>>> On Thu, Nov 18, 2010 at 11:33:04AM -0500, Jarod Wilson wrote:
Mauro's suggestion, iirc, was that max scanco
Fix some minor comments etc which are leftover from the old naming scheme.
Signed-off-by: David Härdeman
---
drivers/media/rc/ir-raw.c |2 +-
drivers/media/rc/rc-core-priv.h |6 +++---
drivers/media/rc/rc-main.c |2 +-
include/media/rc-core.h | 12 ++--
4
int to bool conversion for module parameters which are truely boolean.
Signed-off-by: David Härdeman
---
drivers/media/video/saa7134/saa7134-input.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/media/video/saa7134/saa7134-input.c
b/drivers/media/video/
bttv_ir is more consistent with all other structs used in the same driver.
Also, clean up the struct to remove commented out members and the work_struct
which is unused.
Signed-off-by: David Härdeman
---
drivers/media/video/bt8xx/bttv-input.c | 27 +--
drivers/media/vid
Convert boolean variables to use the corresponding data type.
Signed-off-by: David Härdeman
---
drivers/media/rc/mceusb.c | 62 +++--
1 files changed, 26 insertions(+), 36 deletions(-)
diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c
i
The use of the saa7134_card_ir->users seems racy, so protect the count with
a spinlock. Also use proper data types as arguments to __saa7134_ir_start()
and __saa7134_ir_stop() to remove some unnecessary casts.
Signed-off-by: David Härdeman
---
drivers/media/video/saa7134/saa7134-input.c | 54 +
Both timers are used for a similar purpose. Merging them allows for some
minor simplifications.
Signed-off-by: David Härdeman
---
drivers/media/video/saa7134/saa7134-input.c | 10 --
drivers/media/video/saa7134/saa7134.h |1 -
2 files changed, 4 insertions(+), 7 deletions(-)
Similarly to saa7134, bttv_ir has two timers, only one of which is used
at a time and which serve the same purpose. Merge them.
Signed-off-by: David Härdeman
---
drivers/media/video/bt8xx/bttv-input.c |8 +++-
drivers/media/video/bt8xx/bttvp.h |3 +--
2 files changed, 4 insertio
Mostly using appropriate data types and constants (e.g. int -> bool).
Signed-off-by: David Härdeman
---
drivers/media/video/saa7134/saa7134-input.c | 49 ++-
drivers/media/video/saa7134/saa7134.h |4 +-
2 files changed, 21 insertions(+), 32 deletions(-)
diff
Using the full keycode for BeholdTV hardware makes another module
parameter unnecessary.
Signed-off-by: David Härdeman
---
drivers/media/rc/keymaps/rc-behold.c| 70 ++-
drivers/media/video/saa7134/saa7134-input.c | 19 +--
2 files changed, 37 insertions(+)
ir_rc5_remote_gap is a leftover from ir-common, remove it.
Signed-off-by: David Härdeman
---
drivers/media/video/saa7134/saa7134-input.c |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/media/video/saa7134/saa7134-input.c
b/drivers/media/video/saa7134/saa7134-i
Here's a set of smaller patches which performs various cleanups, mostly to
the saa7134 and bttv driver. They are based on the media_tree.git repo
(2.6.38 branch) on top of Mauro's recent renaming patches.
---
David Härdeman (10):
saa7134: remove unused module parameter
saa7134: use fu
> -Original Message-
> From: Aguirre, Sergio
> Sent: Friday, November 19, 2010 5:27 PM
> To: Aguirre, Sergio; Laurent Pinchart
> Cc: linux-media@vger.kernel.org
> Subject: RE: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs
> clock control
>
>
>
> > -Original Message-
> -Original Message-
> From: Aguirre, Sergio
> Sent: Friday, November 19, 2010 5:24 PM
> To: Laurent Pinchart
> Cc: linux-media@vger.kernel.org; Aguirre, Sergio
> Subject: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs clock
> control
>
> Submodules shouldn't be aware of global
This keeps the driver focused only on accessing CSI2 registers
only.
if the same info is needed, isp_print_status should be called instead.
Signed-off-by: Sergio Aguirre
---
drivers/media/video/isp/ispcsi2.c |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/drivers/
Since this sequence strictly touches ISP global registers, it's
not really part of the same register address space than the CCDC.
Do this check in main isp code instead.
Signed-off-by: Sergio Aguirre
---
drivers/media/video/isp/isp.c | 24
drivers/media/video/isp/
Hi,
These are some patches to make these operations more generic:
- Clock control is being controlled in a very crude manner by
subdevices, it should be centralized in isp.c.
- LSC prefetch wait check is reading a main ISP register, so move
it to isp.c
- Abstract SBL busy check: we don't want
Submodules shouldn't be aware of global register bit structure,
specially if the submodules are shared in the future with
other TI architectures (Davinci, future OMAPs, etc)
Signed-off-by: Sergio Aguirre
---
drivers/media/video/isp/isp.c| 54 ++
drivers/
Make a nicer interface that can be used by anyone accessing the isp.
Signed-off-by: Sergio Aguirre
---
drivers/media/video/isp/isp.c | 17 +
drivers/media/video/isp/isp.h |2 ++
drivers/media/video/isp/ispccdc.c | 10 +-
3 files changed, 20 insertions(+),
Hello,
I am working on a SOC V4L2 video driver, and need to implement zoom
functionality.
>From application, there are 2 ways to do zooming. The 1st way is to use
cropping and scaling as described in section 1.11.1. The application calls
VIDIOC_S_CROP to achieve zoom. The 2nd way is to use V4L2
> -Original Message-
> From: Aguirre, Sergio
> Sent: Friday, November 19, 2010 9:44 AM
> To: 'David Cohen'
> Cc: Laurent Pinchart; linux-media@vger.kernel.org
> Subject: RE: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG
> fields consistent
>
>
> > -Original Message-
>
> -Original Message-
> From: Aguirre, Sergio
> Sent: Friday, November 19, 2010 9:46 AM
> To: 'David Cohen'
> Cc: Laurent Pinchart; linux-media@vger.kernel.org
> Subject: RE: [omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_settings
> > -Original Message-
> > From: David Cohen
On Fri, Nov 19, 2010 at 09:42:40PM +0100, Nicolas Kaiser wrote:
> Make sure we have a matching chip id high and one or the other
> of the chip id low values.
> Print the values if the probe fails.
>
> Signed-off-by: Nicolas Kaiser
That works for me, thanks much.
Acked-by: Jarod Wilson
--
Jar
On Fri, Nov 19, 2010 at 04:54:01PM +0100, ext Aguirre, Sergio wrote:
> Hi Laurent and David,
Hi Sergio,
>
> > -Original Message-
> > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> > Sent: Friday, November 19, 2010 4:33 AM
> > To: David Cohen
> > Cc: Aguirre, Sergio;
Hi Mauro,
Here is the pull request for the patch series that:
1) Converts 29 drivers to unlocked_ioctl
2) Improves the v4l core by using mutex_lock_interruptible and fixes
incorrect return codes for poll, write and read.
3) Improves the BKL-replacement code so that VIDIOC_DQBUF is no longer
Make sure we have a matching chip id high and one or the other
of the chip id low values.
Print the values if the probe fails.
Signed-off-by: Nicolas Kaiser
---
drivers/media/IR/nuvoton-cir.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/media/IR/nuvoton-
On Wed, Nov 17, 2010 at 11:35:25AM +0100, Nicolas Kaiser wrote:
> Make sure we have a matching chip id high and one or the other
> of the chip id low values.
> Print the values if the probe fails.
>
> Signed-off-by: Nicolas Kaiser
> ---
> Like this?
> Supersedes patch "drivers/media: nuvoton: alw
Use put_device() instead of kfree() because of device name leak.
Signed-off-by: Vasiliy Kulikov
---
Compile tested only.
drivers/media/video/pvrusb2/pvrusb2-sysfs.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/pvrusb2/pvrusb2-sysfs.c
b/drivers/
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Fri Nov 19 19:00:22 CET 2010
git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a
git media-master: gcc version: i6
I need to support fully tvp5151.
So I'm trying to understand your driver, that is ready for VBI and not
for video acquisition.
I also take sometimes a look at tvp514x.c, for instance trying to add
VIDIOC_ENUM_FMT and other ioctls.
I think we can move from tvp5150.c to tvp515x.c, maybe...
I don't th
Hi Laurent,
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> Sent: Friday, November 19, 2010 10:32 AM
> To: Aguirre, Sergio
> Cc: David Cohen; ext Lane Brooks; linux-media@vger.kernel.org
> Subject:
Hi Sergio,
On Friday 19 November 2010 17:23:45 Aguirre, Sergio wrote:
> On Friday, November 19, 2010 10:16 AM Aguirre, Sergio wrote:
> > On Friday 19 November 2010 17:07:09 Aguirre, Sergio wrote:
[snip]
> > > How close is this tree from the latest internal version you guys work
> > > with?
> > >
Hi Laurent,
> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Friday, November 19, 2010 10:16 AM
> To: Aguirre, Sergio
> Cc: David Cohen; ext Lane Brooks; linux-media@vger.kernel.org
> Subject: Re: [omap3isp] Prefered patch base for latest cod
Hi Sergio,
On Friday 19 November 2010 17:07:09 Aguirre, Sergio wrote:
> Hi David and Laurent,
>
>
>
> > > Don't forget that Lane is using an older version of the OMAP3 ISP
> > > driver. The bug might have been fixed in the latest code.
> >
> > Hm. We did fix some iommu faults.
> > Maybe it's b
Hi David and Laurent,
> >
> > Don't forget that Lane is using an older version of the OMAP3 ISP
> driver. The
> > bug might have been fixed in the latest code.
>
> Hm. We did fix some iommu faults.
> Maybe it's better to test a newer version instead.
> If you still see that bug using an up-to-d
This commit adds a gen_pool_alloc_aligned() function to the
generic allocator API. It allows specifying alignment for the
allocated block. This feature uses
the bitmap_find_next_zero_area_off() function.
It also fixes possible issue with bitmap's last element being
not fully allocated (ie. space
This commit changes various functions that change pages and
pageblocks migrate type between MIGRATE_ISOLATE and
MIGRATE_MOVABLE in such a way as to allow to work with
MIGRATE_CMA migrate type.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
include/linux/page-isolation.h | 3
From: KAMEZAWA Hiroyuki
Memory hotplug is a logic for making pages unused in the specified range
of pfn. So, some of core logics can be used for other purpose as
allocating a very large contigous memory block.
This patch moves some functions from mm/memory_hotplug.c to
mm/page_isolation.c. This
This commits adds a best-fit algorithm to the set of
algorithms supported by the CMA.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
mm/Kconfig| 16 ++-
mm/Makefile |1 +
mm/cma-best-fit.c | 372 +
3 fil
From: KAMEZAWA Hiroyuki
This commit introduces alloc_contig_free_pages() function
which allocates (ie. removes from buddy system) free pages
in range. Caller has to guarantee that all pages in range
are in buddy system.
Along with alloc_contig_free_pages(), a free_contig_pages()
function is pro
The MIGRATE_CMA migration type has two main characteristics:
(i) only movable and reclaimable pages can be allocated from
MIGRATE_CMA page blocks and (ii) page allocator will never
change migration type of MIGRATE_CMA page blocks.
This guarantees that page in a MIGRATE_CMA page block can
always be
This commits adds cma_early_grab_pageblocks() function as well
as makes cma_early_region_reserve() function use the former if
some conditions are met.
Grabbed pageblocks are later given back to page allocator with
migration type set to MIGRATE_CMA. This guarantees that only
movable and reclaimabl
This patch adds a "cma" misc device which lets user space use the
CMA API. This device is meant for testing. A testing application
is also provided.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
drivers/misc/Kconfig |8 +
drivers/misc/Makefile |1 +
drivers/misc
Hello everyone,
A few people asked about CMA at the LPC, so even though the I have not
yet finished working on the new CMA here it is so that all
interested parties can take a look and decide if it can be used for
their use case.
In particular, this version adds not yet completed support for memo
The debugfs development interface lets one change the map attribute
at run time as well as observe what regions have been reserved.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
Documentation/contiguous-memory.txt |4 +
include/linux/cma.h | 11 +
mm/Kc
This commit adds CMA memory reservation code to Aquila, Goni and c210
universal boards.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
arch/arm/mach-s5pv210/mach-aquila.c | 26 ++
arch/arm/mach-s5pv210/mach-goni.c | 26 +++
Added a rb_root_init() function which initialises a rb_root
structure as a red-black tree with at most one element. The
rationale is that using rb_root_init(root, node) is more
straightforward and cleaner then first initialising and
empty tree followed by an insert operation.
Signed-off-by: Micha
This commit adds a bitmap_find_next_zero_area_off() function which
works like bitmap_find_next_zero_area() function expect it allows an
offset to be specified when alignment is checked. This lets caller
request a bit such that its number plus the offset is aligned
according to the mask.
Signed-of
Hello,
This is a quick update of the patch series posted a few days ago. I've
fixed coding style issues pointed by Hans, added the correct version of
dma coherent allocator (looks that outdated patch have been included in
all previous series) and fixed an ugly bug in __queue_cancel function
(the s
Make vivi use videobuf2 in place of videobuf.
Signed-off-by: Pawel Osciak
Signed-off-by: Marek Szyprowski
Signed-off-by: Kyungmin Park
CC: Pawel Osciak
---
drivers/media/video/Kconfig |2 +-
drivers/media/video/vivi.c | 390 ---
2 files changed, 2
From: Pawel Osciak
Add an implementation of DMA coherent memory allocator and handling
routines for videobuf2, implemented on top of dma_alloc_coherent() call.
Signed-off-by: Pawel Osciak
Signed-off-by: Kyungmin Park
Signed-off-by: Marek Szyprowski
CC: Pawel Osciak
---
drivers/media/video/K
Add a generic file io (read and write) emulator for videobuf2. It uses
MMAP memory type buffers and generic vb2 calls: req_bufs, qbuf and
dqbuf. Video date is being copied from mmap buffers to userspace with
standard copy_to_user() function. To add support for file io the driver
needs to provide an
From: Pawel Osciak
Add support for the CMA contiguous memory allocator to videobuf2.
Signed-off-by: Pawel Osciak
Signed-off-by: Kyungmin Park
Signed-off-by: Marek Szyprowski
CC: Pawel Osciak
---
drivers/media/video/Kconfig |5 +
drivers/media/video/Makefile|1 +
driv
From: Pawel Osciak
Videobuf2 is a Video for Linux 2 API-compatible driver framework for
multimedia devices. It acts as an intermediate layer between userspace
applications and device drivers. It also provides low-level, modular
memory management functions for drivers.
Videobuf2 eases driver deve
From: Pawel Osciak
Add generic memory handling routines for userspace pointer handling,
contiguous memory verification and mapping.
Signed-off-by: Pawel Osciak
Signed-off-by: Marek Szyprowski
Signed-off-by: Kyungmin Park
CC: Pawel Osciak
---
drivers/media/video/Kconfig|3 +
From: Pawel Osciak
Add an implementation of contiguous virtual memory allocator and handling
routines for videobuf2, implemented on top of vmalloc()/vfree() calls.
Signed-off-by: Pawel Osciak
Signed-off-by: Kyungmin Park
Signed-off-by: Marek Szyprowski
CC: Pawel Osciak
---
drivers/media/vid
Hi Laurent and David,
> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Friday, November 19, 2010 4:33 AM
> To: David Cohen
> Cc: Aguirre, Sergio; linux-media@vger.kernel.org
> Subject: Re: [omap3isp][PATCH v2 5/9] omap3isp: Remove unused CBUF
> -Original Message-
> From: David Cohen [mailto:david.co...@nokia.com]
> Sent: Friday, November 19, 2010 4:18 AM
> To: Aguirre, Sergio
> Cc: Laurent Pinchart; linux-media@vger.kernel.org
> Subject: Re: [omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_settings
>
> Hi Sergio,
>
> Tha
> -Original Message-
> From: David Cohen [mailto:david.co...@nokia.com]
> Sent: Friday, November 19, 2010 4:06 AM
> To: Aguirre, Sergio
> Cc: Laurent Pinchart; linux-media@vger.kernel.org
> Subject: Re: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG
> fields consistent
>
> Hi Ser
On Fri, Nov 19, 2010 at 04:07:27PM +0100, ext Laurent Pinchart wrote:
> Hi David,
>
> On Friday 19 November 2010 16:06:21 David Cohen wrote:
> > On Fri, Nov 19, 2010 at 03:16:41PM +0100, ext Lane Brooks wrote:
> > > On 11/19/2010 07:13 AM, Laurent Pinchart wrote:
> > > > On Friday 19 November 2010
Hi David,
On Friday 19 November 2010 16:06:21 David Cohen wrote:
> On Fri, Nov 19, 2010 at 03:16:41PM +0100, ext Lane Brooks wrote:
> > On 11/19/2010 07:13 AM, Laurent Pinchart wrote:
> > > On Friday 19 November 2010 15:08:38 Lane Brooks wrote:
> > >> On 11/19/2010 06:29 AM, David Cohen wrote:
> >
On Fri, Nov 19, 2010 at 03:16:41PM +0100, ext Lane Brooks wrote:
> On 11/19/2010 07:13 AM, Laurent Pinchart wrote:
> > On Friday 19 November 2010 15:08:38 Lane Brooks wrote:
> >> On 11/19/2010 06:29 AM, David Cohen wrote:
> >>> On Thu, Nov 18, 2010 at 12:17:21AM +0100, ext Lane Brooks wrote:
>
The later makes extensive use of structures defined in the former.
Signed-off-by: Laurent Pinchart
---
include/media/v4l2-ctrls.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index 9b7bea9..3b133b7 100644
--- a/i
Hi Guennadi,
On Friday 19 November 2010 15:15:11 Guennadi Liakhovetski wrote:
> On Fri, 19 Nov 2010, Laurent Pinchart wrote:
> > On Friday 19 November 2010 14:42:31 Hans Verkuil wrote:
> > > On Friday 19 November 2010 14:26:42 Laurent Pinchart wrote:
> > > > Some buggy sensors generate corrupt fra
On Friday 19 November 2010 15:15:11 Guennadi Liakhovetski wrote:
> On Fri, 19 Nov 2010, Laurent Pinchart wrote:
>
> > Hi Hans,
> >
> > On Friday 19 November 2010 14:42:31 Hans Verkuil wrote:
> > > On Friday 19 November 2010 14:26:42 Laurent Pinchart wrote:
> > > > Some buggy sensors generate corr
On 11/19/2010 07:13 AM, Laurent Pinchart wrote:
On Friday 19 November 2010 15:08:38 Lane Brooks wrote:
On 11/19/2010 06:29 AM, David Cohen wrote:
On Thu, Nov 18, 2010 at 12:17:21AM +0100, ext Lane Brooks wrote:
On Wednesday 17 November 2010 00:46:27 Lane Brooks wrote:
Laurent,
I am getting i
On Fri, 19 Nov 2010, Laurent Pinchart wrote:
> Hi Hans,
>
> On Friday 19 November 2010 14:42:31 Hans Verkuil wrote:
> > On Friday 19 November 2010 14:26:42 Laurent Pinchart wrote:
> > > Some buggy sensors generate corrupt frames when the stream is started.
> > > This new operation returns the num
Hi Lane,
On Friday 19 November 2010 15:08:38 Lane Brooks wrote:
> On 11/19/2010 06:29 AM, David Cohen wrote:
> > On Thu, Nov 18, 2010 at 12:17:21AM +0100, ext Lane Brooks wrote:
> >> On Wednesday 17 November 2010 00:46:27 Lane Brooks wrote:
> Laurent,
>
> I am getting iommu transla
On 11/19/2010 06:29 AM, David Cohen wrote:
On Thu, Nov 18, 2010 at 12:17:21AM +0100, ext Lane Brooks wrote:
On Wednesday 17 November 2010 00:46:27 Lane Brooks wrote:
Laurent,
I am getting iommu translation errors when I try to use the CCDC output
after using the Resizer output.
If I use the C
Hi Guennadi,
On Friday 19 November 2010 14:49:44 Guennadi Liakhovetski wrote:
> On Fri, 19 Nov 2010, Laurent Pinchart wrote:
> > Some buggy sensors generate corrupt frames when the stream is started.
> > This new operation returns the number of corrupt frames to skip when
> > starting the stream.
On Fri, 19 Nov 2010, Hans Verkuil wrote:
> On Friday 19 November 2010 14:26:42 Laurent Pinchart wrote:
> > Some buggy sensors generate corrupt frames when the stream is started.
> > This new operation returns the number of corrupt frames to skip when
> > starting the stream.
>
> Looks OK, but per
Hi Hans,
On Friday 19 November 2010 14:42:31 Hans Verkuil wrote:
> On Friday 19 November 2010 14:26:42 Laurent Pinchart wrote:
> > Some buggy sensors generate corrupt frames when the stream is started.
> > This new operation returns the number of corrupt frames to skip when
> > starting the stream
On Fri, 19 Nov 2010, Laurent Pinchart wrote:
> Some buggy sensors generate corrupt frames when the stream is started.
> This new operation returns the number of corrupt frames to skip when
> starting the stream.
>
> Signed-off-by: Laurent Pinchart
> ---
> include/media/v4l2-subdev.h |4
On Friday 19 November 2010 14:26:42 Laurent Pinchart wrote:
> Some buggy sensors generate corrupt frames when the stream is started.
> This new operation returns the number of corrupt frames to skip when
> starting the stream.
Looks OK, but perhaps the two should be combined to one function?
I al
On Fri, Nov 19, 2010 at 02:23:54PM +0100, Cohen David (Nokia-MS/Helsinki) wrote:
> OMAP3 ISP driver does not support pipeline with multiple video outputs yet.
> Driver must return -EBUSY in this case.
>
> Signed-off-by: David Cohen
> ---
> drivers/media/video/isp/ispccdc.c| 26
Hi Lane,
On Thu, Nov 18, 2010 at 12:17:21AM +0100, ext Lane Brooks wrote:
> On 11/17/2010 04:09 PM, Laurent Pinchart wrote:
> > Hi Lane,
> >
> > On Wednesday 17 November 2010 00:46:27 Lane Brooks wrote:
> >> Laurent,
> >>
> >> I am getting iommu translation errors when I try to use the CCDC output
Some buggy sensors generate corrupt frames when the stream is started.
This new operation returns the number of corrupt frames to skip when
starting the stream.
Signed-off-by: Laurent Pinchart
---
include/media/v4l2-subdev.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --g
OMAP3 ISP driver does not support pipeline with multiple video outputs yet.
Driver must return -EBUSY in this case.
Signed-off-by: David Cohen
---
drivers/media/video/isp/ispccdc.c| 26 --
drivers/media/video/isp/ispcsi2.c| 19 +++
drivers/medi
Hi David,
On Friday 19 November 2010 11:19:44 David Cohen wrote:
> On Mon, Nov 15, 2010 at 03:29:57PM +0100, ext Sergio Aguirre wrote:
[snip]
> > @@ -244,26 +239,6 @@
> >
> > #define ISP_CSIB_SYSCONFIG ISPCCP2_SYSCONFIG
> > #define ISP_CSIA_SYSCONFIG ISPCSI2_SYSCONFIG
> >
> >
Hi Sergio,
I have one comment below.
On Mon, Nov 15, 2010 at 03:29:57PM +0100, ext Sergio Aguirre wrote:
> Signed-off-by: Sergio Aguirre
> ---
> drivers/media/video/isp/isp.c|2 --
> drivers/media/video/isp/isp.h|1 -
> drivers/media/video/isp/ispreg.h | 25 ---
Hi Sergio,
Thanks for the patch.
On Mon, Nov 15, 2010 at 03:29:59PM +0100, ext Sergio Aguirre wrote:
> 1. Get rid of CSI2 / CCP2 power settings, as they are controlled
>in the receivers code anyways.
CCP2 is not correctly handling this. It's setting SMART STANDBY mode one
when reading from m
Hi Sergio,
I've few comments below.
On Mon, Nov 15, 2010 at 03:30:00PM +0100, ext Sergio Aguirre wrote:
> Signed-off-by: Sergio Aguirre
> ---
> drivers/media/video/isp/ispccp2.c |3 +--
> drivers/media/video/isp/ispreg.h | 14 --
> 2 files changed, 9 insertions(+), 8 deletion
Hans,
Thank you for the review comments. I will include a section
on customizing for additions and changes to different boards.
Thanks again,
-Manju
On Sat, Nov 13, 2010 at 18:22:19, Hans Verkuil wrote:
> Hi Manju,
>
> I've reviewed the other patches as well. The only one for which I had
> co
85 matches
Mail list logo