[PATCH RFC 08/11] it913x: remove unused define and increase module version

2012-12-09 Thread Antti Palosaari
Cc: Malcolm Priestley Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/it913x.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/it913x.c b/drivers/media/usb/dvb-usb-v2/it913x.c index 5dc352b..3d20e38 100644 --- a/drivers/media/us

[PATCH RFC 06/11] az6007: make remote controller optional

2012-12-09 Thread Antti Palosaari
Do not compile remote controller when RC-core is disabled by Kconfig. Cc: Mauro Carvalho Chehab Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/az6007.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/

[PATCH RFC 07/11] it913x: make remote controller optional

2012-12-09 Thread Antti Palosaari
Do not compile remote controller when RC-core is disabled by Kconfig. Cc: Malcolm Priestley Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/it913x.c | 36 +++ 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/drivers/media/usb/dvb-us

[PATCH RFC 11/11] dvb_usb_v2: change rc polling active/deactive logic

2012-12-09 Thread Antti Palosaari
Use own flag to mark when rc polling is active/deactive and make decisions, like start/stop polling on suspend/resume, against that. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 3 ++- drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 10 +++--- 2 files chang

[PATCH RFC 01/11] dvb_usb_v2: make remote controller optional

2012-12-09 Thread Antti Palosaari
Make it possible to compile dvb_usb_v2 driver without the remote controller (RC-core). Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/Kconfig| 3 ++- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 9 + drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 12 +++

[PATCH RFC 10/11] dvb_usb_v2: use dummy function defines instead stub functions

2012-12-09 Thread Antti Palosaari
I think it is better (cheaper) to use dummy defines for functions that has no meaning when remote controller is disabled by Kconfig. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/driv

[PATCH RFC 09/11] dvb_usb_v2: remove rc-core stub implementations

2012-12-09 Thread Antti Palosaari
Those are not needed anymore as all dvb-usb-v2 drivers has proper dependency checks for RC-core. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/dvb_usb.h | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/dvb_usb.h b/drivers/media/usb/dvb-u

[PATCH RFC 02/11] rtl28xxu: make remote controller optional

2012-12-09 Thread Antti Palosaari
Do not compile remote controller when RC-core is disabled by Kconfig. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl

[PATCH RFC 04/11] af9015: make remote controller optional

2012-12-09 Thread Antti Palosaari
Do not compile remote controller when RC-core is disabled by Kconfig. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9015.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/af9015.c b/drivers/media/usb/dvb-usb-v2/af9015.c index 943d934..515

[PATCH RFC 03/11] anysee: make remote controller optional

2012-12-09 Thread Antti Palosaari
Do not compile remote controller when RC-core is disabled by Kconfig. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/anysee.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/anysee.c b/drivers/media/usb/dvb-usb-v2/anysee.c index d05c5b5..5f4

[PATCH RFC 05/11] af9035: make remote controller optional

2012-12-09 Thread Antti Palosaari
Do not compile remote controller when RC-core is disabled by Kconfig. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9035.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c index ea37b5c..19b

[PATCH] [media] gspca_kinect: add Kinect for Windows USB id

2012-12-09 Thread Antonio Ospite
From: Jacob Schloss Add the USB ID for the Kinect for Windows RGB camera so it can be used with the gspca_kinect driver. Signed-off-by: Jacob Schloss Signed-off-by: Antonio Ospite --- Thanks Jacob, I took the liberty to rebase the patch on top of linux-3.7.0-rc7 as the gspca location has chan

cron job: media_tree daily build: ERRORS

2012-12-09 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:Sun Dec 9 19:00:20 CET 2012 git hash:16427faf28674451a7a0485ab0a929402f355ffd gcc version: i686-linux-gcc (GCC

[PATCH RFC 02/17] af9035: support for Fitipower FC0012 tuner devices

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9035.c | 26 ++ drivers/media/usb/dvb-usb-v2/af9035.h | 1 + 2 files changed, 27 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c index 61ae7f9..c1e

[PATCH RFC 08/17] af9035: add support for fc0012 dual tuner configuration

2012-12-09 Thread Antti Palosaari
That adds support for AF9035 dual devices having FC0012 tuners. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9035.c | 56 +-- 1 file changed, 41 insertions(+), 15 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/medi

[PATCH RFC 01/17] af9033: add support for Fitipower FC0012 tuner

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 4 +++ drivers/media/dvb-frontends/af9033.h | 1 + drivers/media/dvb-frontends/af9033_priv.h | 43 +++ 3 files changed, 48 insertions(+) diff --git a/drivers/media/dvb-frontends/af90

[PATCH RFC 11/17] fc0012: use Kernel dev_foo() logging

2012-12-09 Thread Antti Palosaari
Cc: Hans-Frieder Vogt Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc0012-priv.h | 9 - drivers/media/tuners/fc0012.c | 20 ++-- drivers/media/tuners/fc0012.h | 2 +- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/drivers/media/tun

[PATCH RFC 10/17] fc0012: rework attach() to check chip id and I/O errors

2012-12-09 Thread Antti Palosaari
Cc: Hans-Frieder Vogt Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc0012.c | 59 +++ 1 file changed, 49 insertions(+), 10 deletions(-) diff --git a/drivers/media/tuners/fc0012.c b/drivers/media/tuners/fc0012.c index 01f5e40..feb1594 100644 ---

[PATCH RFC 05/17] fc0012: use struct for driver config

2012-12-09 Thread Antti Palosaari
I need even more configuration options and overloading dvb_attach() for all those sounds quite stupid. Due to that switch struct and make room for new options. Cc: Hans-Frieder Vogt Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc0012.c | 9 - drivers/media/tuners/f

[PATCH RFC 03/17] af9035: dual mode support

2012-12-09 Thread Antti Palosaari
From: Jose Alberto Reguero Adds initial support for af9035 dual mode designs. Signed-off-by: Jose Alberto Reguero [cr...@iki.fi: fix merge conflict] Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 12 +++ drivers/media/usb/dvb-usb-v2/af9035.c | 155

[PATCH RFC 04/17] af9035: dual mode related changes

2012-12-09 Thread Antti Palosaari
Various small changes and fixes releated to dual mode. Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033.c | 2 + drivers/media/usb/dvb-usb-v2/af9035.c | 140 +++--- drivers/media/usb/dvb-usb-v2/af9035.h | 5 +- 3 files changed, 99 insertions(

[PATCH RFC 17/17] af9035: print warning when firmware is bad

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9035.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c index 68e0e804..ea37b5c 100644 --- a/drivers/media/usb/dvb-usb-v2/af9035.c +++ b/drivers/

[PATCH RFC 12/17] fc0012: remove unused callback and correct one comment

2012-12-09 Thread Antti Palosaari
There is no need to keep dummy sleep() callback implementation as DVB-core checks existence of it before calls callback. Due to that we can remove it. FC0012 is based of direct-conversion receiver architecture (aka Zero-IF) where is no IF used. Due to that IF is always 0 Hz. Fix comment to point t

[PATCH RFC 15/17] af9033: update fc0011 init sequence

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033_priv.h | 72 +++ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h index e0be040..1fb84a2 100644 -

[PATCH RFC 16/17] af9033: update fc2580 init sequence

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033_priv.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h index 1fb84a2..e9bd782 100644 --- a/drivers/media/dvb-fron

[PATCH RFC 14/17] af9033: update tua9001 init sequence

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033_priv.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h index d96d128..e0be040 100644 --- a/drivers/media/dvb-fronte

[PATCH RFC 13/17] af9033: update demod init sequence

2012-12-09 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9033_priv.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h index 288cd45..d96d128 100644 --- a/drivers/media/dvb-fronte

[PATCH RFC 07/17] fc0012: enable clock output on attach()

2012-12-09 Thread Antti Palosaari
We need feed clock to slave demodulator at the very beginning in case of dual tuner configuration. I am not sure if that configuration changes clock output divider or enable clock output itself... Cc: Hans-Frieder Vogt Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc0012.c | 7 ++

[PATCH RFC 09/17] fc0012: use config directly from the config struct

2012-12-09 Thread Antti Palosaari
No need to copy config to the driver state. Those are coming from the const struct and could be used directly. Cc: Hans-Frieder Vogt Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc0012-priv.h| 3 --- drivers/media/tuners/fc0012.c | 17 - drivers/media/tun

[PATCH RFC 06/17] fc0012: add RF loop through

2012-12-09 Thread Antti Palosaari
Cc: Hans-Frieder Vogt Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc0012-priv.h | 1 + drivers/media/tuners/fc0012.c | 7 +++ drivers/media/tuners/fc0012.h | 5 + 3 files changed, 13 insertions(+) diff --git a/drivers/media/tuners/fc0012-priv.h b/drivers/media/tun

populardating.net now links to you

2012-12-09 Thread Kemal TUTKUN
Dear Thestateofme, I have visited your site and I think that the relationship content could be of interest to our web site visitors. I have already placed a link to your site along with a description at "http://www.populardating.net/. If you want the description of your site modified or if you

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Matthew Gyurgyik
On 12/09/2012 12:06 PM, Frank Schäfer wrote: Forget this sh... (never do multiple things at the same time ;) ) Reg 0x50 is set to according to rc_type specified in the selected remote control map. So if the correct map is selected, everything should be fine (as long as it is RC_TYPE_NEC or RC_TY

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Frank Schäfer
Am 09.12.2012 17:23, schrieb Frank Schäfer: > Am 09.12.2012 17:19, schrieb Frank Schäfer: >> Am 09.12.2012 16:46, schrieb Devin Heitmueller: >>> On Sun, Dec 9, 2012 at 9:50 AM, Matthew Gyurgyik wrote: Just to make sure I'm not misunderstanding, the messages should get logged to dmesg, co

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Frank Schäfer
Am 09.12.2012 17:19, schrieb Frank Schäfer: > Am 09.12.2012 16:46, schrieb Devin Heitmueller: >> On Sun, Dec 9, 2012 at 9:50 AM, Matthew Gyurgyik wrote: >>> Just to make sure I'm not misunderstanding, the messages should get logged >>> to dmesg, correct? >> I wrote the original IR support for the

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Frank Schäfer
Am 09.12.2012 16:46, schrieb Devin Heitmueller: > On Sun, Dec 9, 2012 at 9:50 AM, Matthew Gyurgyik wrote: >> Just to make sure I'm not misunderstanding, the messages should get logged >> to dmesg, correct? > I wrote the original IR support for the em2874, but it seems to have > changed a bit since

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Devin Heitmueller
On Sun, Dec 9, 2012 at 9:50 AM, Matthew Gyurgyik wrote: > Just to make sure I'm not misunderstanding, the messages should get logged > to dmesg, correct? I wrote the original IR support for the em2874, but it seems to have changed a bit since I submitted it. One thing that jumps out at me is if

[GIT PULL FOR 3.8] Various USB webcam fixes

2012-12-09 Thread Hans de Goede
Hi Mauro, Please pull from my tree for some assorted USB webcam fixes for 3.8 The following changes since commit d8658bca2e5696df2b6c69bc5538f8fe54e4a01e: [media] omap3isp: Replace cpu_is_omap3630() with ISP revision check (2012-11-28 10:54:46 -0200) are available in the git repository at

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Matthew Gyurgyik
On 12/09/2012 07:48 AM, Frank Schäfer wrote: Am 08.12.2012 23:04, schrieb Matthew Gyurgyik: On 12/08/2012 04:47 PM, Antti Palosaari wrote: On 12/08/2012 11:40 PM, Matthew Gyurgyik wrote: On 12/08/2012 12:49 PM, Frank Schäfer wrote: Am 08.12.2012 17:51, schrieb Matthew Gyurgyik: That shouldn'

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-12-09 Thread Frank Schäfer
Am 08.12.2012 23:04, schrieb Matthew Gyurgyik: > On 12/08/2012 04:47 PM, Antti Palosaari wrote: >> On 12/08/2012 11:40 PM, Matthew Gyurgyik wrote: >>> On 12/08/2012 12:49 PM, Frank Schäfer wrote: Am 08.12.2012 17:51, schrieb Matthew Gyurgyik: That shouldn't be necessary. I just notic