Re: [PATCH] rtl28xxu: fix control message flaws

2015-11-06 Thread Benjamin Larsson
On 10/10/2015 06:45 PM, Antti Palosaari wrote: Add lock to prevent concurrent access for control message as control message function uses shared buffer. Without the lock there may be remote control polling which messes the buffer causing IO errors. Increase buffer size and add check for maximum

cron job: media_tree daily build: ERRORS

2015-11-06 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 Nov 7 04:00:24 CET 2015 git branch: test git hash: 79f5b6ae960d380c829fb67d5dadcd1d025d2775 gcc

Re: [PATCH 2/2] [media] c8sectpfe: Combine three checks into a single if block

2015-11-06 Thread walter harms
Am 05.11.2015 19:50, schrieb SF Markus Elfring: > From: Markus Elfring > Date: Thu, 5 Nov 2015 19:23:50 +0100 > > The variable "tsin" was checked three times in a loop iteration of the > c8sectpfe_tuner_unregister_frontend() function. > This implementation detail

Fwd: Dvb-fe-tool add features

2015-11-06 Thread Tomáš Vítek
Hello Mauro, Please add to dvb-fe-tool function as a femon from dvb-apps. ,,-c number : samples to take (default 0 = infinite),, This is the number of repetitions of reading signal. It's important for my statistics adapter. Thanks. -- To unsubscribe from

Re: Geniatech / Mygica T230

2015-11-06 Thread Mike Parkins
Hi Olli, Here is the dmesg: [ 2427.795294] dvb-usb: found a 'Mygica T230 DVB-T/T2/C' in warm state. [ 2427.795299] power control: 1 [ 2428.030801] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 2428.030962] DVB: registering new adapter (Mygica T230 DVB-T/T2/C) [

[PATCH] [media] hackrf: moving pointer reference before kfree

2015-11-06 Thread Saurabh Sengar
accessing a pointer after free could possible lead to segmentation fault, hence correcting it Signed-off-by: Saurabh Sengar --- drivers/media/usb/hackrf/hackrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/hackrf/hackrf.c

Re: PVR-250 Composite 3 unavailable [Re: ivtv driver]

2015-11-06 Thread Warren Sturm
On Mon, 2015-10-26 at 19:49 -0400, Andy Walls wrote: > On October 26, 2015 7:13:52 PM EDT, Warren Sturm < > warren.st...@gmail.com> wrote: > > Hi Andy. > > > > I don't know whether this was intended but the pvr250 lost the > > composite 3 input when going from kernel version 4.1.10 to 4.2.3. > >

Re: [PATCH 1/3] [media] mt9v032: Add reset and standby gpios

2015-11-06 Thread Rob Herring
On Fri, Nov 06, 2015 at 02:13:43PM +0100, Markus Pargmann wrote: > Add optional reset and standby gpios. The reset gpio is used to reset > the chip in power_on(). > > The standby gpio is not used currently. It is just unset, so the chip is > not in standby. > > Signed-off-by: Markus Pargmann

[PATCH 1/3] [media] mt9v032: Add reset and standby gpios

2015-11-06 Thread Markus Pargmann
Add optional reset and standby gpios. The reset gpio is used to reset the chip in power_on(). The standby gpio is not used currently. It is just unset, so the chip is not in standby. Signed-off-by: Markus Pargmann Reviewed-by: Philipp Zabel ---

[PATCH 3/3] [media] mt9v032: Add V4L2 controls for AEC and AGC

2015-11-06 Thread Markus Pargmann
This patch adds V4L2 controls for Auto Exposure Control and Auto Gain Control settings. These settings include low pass filter, update frequency of these settings and the update interval for those units. Signed-off-by: Markus Pargmann --- drivers/media/i2c/mt9v032.c | 153

[PATCH 2/3] [media] mt9v032: Do not unset master_mode

2015-11-06 Thread Markus Pargmann
The power_on function of the driver resets the chip and sets the CHIP_CONTROL register to 0. This switches the operating mode to slave. The s_stream function sets the correct mode. But this caused problems on a board where the camera chip is operated as master. The camera started after a random