Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-08 Thread Paul Bolle
On Wed, 2014-10-08 at 22:50 -0300, Mauro Carvalho Chehab wrote: > Em Wed, 08 Oct 2014 13:53:33 -0700 > Randy Dunlap escreveu: > > On 10/08/14 11:31, Mauro Carvalho Chehab wrote: > > > From gpsca's PoV, IMHO, it should be fine to disable the webcam buttons if > > > the webcam was compiled as builti

cron job: media_tree daily build: WARNINGS

2014-10-08 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: Thu Oct 9 04:00:28 CEST 2014 git branch: test git hash: cf3167cf1e969b17671a4d3d956d22718a8ceb85 gcc versi

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 13:53:33 -0700 Randy Dunlap escreveu: > On 10/08/14 11:31, Mauro Carvalho Chehab wrote: > > Em Wed, 08 Oct 2014 10:13:39 -0700 > > Randy Dunlap escreveu: > > > >> On 10/07/14 23:49, Stephen Rothwell wrote: > >>> Hi all, > >>> > >>> Please do not add any material intended for

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-08 Thread Randy Dunlap
On 10/08/14 11:31, Mauro Carvalho Chehab wrote: > Em Wed, 08 Oct 2014 10:13:39 -0700 > Randy Dunlap escreveu: > >> On 10/07/14 23:49, Stephen Rothwell wrote: >>> Hi all, >>> >>> Please do not add any material intended for v3.19 to you linux-next >>> included trees until after v3.18-rc1 has been r

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 10:13:39 -0700 Randy Dunlap escreveu: > On 10/07/14 23:49, Stephen Rothwell wrote: > > Hi all, > > > > Please do not add any material intended for v3.19 to you linux-next > > included trees until after v3.18-rc1 has been released. > > > > Changes since 20141007: > > > > I

Re: Tevii S480 on Unicable SCR System

2014-10-08 Thread Ulrich Eckhardt
Am 08.10.2014 um 20:00 schrieb Mauro Carvalho Chehab: > Em Wed, 08 Oct 2014 18:52:09 +0200 > Ulrich Eckhardt escreveu: >> >> /* >> +* Ensure that frontend voltage is switched off on initialization >> +*/ >> + if (dvb_powerdown_on_sleep) { > > I'm wandering why to t

Re: Tevii S480 on Unicable SCR System

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 18:52:09 +0200 Ulrich Eckhardt escreveu: > Hi, > > I have digged a little bit deeper in the code and hopefully found a more > general solution > by initializing the voltage in dvb_frontend.c in the function > dvb_register_frontend. > This should be a more global approach w

Re: linux-next: Tree for Oct 8 (media/usb/gspca)

2014-10-08 Thread Randy Dunlap
On 10/07/14 23:49, Stephen Rothwell wrote: > Hi all, > > Please do not add any material intended for v3.19 to you linux-next > included trees until after v3.18-rc1 has been released. > > Changes since 20141007: > I saw these build errors in gspca when CONFIG_INPUT=m but the gspca sub-drivers ar

Re: Tevii S480 on Unicable SCR System

2014-10-08 Thread Ulrich Eckhardt
Hi, I have digged a little bit deeper in the code and hopefully found a more general solution by initializing the voltage in dvb_frontend.c in the function dvb_register_frontend. This should be a more global approach which may also fix this type of problems with other cards. I will test this pa

Re: [PATCH 0/4] v4l-utils:libdvbv5,dvb: add basic support for ISDB-S

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 21:09:37 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > This patch series adds tuning and scanning features for ISDB-S. > Other part of the libdvbv5 API may not work for ISDB-S. Thanks for the patchset! I sent you some comments about them. > At least the chars

[PATCH] [media] coda: set bitstream end flag in coda_release

2014-10-08 Thread Philipp Zabel
This should fix CODA crashes due to timeouts when stopping the decoding process with SIGINT. Signed-off-by: Philipp Zabel --- drivers/media/platform/coda/coda-common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/

[PATCH] [media] coda: drop JPEG buffers not framed by SOI and EOI markers

2014-10-08 Thread Philipp Zabel
This patch adds a quick check for valid JPEG frames before feeding them into the bitstream buffer: Frames that do not begin with the JPEG start of image marker and end with the end of image marker are dropped. Signed-off-by: Philipp Zabel --- drivers/media/platform/coda/coda-bit.c | 10

Re: [PATCH 1/4] v4l-utils/libdvbv5: avoid crash when failed to get a channel name

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 21:09:38 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > Signed-off-by: Akihiro Tsukada > --- > lib/libdvbv5/dvb-file.c | 17 + > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c

Re: [PATCH 4/4] v4l-utils/dvbv5-scan: add support for ISDB-S scanning

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 21:09:41 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > Signed-off-by: Akihiro Tsukada > --- > utils/dvb/dvb-format-convert.c | 3 ++- > utils/dvb/dvbv5-scan.c | 14 ++ > 2 files changed, 16 insertions(+), 1 deletion(-) > > diff --git a/u

Re: [PATCH 3/4] v4l-utils/libdvbv5: add support for ISDB-S scanning

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 21:09:40 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > added NIT scan for ISDB-S, > fixed wrong/too-close frequency of the scanned entries, > when freq_offset/bandwith was not set properly. > > ISDB-S/T specific charset conversion is separeted off > as an icon

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-08 Thread Antonio Ospite
On Wed, 08 Oct 2014 15:22:43 +0200 Jacek Anaszewski wrote: > Hi Hans, > > On 10/08/2014 02:42 PM, Hans de Goede wrote: > > Hi, > > > > On 10/08/2014 10:46 AM, Jacek Anaszewski wrote: > >> The plugin provides support for the media device on Exynos4 SoC. > >> Added is also a media device configura

Re: [PATCH v2 14/14] [media] s5p-mfc: Don't change the image size to smaller than the request.

2014-10-08 Thread Nicolas Dufresne
Le 2014-10-08 06:24, Kamil Debski a écrit : Hi, This patch seems complicated and I do not understand your motives. Could you explain what is the problem with the current aligning of the values? Is this a hardware problem? Which MFC version does it affect? Is it a software problem? If so, maybe

Re: [PATCH 2/4] v4l-utils/libdvbv5: add support for ISDB-S tuning

2014-10-08 Thread Mauro Carvalho Chehab
Em Wed, 08 Oct 2014 21:09:39 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > Added LNB support for Japanese satellites. > Currently tested with dvbv5-zap, dvb-fe-tool. > > Signed-off-by: Akihiro Tsukada > --- > lib/libdvbv5/dvb-sat.c | 11 +++ > 1 file changed, 11 inserti

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-08 Thread Jacek Anaszewski
Hi Hans, On 10/08/2014 02:42 PM, Hans de Goede wrote: Hi, On 10/08/2014 10:46 AM, Jacek Anaszewski wrote: The plugin provides support for the media device on Exynos4 SoC. Added is also a media device configuration file parser. The media configuration file is used for conveying information abou

Re: [PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-08 Thread Hans de Goede
Hi, On 10/08/2014 10:46 AM, Jacek Anaszewski wrote: > The plugin provides support for the media device on Exynos4 SoC. > Added is also a media device configuration file parser. > The media configuration file is used for conveying information > about media device links that need to be established a

[PATCH 2/4] v4l-utils/libdvbv5: add support for ISDB-S tuning

2014-10-08 Thread tskd08
From: Akihiro Tsukada Added LNB support for Japanese satellites. Currently tested with dvbv5-zap, dvb-fe-tool. Signed-off-by: Akihiro Tsukada --- lib/libdvbv5/dvb-sat.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c index e8df06

[PATCH 3/4] v4l-utils/libdvbv5: add support for ISDB-S scanning

2014-10-08 Thread tskd08
From: Akihiro Tsukada added NIT scan for ISDB-S, fixed wrong/too-close frequency of the scanned entries, when freq_offset/bandwith was not set properly. ISDB-S/T specific charset conversion is separeted off as an iconv module, and not implemented in this lib. Signed-off-by: Akihiro Tsukada ---

[PATCH 0/4] v4l-utils:libdvbv5,dvb: add basic support for ISDB-S

2014-10-08 Thread tskd08
From: Akihiro Tsukada This patch series adds tuning and scanning features for ISDB-S. Other part of the libdvbv5 API may not work for ISDB-S. At least the charset conversion and the parser for extended event descriptors do not work now, as they require some ISDB-S(/T) specific modifications. Aki

[PATCH 4/4] v4l-utils/dvbv5-scan: add support for ISDB-S scanning

2014-10-08 Thread tskd08
From: Akihiro Tsukada Signed-off-by: Akihiro Tsukada --- utils/dvb/dvb-format-convert.c | 3 ++- utils/dvb/dvbv5-scan.c | 14 ++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/utils/dvb/dvb-format-convert.c b/utils/dvb/dvb-format-convert.c index 4f0e075..bf3

[PATCH 1/4] v4l-utils/libdvbv5: avoid crash when failed to get a channel name

2014-10-08 Thread tskd08
From: Akihiro Tsukada Signed-off-by: Akihiro Tsukada --- lib/libdvbv5/dvb-file.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c index 27d9a63..bcb1762 100644 --- a/lib/libdvbv5/dvb-file.c +++ b/lib/libdvbv5

Re: omap3isp Device Tree support status

2014-10-08 Thread Sakari Ailus
Hi Alaganjar, On Tue, Oct 07, 2014 at 02:37:37AM +0530, Alaganraj Sandhanam wrote: > Hi Sakari, > > Thanks for the patches. > On Monday 29 September 2014 03:43 AM, Sakari Ailus wrote: > > Hi, > > > > I managed to find some time for debugging my original omap3isp DT support > > patchset (which in

RE: [PATCH v2 13/14] [media] s5p-mfc: fix a race in interrupt flags handling

2014-10-08 Thread Kamil Debski
Hi, This patch does not apply to the current media tree. commit cf3167cf1e969b17671a4d3d956d22718a8ceb85) Author: Antti Palosaari Date: Fri Sep 26 22:45:36 2014 -0300 [media] pt3: fix DTV FE I2C driver load error paths Best wishes, -- Kamil Debski Samsung R&D Institute Poland > ---

RE: [PATCH v2 07/14] [media] s5p-mfc: Don't crash the kernel if the watchdog kicks in.

2014-10-08 Thread Kamil Debski
Hi, This patch does not apply to the current media tree. commit cf3167cf1e969b17671a4d3d956d22718a8ceb85) Author: Antti Palosaari Date: Fri Sep 26 22:45:36 2014 -0300 [media] pt3: fix DTV FE I2C driver load error paths Best wishes, -- Kamil Debski Samsung R&D Institute Poland > --

RE: [PATCH v2 14/14] [media] s5p-mfc: Don't change the image size to smaller than the request.

2014-10-08 Thread Kamil Debski
Hi, This patch seems complicated and I do not understand your motives. Could you explain what is the problem with the current aligning of the values? Is this a hardware problem? Which MFC version does it affect? Is it a software problem? If so, maybe the user space application should take extra c

Re: Intermittent Logitech C510 problems (with kernel OOPSes)

2014-10-08 Thread Laurent Pinchart
Hi Artem, On Tuesday 07 October 2014 11:48:48 Artem S. Tashkinov wrote: > Hi, > > I posted a bug report almost a year ago and since it's got zero > attention so far I'm writing to this mailing list. I've CC'ed the linux-media mailing list, as it wasn't in the recipients list of your e-mail. >

[PATCH 3/3] exynos4-is: Open shouldn't fail when sensor entity is not linked

2014-10-08 Thread Jacek Anaszewski
In order to allow for automatic media device entities linking from the level of libv4l plugin the open system call shouldn't fail, as the libv4l plugins can begin their job not until it succeeds. This patch allows for leaving the pipeline not linked on open and postpones verifying it to the moment

[PATCH/RFC 0/1] Libv4l: Add a plugin for the Exynos4 camera

2014-10-08 Thread Jacek Anaszewski
This patch adds a plugin for the Exynos4 camera. I wanted to split at least the parser part to the separate module but encountered some problems with autotools configuration and therefore I'd like to ask for an instruction on how to adjust the Makefile.am files to achieve this. I also think that th

[PATCH 1/3] async: Add async_domain_init_exclusive() helper

2014-10-08 Thread Jacek Anaszewski
From: Sylwester Nawrocki Add a helper to allow initialization of struct async_domain at runtime. Signed-off-by: Sylwester Nawrocki Acked-by: Kyungmin Park --- include/linux/async.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/linux/async.h b/include/linux/async.h index

[PATCH/RFC 1/1] Add a libv4l plugin for Exynos4 camera

2014-10-08 Thread Jacek Anaszewski
The plugin provides support for the media device on Exynos4 SoC. Added is also a media device configuration file parser. The media configuration file is used for conveying information about media device links that need to be established as well as V4L2 user control ioctls redirection to a particula

[PATCH 2/3] exynos4-is: Add support for asynchronous sub-devices power on

2014-10-08 Thread Jacek Anaszewski
From: Sylwester Nawrocki Schedule sub-devices power up in separate thread to speed up video device open and to allow some ioctls, like VIDIOC_REQBUFS to be run in parallel. We synchronize with completion of the power up sequence before starting streaming on subdevices, as they require to be powe

[PATCH 1/1] smipcie: SMI pcie bridge driver for DVBSky S950 V3 dvb-s/s2 cards

2014-10-08 Thread Nibble Max
There is a new PCIe bridge chip(from SMI) used in DVBSky V3 seris cards, include S950 V3 and S952 V3 cards. SMI pcie bridge chip is PCIe 1.1 compliant, supports MSI feature. Main interface blocks: 1>Two DVB transport stream input ports(ts0,ts1). 2>Two I2C master bus(i2c0, i2c1). 3>IR controller. 4