[PATCH] v4l: mt9p031/mt9t001: Use i2c_smbus_{read|write}_word_swapped()

2011-10-22 Thread Laurent Pinchart
The MT9P031 and MT9T001 sensors transfer 16-bit data on the I2C bus in swapped order. Let the I2C core handle byte order by using the i2c_smbus_{read|write}_word_swapped() functions. Signed-off-by: Laurent Pinchart --- drivers/media/video/mt9p031.c |5 ++--- drivers/media/video/mt9t001.c |

Re: [PATCH V2] v4l: use i2c_smbus_read_word_swapped

2011-10-22 Thread Laurent Pinchart
Hi Jonathan, Thanks for the patch. On Friday 21 October 2011 15:30:25 Jonathan Cameron wrote: > Function ensures that error codes don't get mangled. > Dependant on: > i2c: boilerplate function for byte swapped smbus_write/read_word_data > which is working it's way through the i2c tree. > > Sign

cron job: media_tree daily build: WARNINGS

2011-10-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Oct 22 19:00:15 CEST 2011 git hash:35a912455ff5640dc410e91279b03e04045265b2 gcc version: i686-linux-gcc (GC

In search of a capture card or DVI with compression

2011-10-22 Thread Fabian Sturm
Hi, I searched the web for quite some time for a good video capture card but did not find something for linux. What I want to do is to capture the output of 4 pcs from a single server. Therefore I am looking for capture card that can capture more then one stream, but in the worst case I would bu

Re: OMAP3 ISP with digital sensor

2011-10-22 Thread Gary Thomas
On 2011-10-21 10:34, Laurent Pinchart wrote: Hi Gary, Aarrg, I'm sorry for the very late reply. Your mail splipped through the cracks :-/ (94 mails to go in my inbox, then I'll move to my mailing lists backlog :-)) On Tuesday 11 October 2011 15:42:01 Gary Thomas wrote: Laurent, Do you ha

[GIT PULL for v3.2] OMAP_VOUT: Few cleaups and feature addition

2011-10-22 Thread hvaibhav
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

[PATCH 32/49] media: irq: Remove IRQF_DISABLED

2011-10-22 Thread Yong Zhang
Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this

[RESEND][PATCH v4 3/3] at91: add Atmel ISI and ov2640 support on sam9m10/sam9g45 board

2011-10-22 Thread Josh Wu
This patch adds: - ov2640 sensor in sam9m10/sam9g45 board - support to use PCK as ISI_MCK. PCK's parent is managed in SoC level, e.g. at91sam9g45_devices.c Signed-off-by: Josh Wu --- fix the coding style using simpler code arch/arm/mach-at91/at91sam9g45_devices.c | 94 +++

[RESEND][PATCH v4 2/3] at91: add parameters for at91_add_device_isi function

2011-10-22 Thread Josh Wu
Signed-off-by: Josh Wu --- fix codeing style using bool instead of int for boolean type arch/arm/mach-at91/at91sam9263_devices.c | 13 ++--- arch/arm/mach-at91/include/mach/board.h |4 +++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-at91/at91sam