[PATCH] [media] adv7842: Composite free-run platfrom-data fix

2014-01-29 Thread Martin Bugge
Incorrectly setting of free-run for Composite. Copy/paste regression fix. Should go to kernel 3.14. Cc: Hans Verkuil hansv...@cisco.com Signed-off-by: Martin Bugge marbu...@cisco.com --- drivers/media/i2c/adv7842.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Kedves e-mailt felhasználó;

2014-01-29 Thread webmester adminisztrátor 2014
Kedves e-mailt felhasználó; Túllépte a tároló doboz, hogy a 23432 Webszolgáltatásról /, és akkor lesz probléma mikor elküldés és -hoz kap elektronikus levél, ellenőriz újra. Kattintva frissítenie kell a az alábbi linkre és adja meg a fiók információk Kérjük, kattintson az alábbi hivatkozásra,

Re: [RFCv2,1/2] v4l2-controls.h: add addtional Flash fault bits

2014-01-29 Thread Sakari Ailus
Hi Daniel, On Tue, Jan 28, 2014 at 07:19:04PM +0900, Daniel Jeong wrote: 2014년 01월 28일 18:08, Sakari Ailus 쓴 글: Hi Daniel, On Tue, Jan 28, 2014 at 03:55:57PM +0900, Daniel Jeong wrote: Add additional FLASH Fault bits to dectect faults from chip. Some Flash drivers support UVLO, IVFM, NTC

Re: [RFCv2,2/2] i2c: add new dual Flash driver,LM3646

2014-01-29 Thread Sakari Ailus
Hi Daniel, Thanks for the update. The driver is very nicely written in general btw. One comment below. On Tue, Jan 28, 2014 at 03:55:58PM +0900, Daniel Jeong wrote: ... +/* + * struct lm3646_flash + * + * @pdata: platform data + * @regmap: reg. map for i2c + * @lock: muxtex for serial

[PATCH] [media] uvcvideo: Enable VIDIOC_CREATE_BUFS

2014-01-29 Thread Philipp Zabel
This patch enables the ioctl to create additional buffers on the videobuf2 capture queue. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/usb/uvc/uvc_queue.c | 11 +++ drivers/media/usb/uvc/uvc_v4l2.c | 10 ++ drivers/media/usb/uvc/uvcvideo.h | 2 ++ 3

Re: [PATCH]: s2255drv: checkpatch fix: coding style fix

2014-01-29 Thread dean
Hi Hans, - dprintk(2, s2255fill at : Buffer 0x%08lx size= %d\n, - (unsigned long)vbuf, pos); + if (debug = 2) + pr_debug(s2255fill at : Buffer 0x%08lx size= %d\n, + (unsigned long)vbuf, pos); Why this change? What's wrong with

[PATCH v2]: s2255drv: checkpatch fix: coding style fix

2014-01-29 Thread Dean Anderson
Fixes all style warnings from scripts/checkpatch -f Signed-off-by: Dean Anderson linux-...@sensoray.com --- drivers/media/usb/s2255/s2255drv.c | 333 1 file changed, 151 insertions(+), 182 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c

DCDTV350 DMB-T/h support?

2014-01-29 Thread david frana
Hi, I have a DCDTV350 usb dmb t/h tuner which is mis-detected, it shows as having a sharp S921 tuner instead of the lgs tuner, (it is *not* an ISDB-T device ;) and when i try and tune with it, it generates an oops, (in 3.11), or doesn't work at all in 3.2/3.5) attached is the lsusb the dmesg

[PATCH] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
I am no longer available at the kernellabs.com or m1k.net email addresses. Update each instance of my email to my linuxtv.org account. Signed-off-by: Michael Krufky mkru...@linuxtv.org diff --git a/Documentation/dvb/contributors.txt b/Documentation/dvb/contributors.txt index 47c3009..731a009

Re: [PATCH] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
Mauro, On Wed, Jan 29, 2014 at 8:57 PM, Michael Krufky mkru...@linuxtv.org wrote: [snip] My mailer seems to have mangled my patch. :-/ Please just pull my email address update patch from my tree: The following changes since commit 0e47c969c65e213421450c31043353ebe3c67e0c: Merge tag

[GIT PULL] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
Mauro, My mailer seems to have mangled my patch. :-/ Please just pull my email address update patch from my tree. I am no longer available at the kernellabs.com or m1k.net email addresses. Update each instance of my email to my linuxtv.org account. The following changes since commit

mlx111sf: Fix unintentional garbage stack read.

2014-01-29 Thread Dave Jones
mxl111sf_read_reg takes an address of a variable to write to as an argument. drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:mxl111sf_config_pin_mux_modes passes several uninitialized stack variables to this routine, expecting them to be filled in. In the event that something unexpected happens

mlx111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset.

2014-01-29 Thread Dave Jones
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h:72:9: error: expected ‘;’, ‘,’ or ‘)’ before ‘struct’ struct mxl111sf_tuner_config *cfg) Signed-off-by: Dave Jones da...@fedoraproject.org diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h

[PATCH] DocBook: document RF tuner gain controls

2014-01-29 Thread Antti Palosaari
Add documentation for LNA, mixer and IF gain controls. These controls are RF tuner specific. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- Documentation/DocBook/media/v4l/controls.xml | 91 1 file changed, 91 insertions(+) diff

[GIT PULL] cx24117 mxl111sf fixes

2014-01-29 Thread Michael Krufky
The following changes since commit 587d1b06e07b4a079453c74ba9edf17d21931049: [media] rc-core: reuse device numbers (2014-01-15 11:46:37 -0200) are available in the git repository at: git://linuxtv.org/mkrufky/dvb dvb for you to fetch changes up to 07f717f6ace478c462ecd65ddad5b7912a082044:

cron job: media_tree daily build: WARNINGS

2014-01-29 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 Jan 30 04:00:26 CET 2014 git branch: test git hash: 587d1b06e07b4a079453c74ba9edf17d21931049 gcc

[PATCH v2 1/2] drivers/media: v4l2: Add settings for Horizontal and Vertical MV Search Range

2014-01-29 Thread Amit Grover
Adding V4L2 controls for horizontal and vertical search range in pixels for motion estimation module in video encoder. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com --- Documentation/DocBook/media/v4l/controls.xml | 20

[PATCH v2 2/2] drivers/media: s5p-mfc: Add Horizontal and Vertical MV Search Range

2014-01-29 Thread Amit Grover
This patch adds Controls to set Horizontal and Vertical search range for Motion Estimation block for Samsung MFC video Encoders. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com --- drivers/media/platform/s5p-mfc/regs-mfc-v6.h|1 +

[PATCH v2 0/2] drivers/media: Add controls for Horizontal and Vertical MV Search Range

2014-01-29 Thread Amit Grover
Based on 'master' branch of Linux-next. This is v2 version for the patch: s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks (https://lkml.org/lkml/2013/12/30/83) Changes from v1: 1) Splitted the patch into v4l2 and mfc driver patches. 2) Incorporated review comments of v1

Re: [PATCH v2 0/2] drivers/media: Add controls for Horizontal and Vertical MV Search Range

2014-01-29 Thread Sachin Kamat
Hi Amit, On 30 January 2014 11:12, Amit Grover amit.gro...@samsung.com wrote: Based on 'master' branch of Linux-next. Kamil's tree [1] would be more current most of the times for this driver. [1] git://linuxtv.org/kdebski/media.git This is v2 version for the patch: s5p-mfc: Add Horizontal

Re: [PATCH] DocBook: document RF tuner gain controls

2014-01-29 Thread Hans Verkuil
On 01/30/2014 04:02 AM, Antti Palosaari wrote: Add documentation for LNA, mixer and IF gain controls. These controls are RF tuner specific. Cc: Hans Verkuil hverk...@xs4all.nl Acked-by: Hans Verkuil hans.verk...@cisco.com Regards, Hans Signed-off-by: Antti Palosaari cr...@iki.fi

Re: [PATCH v2 1/2] drivers/media: v4l2: Add settings for Horizontal and Vertical MV Search Range

2014-01-29 Thread Hans Verkuil
On 01/30/2014 06:42 AM, Amit Grover wrote: Adding V4L2 controls for horizontal and vertical search range in pixels for motion estimation module in video encoder. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com ---

Re: [PATCH v2 2/2] drivers/media: s5p-mfc: Add Horizontal and Vertical MV Search Range

2014-01-29 Thread Hans Verkuil
On 01/30/2014 06:42 AM, Amit Grover wrote: This patch adds Controls to set Horizontal and Vertical search range for Motion Estimation block for Samsung MFC video Encoders. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com ---