Re: adding dvb-t scan files for New Zealand

2011-05-16 Thread Christoph Pfister
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

RE: [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support

2011-05-16 Thread Wu, Josh
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

Re: [PATCH/RFC 1/4] V4L: add three new ioctl()s for multi-size videobuffer management

2011-05-16 Thread Sakari Ailus
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,

Re: [PATCH 3/3] adp1653: Add driver for LED flash controller

2011-05-16 Thread Sakari Ailus
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

[PATCH] saa7134 add new TV cards

2011-05-16 Thread Dmitri Belimov
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 @

[PATCH] xc5000, fix fw upload crash

2011-05-16 Thread Dmitri Belimov
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 @

[PATCH 1/1] [media] ov9740: Cleanup, and more resolutions

2011-05-16 Thread achew
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 ++

Re: Help to make a driver. ISDB-Tb

2011-05-16 Thread Alfredo Jesús Delaiti
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

[PATCH ] v1.87 DM04/QQBOX provide error frontend detach/memory release.

2011-05-16 Thread Malcolm Priestley
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.

[PATCH ] dvb-usb provide exit for any structure inside priv.

2011-05-16 Thread Malcolm Priestley
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

Re: adding dvb-t scan files for New Zealand

2011-05-16 Thread 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-WellingtonNgarara -Richard Maxwell On Sun, May 15, 2011 at 8:20 AM, Ch

Re: Summary of the V4L2 discussions during LDS - was: Re: Embedded Linux memory management interest group list

2011-05-16 Thread Guennadi Liakhovetski
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

Re: [PATCH/RFC 1/4] V4L: add three new ioctl()s for multi-size videobuffer management

2011-05-16 Thread Guennadi Liakhovetski
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

Re: [PATCH 3/3] adp1653: Add driver for LED flash controller

2011-05-16 Thread Laurent Pinchart
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

Re: [PATCH 0/3 v6] Add v4l2 subdev driver for Samsung S5P MIPI-CSI receivers

2011-05-16 Thread Laurent Pinchart
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

[cron job] v4l-dvb daily build: ERRORS

2011-05-16 Thread Hans Verkuil
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

Re: [RFC 0/3] V4L2 API for flash devices and the adp1653 flash controller driver

2011-05-16 Thread Sakari Ailus
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

Re: CX24116 i2c patch

2011-05-16 Thread Jean Delvare
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

Re: [PATCH/RFC 1/4] V4L: add three new ioctl()s for multi-size videobuffer management

2011-05-16 Thread Sakari Ailus
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;

[PATCH 2/3] v4l: Add flash control documentation

2011-05-16 Thread Sakari Ailus
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

[PATCH 3/3] adp1653: Add driver for LED flash controller

2011-05-16 Thread Sakari Ailus
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

[PATCH 1/3] v4l: Add a class and a set of controls for flash devices.

2011-05-16 Thread Sakari Ailus
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|

[RFC 0/3] V4L2 API for flash devices and the adp1653 flash controller driver

2011-05-16 Thread Sakari Ailus
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

[PATCH v6 3/3] v4l: Add v4l2 subdev driver for S5P/EXYNOS4 MIPI-CSI receivers

2011-05-16 Thread Sylwester Nawrocki
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

[PATCH v6 2/3] v4l: Move s5p-fimc driver into Video capture devices

2011-05-16 Thread Sylwester Nawrocki
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-

[PATCH v6 1/3] v4l: Add V4L2_MBUS_FMT_JPEG_1X8 media bus format

2011-05-16 Thread Sylwester Nawrocki
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

[PATCH 0/3 v6] Add v4l2 subdev driver for Samsung S5P MIPI-CSI receivers

2011-05-16 Thread Sylwester Nawrocki
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

Re: [RFC v4] V4L2 API for flash devices

2011-05-16 Thread Sakari Ailus
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

Re: [PATCH 0/2] V4L: Extended crop/compose API

2011-05-16 Thread Laurent Pinchart
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