2011/5/16 Jodi the Tigger :
> Sure!
>
> find 13 files attached:
>
> nz-AucklandInfill
> nz-AucklandWaiatarua
> nz-Christchurch
> nz-Dunedin
> nz-Hamilton
> nz-HawkesBayMtErin
> nz-HawkesBayNapier
> nz-Manawatu
> nz-Tauranga
> nz-Waikato
> nz-WellingtonInfill
> nz-WellingtonKaukau
> nz-WellingtonNga
Hi, JC
>> +struct atmel_isi;
> do we really this here?
Not really. I'll remove this.
>> +
>> [snip]
>>
>> if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
>> +config VIDEO_ATMEL_ISI
>> +tristate "ATMEL Image Sensor Interface (ISI) support"
>> +depends on VIDEO_DEV && SOC_CAMERA
> depends on AT91
Guennadi Liakhovetski wrote:
> Hi Sakari
Hi Guennadi,
[clip]
bool valid_prio = true;
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index aa6c393..b6ef46e 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -1847,
Laurent Pinchart wrote:
> Hi Sakari,
>
> Thanks for the patch.
Thanks for the comments! :-)
> On Monday 16 May 2011 15:00:39 Sakari Ailus wrote:
>> This patch adds the driver for the adp1653 LED flash controller. This
>> controller supports a high power led in flash and torch modes and an
>> ind
Hi
Add new TV cards of Beholder Company. Just for autodetect.
diff --git a/drivers/media/video/saa7134/saa7134-cards.c
b/drivers/media/video/saa7134/saa7134-cards.c
index 61c6007..e98d38e 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@
Hi
Fix crash when init tuner and upload twice the firmware into xc5000 at the some
time.
diff --git a/drivers/media/common/tuners/xc5000.c
b/drivers/media/common/tuners/xc5000.c
index aa1b2e8..a491a5b 100644
--- a/drivers/media/common/tuners/xc5000.c
+++ b/drivers/media/common/tuners/xc5000.c
@
From: Andrew Chew
Added more resolutions, corrected the output YUYV ordering, implemented
suspend/resume, and general cleanup. Supported resolutions are
720p, VGA, QVGA, CIF, QCIF, SIF, and QSIF.
Signed-off-by: Andrew Chew
---
drivers/media/video/ov9740.c | 445 ++
Hi
Digital television: not tune any channels with w-scan or gnome-dvb-setup.
But with the latter, it captures 2 weak signals, but I can not know
which is.
Under windows also capture 2 channel and I'm in a place where the
signal is low.
I'll try to have more signal strength.
If I run dmesg af
Remove and free any unused frontend attach on firmware change
and provide memory release using priv_exit callback.
Other minor changes
fix le16 warning.
remove unnecessary lme2510_kill_urb.
Moving of rc_core is still on TODO list.
Requires Patch: dvb-usb provide exit any structure inside priv.
Currently priv is freed from memory by dvb-usb on any error or exit.
If any buffer has been allocated in the priv structure,
freeing it is tricky. While freeing it on device disconnect
is fairly easy, on error it is almost impossible because it
has been removed from memory by dvb-usb.
This pa
Sure!
find 13 files attached:
nz-AucklandInfill
nz-AucklandWaiatarua
nz-Christchurch
nz-Dunedin
nz-Hamilton
nz-HawkesBayMtErin
nz-HawkesBayNapier
nz-Manawatu
nz-Tauranga
nz-Waikato
nz-WellingtonInfill
nz-WellingtonKaukau
nz-WellingtonNgarara
-Richard Maxwell
On Sun, May 15, 2011 at 8:20 AM, Ch
On Sat, 14 May 2011, Mauro Carvalho Chehab wrote:
> Em 18-04-2011 17:15, Jesse Barker escreveu:
> > One of the big issues we've been faced with at Linaro is around GPU
> > and multimedia device integration, in particular the memory management
> > requirements for supporting them on ARM. This next
Hi Sakari
On Mon, 16 May 2011, Sakari Ailus wrote:
> Hi Guennadi,
>
> Thanks for the patch!
>
> Guennadi Liakhovetski wrote:
> > I've found some more time to get back to this. Let me try to recap, what
> > has been discussed. I've looked through all replies again (thanks to
> > all!), so, I'l
Hi Sakari,
Thanks for the patch.
On Monday 16 May 2011 15:00:39 Sakari Ailus wrote:
> This patch adds the driver for the adp1653 LED flash controller. This
> controller supports a high power led in flash and torch modes and an
> indicator light, sometimes also called privacy light.
>
> The adp16
Hi Sylwester,
On Monday 16 May 2011 14:05:36 Sylwester Nawrocki wrote:
> Hello,
>
> I'm resending this MIPI-CSI slave device driver patch to address review
> comments and fix a few further minor issues. My apologies for spamming a
> mailbox to those who are not interested.
For the whole patch se
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:Mon May 16 19:00:30 CEST 2011
git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b
gcc version: i686-linux-gcc (GCC) 4.5
Sakari Ailus wrote:
> Hi,
>
> This is a patchset which implements RFC v4 of V4L2 API for flash devices
> [1], with minor modifications, and adds the adp1653 flash controller driver.
Replying to myself, the associated board code for the N900 isn't part of
this patchset. It's are available here wit
Hi Mauro,
Sorry for the late reply.
On Thu, 05 May 2011 13:18:04 -0300, Mauro Carvalho Chehab wrote:
> Em 05-05-2011 12:09, Jean Delvare escreveu:
> > Hi Mauro, Steven,
> >
> > On Thu, 05 May 2011 10:15:04 -0300, Mauro Carvalho Chehab wrote:
> >> As you pointed, there are two ways of solving thi
Hi Guennadi,
Thanks for the patch!
Guennadi Liakhovetski wrote:
> I've found some more time to get back to this. Let me try to recap, what
> has been discussed. I've looked through all replies again (thanks to
> all!), so, I'll present a summary. Any mistakes and misinterpretations are
> mine;
Add documentation for V4L2 flash controls.
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/v4l/controls.xml | 216 ++
Documentation/DocBook/v4l/vidioc-g-ext-ctrls.xml |7 +
2 files changed, 223 insertions(+), 0 deletions(-)
diff --git a/Documentation/Doc
This patch adds the driver for the adp1653 LED flash controller. This
controller supports a high power led in flash and torch modes and an
indicator light, sometimes also called privacy light.
The adp1653 is used on the Nokia N900.
Signed-off-by: Sakari Ailus
Signed-off-by: Tuukka Toivonen
Sign
From: Sakari Ailus
Add a control class and a set of controls to support LED and Xenon flash
devices. An example of such a device is the adp1653.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-ctrls.c | 45 ++
include/linux/videodev2.h|
Hi,
This is a patchset which implements RFC v4 of V4L2 API for flash devices
[1], with minor modifications, and adds the adp1653 flash controller driver.
What was changed was that the V4L2_CID_FLASH_STROBE_MODE control was
renamed to V4L2_CID_FLASH_STROBE_SOURCE. Also the related enum has been
re
Add the subdev driver for the MIPI CSIS units available in S5P and
Exynos4 SoC series. This driver supports both CSIS0 and CSIS1
MIPI-CSI2 receivers.
The driver requires Runtime PM to be enabled for proper operation.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/med
s5p-fimc now also implements a camera capture video node so move
it under the "Video capture devices" Kconfig menu. Also update
the entry to reflect the driver's coverage of EXYNOS4 SoCs and
separate the Makefile entry from the soc-camera drivers set.
Signed-off-by: Sylwester Nawrocki
Signed-off-
Add V4L2_MBUS_FMT_JPEG_1X8 format and the corresponding Docbook
documentation.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Laurent Pinchart
---
Documentation/DocBook/v4l/subdev-formats.xml | 46 ++
include/linux/v4l2-mediabus.h
Hello,
I'm resending this MIPI-CSI slave device driver patch to address review
comments
and fix a few further minor issues. My apologies for spamming a mailbox to those
who are not interested.
Changes since v5:
- slightly improved description of struct csis_state
- moved the pad number check
Andy Walls wrote:
> On Sat, 2011-05-07 at 14:46 +0200, Hans Verkuil wrote:
>> On Thursday, May 05, 2011 20:49:21 Sakari Ailus wrote:
>>>
>>>
>>> enum v4l2_flash_strobe_whence {
>>> V4L2_FLASH_STROBE_WHENCE_SOFTWARE,
>>> V4L2_FLASH_STROBE_WHENCE_EXTERNAL,
>>> };
>>
>> Perhaps use 'type' inst
On Saturday 14 May 2011 12:50:32 Hans Verkuil wrote:
> On Friday, May 13, 2011 14:43:08 Laurent Pinchart wrote:
> > On Saturday 07 May 2011 13:52:25 Hans Verkuil wrote:
> > > On Thursday, May 05, 2011 11:39:54 Tomasz Stanislawski wrote:
[snip]
> > > > Applications set V4L2_SEL_TRY flag in v4l2_se
29 matches
Mail list logo