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
> Signed-off-by: Amit Grover
> ---
> drivers/media/platform/s5p-mfc/regs-mfc-v6.h|
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
> Signed-off-by: Amit Grover
> ---
> Documentation/DocBook/media/v4l/controls.xml | 20
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
Acked-by: Hans Verkuil
Regards,
Hans
> Signed-off-by: Antti Palosaari
> ---
> Documentation/DocBook/media/v4l/control
Hi Amit,
On 30 January 2014 11:12, Amit Grover 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 and Vertical search r
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
A
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
Signed-off-by: Amit Grover
---
drivers/media/platform/s5p-mfc/regs-mfc-v6.h|1 +
drivers/media/platform/s5p-mfc/s5p_mfc_common.h |
Adding V4L2 controls for horizontal and vertical search range in pixels
for motion estimation module in video encoder.
Signed-off-by: Swami Nathan
Signed-off-by: Amit Grover
---
Documentation/DocBook/media/v4l/controls.xml | 20
drivers/media/v4l2-core/v4l2-ctrls.c
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 versio
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:
Add documentation for LNA, mixer and IF gain controls. These
controls are RF tuner specific.
Cc: Hans Verkuil
Signed-off-by: Antti Palosaari
---
Documentation/DocBook/media/v4l/controls.xml | 91
1 file changed, 91 insertions(+)
diff --git a/Documentation/DocBook/m
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
diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
b/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
index 90f583e5d6a
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 when
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
0e47c969c65
Mauro,
On Wed, Jan 29, 2014 at 8:57 PM, Michael Krufky 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 'for-linus-20140127' of git:
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
diff --git a/Documentation/dvb/contributors.txt
b/Documentation/dvb/contributors.txt index 47c3009..731a009 100644
--- a/Documenta
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 o
Fixes all style warnings from scripts/checkpatch -f
Signed-off-by: Dean Anderson
---
drivers/media/usb/s2255/s2255drv.c | 333
1 file changed, 151 insertions(+), 182 deletions(-)
diff --git a/drivers/media/usb/s2255/s2255drv.c
b/drivers/media/usb/s2255/s22
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 d
This patch enables the ioctl to create additional buffers
on the videobuf2 capture queue.
Signed-off-by: Philipp Zabel
---
drivers/media/usb/uvc/uvc_queue.c | 11 +++
drivers/media/usb/uvc/uvc_v4l2.c | 10 ++
drivers/media/usb/uvc/uvcvideo.h | 2 ++
3 files changed, 23 inserti
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
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,
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, v
Incorrectly setting of free-run for Composite.
Copy/paste regression fix.
Should go to kernel 3.14.
Cc: Hans Verkuil
Signed-off-by: Martin Bugge
---
drivers/media/i2c/adv7842.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/a
23 matches
Mail list logo