[git:media_tree/master] [media] Revert "[media] ivtv: avoid going past input/audio array"

2015-11-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] Revert "[media] ivtv: avoid going past input/audio array" Author: Mauro Carvalho Chehab Date:Wed Nov 11 09:

[git:media_tree/master] [media] rtl28xxu: fix control message flaws

2015-11-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] rtl28xxu: fix control message flaws Author: Antti Palosaari Date:Tue Oct 6 00:22:23 2015 -0300 Add lock to prevent concurr

[git:media_tree/fixes] [media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish

2015-11-16 Thread Mauro Carvalho Chehab
ggested in comments of some implementations (which have since been corrected), this is wrong. Fixes: d790b7eda953 ("vb2-dma-sg: move dma_(un)map_sg here") Cc: stable@vger.kernel.org # for v3.19 and up Signed-off-by: Tiffany Lin Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Che

[git:media_tree/fixes] [media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRL

2015-11-16 Thread Mauro Carvalho Chehab
Fix the original bug by making update_from_auto_cluster() not override the new master control value. Signed-off-by: Antonio Ospite Cc: # for v3.17 and up Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-ctrls.c |2 +- 1 files chang

[git:media_tree/fixes] [media] rtl28xxu: fix control message flaws

2015-11-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] rtl28xxu: fix control message flaws Author: Antti Palosaari Date:Tue Oct 6 00:22:23 2015 -0300 Add lock to prevent concurr

[git:media_tree/fixes] [media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and finish

2015-11-16 Thread Mauro Carvalho Chehab
Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/videobuf2-dma-contig.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=d9a985883fa32453d099d6293188c11d75cef1fa diff --git a/drivers/media/v4l2-core/video

[git:media_tree/fixes] [media] Revert "[media] ivtv: avoid going past input/audio array"

2015-11-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] Revert "[media] ivtv: avoid going past input/audio array" Author: Mauro Carvalho Chehab Date:Wed Nov 11 09:

[git:media_tree/fixes] [media] airspy: increase USB control message buffer size

2015-11-17 Thread Mauro Carvalho Chehab
version strings. Link: https://github.com/airspy/host/issues/27 Cc: # 3.17+ Reported-by: Benjamin Vernoux Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/airspy/airspy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http

[git:media_tree/master] [media] vb2: fix a regression in poll() behavior for output,streams

2015-11-17 Thread Mauro Carvalho Chehab
become available for dequeuing. This patch only enables the check whether you can queue buffers for file I/O only, and skips it for stream I/O. Signed-off-by: Hans Verkuil Acked-by: Laurent Pinchart Cc: # for v3.17 and up Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab

[git:media_tree/master] [media] gspca: ov534/topro: prevent a division by 0

2015-11-17 Thread Mauro Carvalho Chehab
-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/gspca/ov534.c |9 +++-- drivers/media/usb/gspca/topro.c |6 +- 2 files changed, 12 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id

[git:media_tree/master] [media] media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode

2015-11-18 Thread Mauro Carvalho Chehab
true. So only set FE_CAN_INVERSION_AUTO in modes other than FE_TUNE_MODE_ONESHOT Signed-off-by: Malcolm Priestley Cc: Signed-off-by: Mauro Carvalho Chehab drivers/media/dvb-core/dvb_frontend.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- http://git.linuxtv.or

Re: FAILED: patch "[PATCH] [media] em28xx: fix analog streaming with USB bulk transfers" failed to apply to 3.8-stable tree

2013-03-01 Thread Mauro Carvalho Chehab
Em Fri, 01 Mar 2013 17:27:26 +0100 Frank Schäfer escreveu: > Am 01.03.2013 01:47, schrieb gre...@linuxfoundation.org: > > The patch below does not apply to the 3.8-stable tree. > > Uhm... I didn't mark this patch for stable. > Mauro ? I understood from one of your comments that this patch was n

[git:v4l-dvb/for_v3.9] [media] cx18/ivtv: fix regression: remove __init from a non-init function

2013-02-13 Thread Mauro Carvalho Chehab
containing those functions is already freed and your machine goes BOOM. Cc: stable@vger.kernel.org # for 3.8 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/cx18/cx18-alsa-main.c |2 +- drivers/media/pci/cx18/cx18-alsa-pcm.h |2 +- drivers/media/pci/ivtv

[git:media_tree/master] [media] media/i2c: ths8200: fix build failure with gcc 4.5.4

2013-10-31 Thread Mauro Carvalho Chehab
3.12-rc. This patch fixes this. Signed-off-by: Russell King Cc: stable@vger.kernel.org # For kernel v3.12 Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ths8200.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) --- http://git.linuxtv.org

[PATCH 07/11] platform drivers: Fix build on cris and frv archs

2013-11-01 Thread Mauro Carvalho Chehab
a/platform/soc_camera/rcar_vin.c: In function 'rcar_vin_request_capture_stop': /devel/v4l/ktest-build/drivers/media/platform/soc_camera/rcar_vin.c:353:2: error: implicit declaration of function 'ioread32' [-Werror=implicit-function-declaration] While this is not fixed, remo

[PATCHv2 07/29] platform drivers: Fix build on cris and frv archs

2013-11-02 Thread Mauro Carvalho Chehab
quest_capture_stop': drivers/media/platform/soc_camera/rcar_vin.c:353:2: error: implicit declaration of function 'ioread32' [-Werror=implicit-function-declaration] While this is not fixed, remove those 3 drivers from building on those archs. Signed-off-by: Mauro Carvalho Che

Re: [PATCHv2 07/29] platform drivers: Fix build on cris and frv archs

2013-11-04 Thread Mauro Carvalho Chehab
Hi Ben, Em Mon, 04 Nov 2013 04:03:10 + Ben Hutchings escreveu: > On Sat, 2013-11-02 at 11:31 -0200, Mauro Carvalho Chehab wrote: > > On cris and frv archs, the functions below aren't defined: > > drivers/media/platform/sh_veu.c: In function 'sh_veu_reg_rea

[PATCH] media platform drivers: Fix build on cris arch

2013-11-04 Thread Mauro Carvalho Chehab
ture_stop': drivers/media/platform/soc_camera/rcar_vin.c:353:2: error: implicit declaration of function 'ioread32' [-Werror=implicit-function-declaration] Yet, they're available, as CONFIG_GENERIC_IOMAP is defined. What happens is that asm/io.h was not including asm

[git:media_tree/fixes] [media] cx231xx: use after free on error path in probe

2013-11-29 Thread Mauro Carvalho Chehab
uot; after it has already been freed. Signed-off-by: Dan Carpenter Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/cx231xx/cx231xx-cards.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/medi

[git:media_tree/fixes] [media] marvell-ccic: drop resource free in driver remove

2013-11-29 Thread Mauro Carvalho Chehab
devm_* to allocate the resource. The old resource release methods are not appropriate here. Signed-off-by: Libin Yang Acked-by: Jonathan Corbet Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/marvell-ccic

[git:media_tree/fixes] [media] wm8775: fix broken audio routing

2013-11-29 Thread Mauro Carvalho Chehab
nonsense check on the balance control. Bisected-by: Rajil Saraswat Signed-off-by: Andy Walls Reported-by: Rajil Saraswat Tested-by: Hans Verkuil Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.10 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/wm8775.c

[git:media_tree/fixes] [media] af9035: add [0413:6a05] Leadtek WinFast DTV Dongle Dual

2013-11-29 Thread Mauro Carvalho Chehab
dual design. Thanks to Michael Piko for reporting that! Reported-by: Michael Piko Signed-off-by: Antti Palosaari Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/af9035.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- http

[git:media_tree/fixes] [media] saa7164: fix return value check in saa7164_initdev()

2013-11-29 Thread Mauro Carvalho Chehab
function kthread_run() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/saa7164/saa7164

[git:media_tree/fixes] [media] tef6862/radio-tea5764: actually assign clamp result

2013-11-29 Thread Mauro Carvalho Chehab
clamping to the tef6862 and radio-tea5764 drivers I forgot to actually *assign* the clamp result to the frequency. Signed-off-by: Hans Verkuil Reported-by: Hans Petter Selasky Signed-off-by: Mauro Carvalho Chehab Cc: stable@vger.kernel.org # for 3.11 and up drivers/media/radio/radio-tea5764.c

[git:media_tree/master] [media] marvell-ccic: drop resource free in driver remove

2013-11-29 Thread Mauro Carvalho Chehab
devm_* to allocate the resource. The old resource release methods are not appropriate here. Signed-off-by: Libin Yang Acked-by: Jonathan Corbet Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/marvell-ccic

[PATCHv2 2/3] mb86a20s: Fix TS parallel mode

2013-08-09 Thread Mauro Carvalho Chehab
changeset 768e6dadd74 caused a regression on using mb86a20s in parallel mode, as the parallel mode selection got overriden by mb86a20s_init2. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/mb86a20s.c | 16 +++- 1 file changed, 7

[git:media_tree/fixes] [media] media: v4l2-dev: fix video device index assignment

2013-12-10 Thread Mauro Carvalho Chehab
Szyprowski Acked-by: Sakari Ailus Acked-by: Ricardo Ribalda Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-dev.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=0eb61a5ea59aa8ddca3efc24badacf15d57d0f47 di

[git:media_tree/master] [media] saa7164: fix return value check in saa7164_initdev()

2013-12-13 Thread Mauro Carvalho Chehab
function kthread_run() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/saa7164/saa7164

[git:media_tree/master] [media] af9035: add [0413:6a05] Leadtek WinFast DTV Dongle Dual

2013-12-13 Thread Mauro Carvalho Chehab
dual design. Thanks to Michael Piko for reporting that! Reported-by: Michael Piko Signed-off-by: Antti Palosaari Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/af9035.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- http

[git:media_tree/master] [media] cx231xx: use after free on error path in probe

2013-12-13 Thread Mauro Carvalho Chehab
uot; after it has already been freed. Signed-off-by: Dan Carpenter Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/cx231xx/cx231xx-cards.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/medi

[git:media_tree/master] [media] marvell-ccic: drop resource free in driver remove

2013-12-13 Thread Mauro Carvalho Chehab
devm_* to allocate the resource. The old resource release methods are not appropriate here. Signed-off-by: Libin Yang Acked-by: Jonathan Corbet Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/marvell-ccic

[git:media_tree/master] [media] tef6862/radio-tea5764: actually assign clamp result

2013-12-13 Thread Mauro Carvalho Chehab
clamping to the tef6862 and radio-tea5764 drivers I forgot to actually *assign* the clamp result to the frequency. Signed-off-by: Hans Verkuil Reported-by: Hans Petter Selasky Signed-off-by: Mauro Carvalho Chehab Cc: stable@vger.kernel.org # for 3.11 and up drivers/media/radio/radio-tea5764.c

[git:media_tree/master] [media] wm8775: fix broken audio routing

2013-12-13 Thread Mauro Carvalho Chehab
nonsense check on the balance control. Bisected-by: Rajil Saraswat Signed-off-by: Andy Walls Reported-by: Rajil Saraswat Tested-by: Hans Verkuil Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.10 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/wm8775.c

Re: stable regression: tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19

2013-12-13 Thread Mauro Carvalho Chehab
Em Fri, 13 Dec 2013 22:19:39 +0100 Frederik Himpe escreveu: > [My excuses for multiposting, it seems gmane does not permit posting to all > the relevant lists] > > Since upgrading my system from Linux 3.12 to 3.12.3, my PCTV Systems > nanoStick T2 290e does not work anymore. > > This happens wi

Re: stable regression: tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19

2013-12-14 Thread Mauro Carvalho Chehab
Em Fri, 13 Dec 2013 22:19:39 +0100 Frederik Himpe escreveu: > [My excuses for multiposting, it seems gmane does not permit posting to all > the relevant lists] > > Since upgrading my system from Linux 3.12 to 3.12.3, my PCTV Systems > nanoStick T2 290e does not work anymore. > > This happens wi

[PATCH 2/3] [media] dib8000: make 32 bits read atomic

2013-12-15 Thread Mauro Carvalho Chehab
aller and more puntual. Signed-off-by: Mauro Carvalho Chehab Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 33 + 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/drivers/media/dvb-fron

[PATCH 1/3] [media] dib8000: fix regression with dib807x

2013-12-15 Thread Mauro Carvalho Chehab
Carvalho Chehab --- drivers/media/dvb-frontends/dib8000.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-frontends/dib8000.c index 6dbbee453ee1..1e03961135ac 100644 --- a/drivers/media/dvb-frontends/dib8000.c

[git:media_tree/fixes] [media] anysee: fix non-working E30 Combo Plus DVB-T

2013-12-18 Thread Mauro Carvalho Chehab
frontend0 leaving frontend1 without a tuner. frontend0 is DVB-C and frontend1 is DVB-T. Cc: stable@vger.kernel.org Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/anysee.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- http

[git:media_tree/master] [media] it913x: Add support for Avermedia H335 id 0x0335

2013-12-19 Thread Mauro Carvalho Chehab
addition for Avermedia H335. Signed-off-by: Malcolm Priestley Cc: stable@vger.kernel.org # v3.11+ Signed-off-by: Mauro Carvalho Chehab drivers/media/dvb-core/dvb-usb-ids.h |1 + drivers/media/usb/dvb-usb-v2/it913x.c |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) --- http

[git:media_tree/master] [media] dib8000: make 32 bits read atomic

2013-12-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] dib8000: make 32 bits read atomic Author: Mauro Carvalho Chehab Date:Fri Dec 13 10:35:03 2013 -0300 As the dvb-frontend kthread

[git:media_tree/master] [media] dib8000: fix regression with dib807x

2013-12-19 Thread Mauro Carvalho Chehab
for some dib807x versions. Fix it by providing backward compatibility with the older versions. [mkru...@linuxtv.org: conflict handling and CodingStyle fixes] Signed-off-by: Olivier Grenie Acked-by: Patrick Boettcher Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_tree/master] [media] anysee: fix non-working E30 Combo Plus DVB-T

2013-12-20 Thread Mauro Carvalho Chehab
frontend0 leaving frontend1 without a tuner. frontend0 is DVB-C and frontend1 is DVB-T. Cc: stable@vger.kernel.org Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/anysee.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- http

[media] siano: fix divide error on 0 counters

2013-09-12 Thread Mauro Carvalho Chehab
n Mork Signed-off-by: Mauro Carvalho Chehab --- This also fixes https://bugzilla.kernel.org/show_bug.cgi?id=60645 Patch already merged upstream: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=ec532503209053bbee0c7dac410031e50835e01a diff --git a/drivers/medi

Re: i7core_edac: fix panic when accessing sysfs files

2012-12-04 Thread Mauro Carvalho Chehab
versions that got the HERM patches (e. g. EDAC core version updated to 3.0.0). Adding it to older ones would cause regressions. In other words, if the following patch exists at -stable, then I recommend backporting this fix: commit 5156a5f4e058b906c1e8c0fe2ab16f30b60dee96 Author: Mauro Carvalho Chehab

[git:v4l-dvb/for_v3.8] i7300_edac: Fix error flag testing

2012-12-04 Thread Mauro Carvalho Chehab
/show_bug.cgi?id=44131 Signed-off-by: Jean Delvare Cc: Mauro Carvalho Chehab Cc: Doug Thompson Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/edac/i7300_edac.c |8 1 files changed, 4 insertions(+), 4 deletions(-) --- http://git.linuxtv.org

Re: i7core_edac: fix panic when accessing sysfs files

2012-12-04 Thread Mauro Carvalho Chehab
Em Tue, 04 Dec 2012 11:19:52 -0700 Shuah Khan escreveu: > On Tue, 2012-12-04 at 09:41 -0200, Mauro Carvalho Chehab wrote: > > Em 03-12-2012 22:26, Prarit Bhargava escreveu: > > > > > > > > > On 12/03/2012 07:03 PM, Shuah Khan wrote: > > >> Prari

Re: [PATCH] edac: Fix the dimm filling for csrows-based layouts

2012-12-11 Thread Mauro Carvalho Chehab
Em Mon, 10 Dec 2012 21:09:26 -0500 (EST) CAI Qian escreveu: > Doug, Mauro, this upstream patch looks applicable to the stable releases. > Please ACK it if you agree, so that Greg can commit it there. ACK for 3.6.x. > > From Mauro Carvalho Chehab &

Re: [PATCH] i82975x_edac: Fix dimm label initialization

2012-12-11 Thread Mauro Carvalho Chehab
696d > [ 19.837733] Call Trace: > [ 19.837733] [] i82975x_init_one+0x2e6/0x3e6 > [i82975x_edac] > ... > > Fix bug reported at: > https://bugzilla.redhat.com/show_bug.cgi?id=848149 > And, very likely: > https://bbs.archlinux.org/viewtopic.php?id=148033 > https:

[git:v4l-dvb/for_v3.9] [media] v4l: Reset subdev v4l2_dev field to NULL if registration fails

2013-01-04 Thread Mauro Carvalho Chehab
v4l2_device_register_subdev() when the function fails. Signed-off-by: Laurent Pinchart Cc: stable@vger.kernel.org Acked-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-device.c | 30 ++ 1 files changed, 14 insertions(+), 16

[git:v4l-dvb/for_v3.9] [media] omap_vout: find_vma() needs ->mmap_sem held

2013-01-06 Thread Mauro Carvalho Chehab
;mmap_sem anywhere in process? The code flow is bloody convoluted and depends on a bunch of things done by initialization, so I certainly might've missed something... Cc: stable@vger.kernel.org [2.6.35] Signed-off-by: Al Viro Cc: Sakari Ailus Cc: Laurent Pinchart Cc: Archit Taneja Cc: Prabhaka

[git:media_tree/fixes] [media] af9035: override tuner id when bad value set into eeprom

2014-07-04 Thread Mauro Carvalho Chehab
: stable@vger.kernel.org # v3.15+ Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/af9035.c | 40 +++- 1 files changed, 33 insertions(+), 7 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h

[git:media_tree/fixes] [media] hdpvr: fix two audio bugs

2014-07-04 Thread Mauro Carvalho Chehab
d only surface if the user would change the audio encoding after the driver was loaded. Also fixes a small trivial typo (bufffer -> buffer). Signed-off-by: Hans Verkuil Reported-by: Scott Doty Cc: stable@vger.kernel.org # for v3.10 and up Signed-off-by: Mauro Carvalho Chehab drivers/

[PATCH] mb86a20s: fix ISDB-T mode handling

2014-07-12 Thread Mauro Carvalho Chehab
. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/dib0090.c | 6 +- drivers/media/dvb-frontends/mb86a20s.c | 9 + drivers/media/usb/dvb-usb/dib0700_devices.c | 3 +++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --

[git:media_tree/fixes] [media] gspca_pac7302: Add new usb-id for Genius i-Look 317

2014-07-17 Thread Mauro Carvalho Chehab
-by: yullaw Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/gspca/pac7302.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h

[git:media_tree/fixes] [media] tda10071: force modulation to QPSK on DVB-S

2014-07-17 Thread Mauro Carvalho Chehab
for DVB-S is QPSK. Modulation parameter contains invalid value for DVB-S on some cases, which leads driver refusing tuning attempt. Due to that, hard code modulation to QPSK in case of DVB-S. Cc: stable@vger.kernel.org Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_tree/master] [media] v4l: vb2: Fix stream start and buffer completion race

2014-07-17 Thread Mauro Carvalho Chehab
: Laurent Pinchart Reviewed-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/videobuf2-core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=bd994ddb2a12a3ff48cd549ec82cdceaea9614df diff --git a

[git:media_tree/master] [media] v4l: omap4iss: tighten omap4iss dependencies

2014-07-17 Thread Mauro Carvalho Chehab
rt Signed-off-by: Mauro Carvalho Chehab drivers/staging/media/omap4iss/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=3ed1a0023c48db707db537ef8aeb21445db637a6 diff --git a/drivers/staging/media/omap4iss/Kconfig

[PATCH 3/3] xc4000: Fix get_frequency()

2014-07-21 Thread Mauro Carvalho Chehab
d-off-by: Mauro Carvalho Chehab --- drivers/media/tuners/xc4000.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/drivers/media/tuners/xc4000.c b/drivers/media/tuners/xc4000.c index 7d008b4d3595..a19ef1046f89 100644 --- a/drivers/media/tuners/xc4000.c

[git:media_tree/master] [media] mt9v032: fix hblank calculation

2014-07-21 Thread Mauro Carvalho Chehab
can be negative, we have to do a signed comparison here. Otherwise max_t casts the negative value to unsigned int and sets min_hblank to that invalid value. Cc: stable@vger.kernel.org Signed-off-by: Philipp Zabel Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/

[git:media_tree/master] [media] gspca_pac7302: Add new usb-id for Genius i-Look 317

2014-07-21 Thread Mauro Carvalho Chehab
-by: yullaw Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/gspca/pac7302.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h

[git:media_tree/master] [media] staging: tighten omap4iss dependencies

2014-07-21 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab drivers/staging/media/omap4iss/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=4856fbd12d69965d3ab680c686222db93872728d diff --git a/drivers/staging/media/omap4iss/Kconfig b/drive

[git:media_tree/master] [media] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio

2014-07-21 Thread Mauro Carvalho Chehab
08:37:09 2014 -0300 Wrong value used in same cases for the aspect ratio. Signed-off-by: Rickard Strandqvist Acked-by: Lad, Prabhakar Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-dv-timings.c

[git:media_tree/master] [media] af9035: override tuner id when bad value set into eeprom

2014-07-21 Thread Mauro Carvalho Chehab
: stable@vger.kernel.org # v3.15+ Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/af9035.c | 40 +++- 1 files changed, 33 insertions(+), 7 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h

[git:media_tree/master] [media] tda10071: force modulation to QPSK on DVB-S

2014-07-21 Thread Mauro Carvalho Chehab
for DVB-S is QPSK. Modulation parameter contains invalid value for DVB-S on some cases, which leads driver refusing tuning attempt. Due to that, hard code modulation to QPSK in case of DVB-S. Cc: stable@vger.kernel.org Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_tree/master] [media] hdpvr: fix two audio bugs

2014-07-21 Thread Mauro Carvalho Chehab
d only surface if the user would change the audio encoding after the driver was loaded. Also fixes a small trivial typo (bufffer -> buffer). Signed-off-by: Hans Verkuil Reported-by: Scott Doty Cc: stable@vger.kernel.org # for v3.10 and up Signed-off-by: Mauro Carvalho Chehab drivers/

[git:media_tree/master] [media] xc4000: Fix get_frequency()

2014-07-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] xc4000: Fix get_frequency() Author: Mauro Carvalho Chehab Date:Mon Jul 21 13:28:15 2014 -0300 The programmed frequency on xc4000

[git:media_tree/master] [media] xc5000: Fix get_frequency()

2014-07-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] xc5000: Fix get_frequency() Author: Mauro Carvalho Chehab Date:Mon Jul 21 14:21:18 2014 -0300 The programmed frequency on xc5000

[PATCH 7/8] au0828: Only alt setting logic when needed

2014-06-09 Thread Mauro Carvalho Chehab
creen; 2) at xawtv, when audio underrun occurs, with is very frequent, at least on my test machine. The fix is simple: just check if alt=5 before calling set_usb_interface(). Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/au0828/au0828-video.c

[PATCH 2/3] sound: simplify au0828 quirk table

2014-06-14 Thread Mauro Carvalho Chehab
Add a macro to simplify au0828 quirk table. That makes easier to check it against the USB IDs at drivers/media/usb/au0828-card.c Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- sound/usb/quirks-table.h | 159 ++- 1 file changed, 32

[PATCH 1/3] sound: Add a quirk to enforce period_bytes

2014-06-14 Thread Mauro Carvalho Chehab
keep it as a separate quirk. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- sound/usb/card.h | 1 + sound/usb/pcm.c | 34 ++ sound/usb/quirks-table.h | 18 +- sound/usb/quirks.c | 14 ++ soun

[PATCH 3/3] sound: Update au0828 quirks table

2014-06-14 Thread Mauro Carvalho Chehab
The au0828 quirks table is currently not in sync with the au0828 media driver. Syncronize it, as all the au0828 devices with analog TV need the same quirks. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- sound/usb/quirks-table.h | 10 +- 1 file changed, 9

[git:media_tree/master] [media] v4l: vsp1: Remove the unneeded vsp1_video_buffer video field

2014-06-17 Thread Mauro Carvalho Chehab
-by: Mauro Carvalho Chehab drivers/media/platform/vsp1/vsp1_video.c |2 -- drivers/media/platform/vsp1/vsp1_video.h |1 - 2 files changed, 0 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=e51daefc228aa164adcc17fe8fce0f856ad0a1cc diff --git a

[git:media_tree/fixes] [media] staging: tighten omap4iss dependencies

2014-06-19 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab drivers/staging/media/omap4iss/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=4856fbd12d69965d3ab680c686222db93872728d diff --git a/drivers/staging/media/omap4iss/Kconfig b/drive

[git:media_tree/fixes] [media] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio

2014-06-19 Thread Mauro Carvalho Chehab
08:37:09 2014 -0300 Wrong value used in same cases for the aspect ratio. Signed-off-by: Rickard Strandqvist Acked-by: Lad, Prabhakar Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-dv-timings.c

[git:media_tree/master] [media] omap3isp: preview: Fix the crop margins

2014-02-28 Thread Mauro Carvalho Chehab
aurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/omap3isp/isppreview.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=8b57b9669aa884ac75b8d09c251d6b1755533c15 diff --git a/drivers/media/pl

[git:media_tree/master] [media] media: gspca: sn9c20x: add ID for Genius Look 1320 V2

2014-02-28 Thread Mauro Carvalho Chehab
: Wolfram Sang Signed-off-by: Hans de Goede Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab Documentation/video4linux/gspca.txt |1 + drivers/media/usb/gspca/sn9c20x.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/media_tree.git?a

[git:media_tree/fixes] [media] [for,v3.14] videodev2.h: add parenthesis around macro arguments

2014-02-28 Thread Mauro Carvalho Chehab
dth should be (bt)->width, and same for the other fields. Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # For 3.12 or upper Signed-off-by: Mauro Carvalho Chehab include/uapi/linux/videodev2.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) --- http://git.linux

[git:media_tree/master] [media] uvcvideo: Do not use usb_set_interface on bulk EP

2014-03-07 Thread Mauro Carvalho Chehab
tage of it. CC: stable@vger.kernel.org Signed-off-by: Oleksij Rempel Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/uvc/uvc_video.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=

[git:media_tree/master] [media] Revert "[media] videobuf_vm_{open,close} race fixes"

2014-03-07 Thread Mauro Carvalho Chehab
Cc: Al Viro Reported-by: Pete Eberlein Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/videobuf-dma-contig.c | 12 +--- drivers/media/v4l2-core/videobuf-dma-sg.c | 10 -- drivers/media/v4l2-core/videobuf-vmalloc.c| 10 -- 3 files changed,

[git:media_tree/master] [media] af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2

2014-03-07 Thread Mauro Carvalho Chehab
[2040:f900] for Hauppauge WinTV-MiniStick 2. Device is build upon IT9135 chipset. Tested-by: Stefan Becker Signed-off-by: Antti Palosaari Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/af9035.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[git:media_tree/master] [media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset

2014-03-07 Thread Mauro Carvalho Chehab
following build error: 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 Signed-off-by: Michael Krufky Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_tree/master] [media] mxl111sf: Fix unintentional garbage stack read

2014-03-07 Thread Mauro Carvalho Chehab
ned-off-by: Michael Krufky Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/mxl111sf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=866e8d8a9dc1ebb4f9e67197e264ac2df81f7d4b diff --git

[git:media_tree/fixes] [media] videodev2.h: add parenthesis around macro arguments

2014-03-11 Thread Mauro Carvalho Chehab
be (bt)->width, and same for the other fields. Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # For 3.12 or upper Signed-off-by: Mauro Carvalho Chehab include/uapi/linux/videodev2.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) --- http://git.linux

[git:media_tree/fixes] [media] saa7134: fix WARN_ON during resume

2014-03-11 Thread Mauro Carvalho Chehab
@vger.kernel.org # for v3.9 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/saa7134/saa7134-cards.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=81d428cbdb9e630f4424bf81522cd35394beba76 diff --git a/drivers

[git:media_tree/fixes] [media] v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 support

2014-03-11 Thread Mauro Carvalho Chehab
ioctl numbers were used due to a copy-and-paste error. Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.7 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-compat-ioctl32.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http

[git:media_tree/fixes] [media] v4l2-dv-timings: add module name, description, license

2014-03-11 Thread Mauro Carvalho Chehab
to add them when I made this module. Loading this module without it will taint the kernel, which is not intended. Signed-off-by: Hans Verkuil Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-dv-timings.c |4 1 files

[git:media_tree/fixes] [media] em28xx: fix PCTV 290e LNA oops

2014-03-12 Thread Mauro Carvalho Chehab
to different location during some change. PCTV 290e LNA function still uses old pointer, carried over FE priv, and it crash. Reported-by: Janne Kujanpää Signed-off-by: Antti Palosaari Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/em28xx/em28xx-dvb.c |3

[git:media_tree/fixes] [media] em28xx-dvb: fix PCTV 461e tuner I2C binding

2014-03-12 Thread Mauro Carvalho Chehab
@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/em28xx/em28xx-dvb.c | 27 +-- 1 files changed, 25 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=2b37cfa28ac61657bb861ed258571a77b7f58cb5 diff --git a/drivers/media

[git:media_tree/master] [media] m88rs2000: add m88rs2000_set_carrieroffset

2014-01-07 Thread Mauro Carvalho Chehab
. Register 0x86 is set the appropriate value according to remainder value of frequency % 192857 calculation as shown. Signed-off-by: Malcolm Priestley Cc: stable@vger.kernel.org # v3.9+ Signed-off-by: Mauro Carvalho Chehab drivers/media/dvb-frontends/m88rs2000.c | 77

[git:media_tree/master] [media] m88rs2000: set symbol rate accurately

2014-01-07 Thread Mauro Carvalho Chehab
ges to register 0xf1 this must be done prior call to fe_reset. Register 0x00 doesn't need a second write of 0x1 Applied after patch m88rs2000: add m88rs2000_set_carrieroffset Signed-off-by: Malcolm Priestley Cc: stable@vger.kernel.org # v3.9+ Signed-off-by: Mauro Carvalho Chehab driver

[git:media_tree/master] [media] nxt200x: increase write buffer size

2014-01-13 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] nxt200x: increase write buffer size Author: Mauro Carvalho Chehab Date:Mon Jan 13 05:59:30 2014 -0200 The buffer size on nxt200x

[git:media_tree/master] [media] media: s5p_mfc: remove s5p_mfc_get_node_type() function

2014-01-13 Thread Mauro Carvalho Chehab
introduced by patch 1056e4388b0454917a512618c8416a98628fc9ce ("v4l2-dev: Fix race condition on __video_register_device"), which has been merged in v3.12-rc1. Signed-off-by: Marek Szyprowski Cc: stable@vger.kernel.org Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab dri

[git:media_tree/master] [media] media: v4l2-dev: fix video device index assignment

2014-02-03 Thread Mauro Carvalho Chehab
Szyprowski Acked-by: Sakari Ailus Acked-by: Ricardo Ribalda Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-dev.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=6c3df5da67f1f53df78c7e20cd53a481dc28eade di

[git:media_tree/fixes] [media] Revert "[media] videobuf_vm_{open,close} race fixes"

2014-02-04 Thread Mauro Carvalho Chehab
Cc: Al Viro Reported-by: Pete Eberlein Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/videobuf-dma-contig.c | 12 +--- drivers/media/v4l2-core/videobuf-dma-sg.c | 10 -- drivers/media/v4l2-core/videobuf-vmalloc.c| 10 -- 3 files changed,

[git:media_tree/fixes] [media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset

2014-02-04 Thread Mauro Carvalho Chehab
following build error: 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 Signed-off-by: Michael Krufky Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_tree/fixes] [media] af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2

2014-02-04 Thread Mauro Carvalho Chehab
[2040:f900] for Hauppauge WinTV-MiniStick 2. Device is build upon IT9135 chipset. Tested-by: Stefan Becker Signed-off-by: Antti Palosaari Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/af9035.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[git:media_tree/fixes] [media] mxl111sf: Fix unintentional garbage stack read

2014-02-04 Thread Mauro Carvalho Chehab
ned-off-by: Michael Krufky Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/dvb-usb-v2/mxl111sf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=866e8d8a9dc1ebb4f9e67197e264ac2df81f7d4b diff --git

[git:media_tree/master] [media] smiapp: Take mutex during PLL update in sensor initialisation

2014-10-28 Thread Mauro Carvalho Chehab
does not serialise anything in this case but avoids a lockdep warning from the control framework. Cc: stable@vger.kernel.org Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/smiapp/smiapp-core.c |2 ++ 1 files changed, 2

[git:media_tree/master] [media] smiapp-pll: Correct clock debug prints

2014-10-28 Thread Mauro Carvalho Chehab
correctly. Cc: stable@vger.kernel.org Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/smiapp-pll.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h

[PATCH 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Mauro Carvalho Chehab
From: Mauro Carvalho Chehab Add a macro to simplify au0828 quirk table. That makes easier to check it against the USB IDs at drivers/media/usb/au0828-card.c Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab diff --git a/sound/usb/quirks

  1   2   3   >