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 |
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
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
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
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
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
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
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 +++
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