Re: [PATCH, RFC 08/30] [media] arv: fix sleep_on race

2014-02-26 Thread Arnd Bergmann
On Friday 07 February 2014, Hans Verkuil wrote: On 01/17/2014 11:51 AM, Hans Verkuil wrote: diff --git a/drivers/media/platform/arv.c b/drivers/media/platform/arv.c index e346d32d..32f6d70 100644 --- a/drivers/media/platform/arv.c +++ b/drivers/media/platform/arv.c @@ -307,11 +307,11

Re: [PATCH] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03

2014-02-26 Thread Antti Palosaari
Thank for the patch. Even I didn't added any comment to driver ID list, which apparently should be there, that empty line before Astrometa DVB-T2 entry was there because I wanted to separate RTL2832P entries from RTL2832U entries (different chipset version). So if possible, could you provide

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-26 Thread Grant Likely
On Mon, 24 Feb 2014 18:36:29 +0100, Philipp Zabel p.za...@pengutronix.de wrote: Am Dienstag, den 18.02.2014, 16:26 + schrieb Grant Likely: You can find it under Documentation/devicetree/bindings/media/video-interfaces.txt Okay, I think I'm okay with moving the helpers, but I

[PATCH 00/16] sleep_on removal, second try

2014-02-26 Thread Arnd Bergmann
It's been a while since the first submission of these patches, but a lot of them have made it into linux-next already, so here is the stuff that is not merged yet, hopefully addressing all the comments. Geert and Michael: the I was expecting the ataflop and atari_scsi patches to be merged

[PATCH 07/16] [media] radio-cadet: avoid interruptible_sleep_on race

2014-02-26 Thread Arnd Bergmann
interruptible_sleep_on is racy and going away. This replaces one use in the radio-cadet driver with an wait_event_interruptible call that lets us check the condition under the mutex but sleep without it. The first version of this patch was done by Arnd, but Hans came up with a nicer solution.

[PATCH 08/16] [media] arv: fix sleep_on race

2014-02-26 Thread Arnd Bergmann
interruptible_sleep_on is racy and going away. In the arv driver that race has probably never caused problems since it would require a whole video frame to be captured before the read function has a chance to go to sleep, but using wait_event_interruptible lets us kill off the old interface. In

[PATCH 06/16] [media] usbvision: drop unused define USBVISION_SAY_AND_WAIT

2014-02-26 Thread Arnd Bergmann
This define uses the deprecated interruptible_sleep_on_timeout function. Since this define is unused anyway we just remove it. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc:

Re: [PATCH v4 1/3] [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-26 Thread Grant Likely
On Tue, 25 Feb 2014 15:58:22 +0100, Philipp Zabel p.za...@pengutronix.de wrote: From: Philipp Zabel philipp.za...@gmail.com This patch moves the parsing helpers used to parse connected graphs in the device tree, like the video interface bindings documented in

Re: [RFC v6,2/3] controls.xml : add addtional Flash fault bits

2014-02-26 Thread Sakari Ailus
Hi Daniel, Thanks for the update. Just one comment below. On Wed, Feb 26, 2014 at 04:04:10PM +0900, Daniel Jeong wrote: Descriptions for flash faluts. V4L2_FLASH_FAULT_UNDER_VOLTAGE, V4L2_FLASH_FAULT_INPUT_VOLTAGE, and V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE Signed-off-by: Daniel Jeong

Re: [RFC v6,3/3] media: i2c: add new dual LED Flash driver, lm364

2014-02-26 Thread Sakari Ailus
Hi Daniel, Just a few minor comments. On Wed, Feb 26, 2014 at 04:04:11PM +0900, Daniel Jeong wrote: This patch adds the driver for the LM3646, dual LED Flash driver. The LM3646 has two 1.5A sync. boost converter with dual white current source. It is controlled via an I2C compatible

Re: [PATCH v4 3/3] Documentation: of: Document graph bindings

2014-02-26 Thread Tomi Valkeinen
On 25/02/14 16:58, Philipp Zabel wrote: +Optional endpoint properties + + +- remote-endpoint: phandle to an 'endpoint' subnode of a remote device node. Why is that optional? What use is an endpoint, if it's not connected to something? Also, if this is being

Re: video from USB DVB-T get damaged after some time (it9135)

2014-02-26 Thread Antti Palosaari
Moikka! On 21.02.2014 15:06, kap...@mizera.cz wrote: Hello, == Antti: May I ask, if you have the same one stick? Does it work without problems ? I don't have just similar stick, but I tested 1-2 sticks having that same chipset. No problems at all. == everybody: I have final tested it

[PATCH v2] uvcvideo: Do not use usb_set_interface on bulk EP

2014-02-26 Thread Laurent Pinchart
From: Oleksij Rempel li...@rempel-privat.de The UVC specification uses alternate setting selection to notify devices of stream start/stop. This breaks when using bulk-based devices, as the video streaming interface has a single alternate setting in that case, making video stream start and video

Re: Unsupported Anysee version

2014-02-26 Thread Antti Palosaari
Moikka Paavo On 14.02.2014 21:14, Paavo Leinonen wrote: Hi, I plugged in an old Anysee DVB-C and got “Unsupported Anysee version” error. The box is Fedora 15 running 3.11.10-100.fc18.x86_64 kernel. Can I do something to get it working or help you to support it? Note: I’m not 100% sure the

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-26 Thread Philipp Zabel
Hi Grant, thank you for the comments. Am Mittwoch, den 26.02.2014, 11:01 + schrieb Grant Likely: On Mon, 24 Feb 2014 18:36:29 +0100, Philipp Zabel p.za...@pengutronix.de wrote: Am Dienstag, den 18.02.2014, 16:26 + schrieb Grant Likely: You can find it under

Re: [PATCH v4 3/3] Documentation: of: Document graph bindings

2014-02-26 Thread Philipp Zabel
Hi Tomi, Am Mittwoch, den 26.02.2014, 15:14 +0200 schrieb Tomi Valkeinen: On 25/02/14 16:58, Philipp Zabel wrote: +Optional endpoint properties + + +- remote-endpoint: phandle to an 'endpoint' subnode of a remote device node. Why is that optional? What

GOOD NEWS

2014-02-26 Thread Dave and Angela
You have been Nominated by i and my wife Angela for Donation.Contact us :dave_angela0...@yahoo.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Dell XPS 12 USB camera bulk mode issues

2014-02-26 Thread Laurent Pinchart
Hi Sarah, On Tuesday 25 February 2014 13:49:56 Sarah Sharp wrote: Hi Laurent and Mauro, Mark has running into issues with the Realtek integrated webcam on a Dell XPS 12 system that uses bulk endpoints. The webcam shows visible glitches with certain resolutions (stripes of frame missing,

Re: [PATCH v4 3/3] Documentation: of: Document graph bindings

2014-02-26 Thread Tomi Valkeinen
On 26/02/14 16:57, Philipp Zabel wrote: Hi Tomi, Am Mittwoch, den 26.02.2014, 15:14 +0200 schrieb Tomi Valkeinen: On 25/02/14 16:58, Philipp Zabel wrote: +Optional endpoint properties + + +- remote-endpoint: phandle to an 'endpoint' subnode of a remote device

Re: [PATCH v4 1/3] [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-26 Thread Philipp Zabel
Hi Grant, Am Mittwoch, den 26.02.2014, 11:37 + schrieb Grant Likely: [...] drivers/media/v4l2-core/v4l2-of.c | 117 -- drivers/of/Makefile | 1 + drivers/of/of_graph.c | 134

Re: video from USB DVB-T get damaged after some time (it9135)

2014-02-26 Thread kapetr
Dne 26.2.2014 14:33, Antti Palosaari napsal(a): Moikka! On 21.02.2014 15:06, kap...@mizera.cz wrote: Hello, == Antti: May I ask, if you have the same one stick? Does it work without problems ? I don't have just similar stick, but I tested 1-2 sticks having that same chipset. No problems

Re: [PATCH v4 3/3] Documentation: of: Document graph bindings

2014-02-26 Thread Philipp Zabel
Am Mittwoch, den 26.02.2014, 16:50 +0200 schrieb Tomi Valkeinen: On 26/02/14 16:57, Philipp Zabel wrote: Hi Tomi, Am Mittwoch, den 26.02.2014, 15:14 +0200 schrieb Tomi Valkeinen: On 25/02/14 16:58, Philipp Zabel wrote: +Optional endpoint properties + +

Re: video from USB DVB-T get damaged after some time (it9135)

2014-02-26 Thread Antti Palosaari
On 26.02.2014 17:10, kap...@mizera.cz wrote: Dne 26.2.2014 14:33, Antti Palosaari napsal(a): Moikka! On 21.02.2014 15:06, kap...@mizera.cz wrote: Hello, == Antti: May I ask, if you have the same one stick? Does it work without problems ? I don't have just similar stick, but I tested 1-2

Re: Dell XPS 12 USB camera bulk mode issues

2014-02-26 Thread Laurent Pinchart
Hi Mark, On Wednesday 26 February 2014 10:20:06 Ryan, Mark D wrote: On Tuesday, February 25, 2014 10:50 PM Sarah Sharp wrote: Hi Laurent and Mauro, Mark has running into issues with the Realtek integrated webcam on a Dell XPS 12 system that uses bulk endpoints. The webcam shows

Re: [REVIEW PATCH 13/16] rtl2832_sdr: expose e4000 controls to user

2014-02-26 Thread Antti Palosaari
On 14.02.2014 17:02, Hans Verkuil wrote: On 02/11/2014 03:04 AM, Antti Palosaari wrote: E4000 tuner driver provides now some controls. Expose those to userland. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c | 10 ++ 1 file changed,

Re: Upstreaming SAA716x driver to the media_tree

2014-02-26 Thread Manu Abraham
Hi Luis, On Wed, Feb 26, 2014 at 3:57 AM, Luis Alves lja...@gmail.com wrote: Hi Manu, How's the progress going? Looking forward to finally see this driver in the tree :D Just got back setting things back to normalcy. This weekend, I have plans to do more work for that. Regards, Manu -- To

Re: [PATCH 00/16] sleep_on removal, second try

2014-02-26 Thread Jens Axboe
On Wed, Feb 26 2014, Arnd Bergmann wrote: It's been a while since the first submission of these patches, but a lot of them have made it into linux-next already, so here is the stuff that is not merged yet, hopefully addressing all the comments. Geert and Michael: the I was expecting the

[PATCHv8][ 1/7] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2014-02-26 Thread Denis Carikli
That new macro is needed by the imx_drm staging driver for supporting the QVGA display of the eukrea-cpuimx51 board. Cc: Eric Bénard e...@eukrea.com Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: linux-media@vger.kernel.org Signed-off-by: Denis Carikli de...@eukrea.com Acked-by: Mauro

[PATCH v2 2/2] [media] rtl28xxu: add chipset version comments into device list

2014-02-26 Thread Jan Vcelak
Signed-off-by: Jan Vcelak j...@fcelda.cz --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index b9eb662..ab1deac 100644 ---

[PATCH v2 1/2] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03

2014-02-26 Thread Jan Vcelak
0458:707f KYE Systems Corp. (Mouse Systems) TVGo DVB-T03 [RTL2832] The USB dongle uses RTL2832U demodulator and FC0012 tuner. Signed-off-by: Jan Vcelak j...@fcelda.cz --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: Dell XPS 12 USB camera bulk mode issues

2014-02-26 Thread Mark Ryan
Hi Laurent, Thank you so much for your detailed response. On 02/26/2014 04:40 PM, Laurent Pinchart wrote: Hi Mark, On Wednesday 26 February 2014 10:20:06 Ryan, Mark D wrote: On Tuesday, February 25, 2014 10:50 PM Sarah Sharp wrote: Hi Laurent and Mauro, Mark has running into issues with

Re: [PATCH RFC 26/46] drivers/base: provide an infrastructure for componentised subsystems

2014-02-26 Thread Guennadi Liakhovetski
Hi Russell (I suspect this my email will be rejected by ALKML too like other my recent emails, but at least other MLs will pick it up and individual CCs too, so, if replying, maybe it would be good to keep my entire reply, all the more that it's going to be very short) On Thu, 2 Jan 2014,

Re: [PATCH RFC 26/46] drivers/base: provide an infrastructure for componentised subsystems

2014-02-26 Thread Russell King - ARM Linux
On Wed, Feb 26, 2014 at 10:00:25PM +0100, Guennadi Liakhovetski wrote: Hi Russell (I suspect this my email will be rejected by ALKML too like other my recent emails, but at least other MLs will pick it up and individual CCs too, so, if replying, maybe it would be good to keep my entire

[PATCH v2] uvcvideo: Add bayer 8-bit patterns to uvcvideo

2014-02-26 Thread Laurent Pinchart
From: Edgar Thier i...@edgarthier.net Add bayer 8-bit GUIDs to uvcvideo and associated them with the corresponding V4L2 pixel formats. Signed-off-by: Edgar Thier i...@edgarthier.net Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/usb/uvc/uvc_driver.c | 22

[REVIEW PATCH 7/8] rtl2832: Fix deadlock on i2c mux select function.

2014-02-26 Thread Antti Palosaari
From: Luis Alves lja...@gmail.com Signed-off-by: Luis Alves lja...@gmail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/rtl2832.c

[REVIEW PATCH 5/8] rtl2832: provide muxed I2C adapter

2014-02-26 Thread Antti Palosaari
RTL2832 provides gated / repeater I2C adapter for tuner. Implement it as a muxed I2C adapter. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/Kconfig| 2 +- drivers/media/dvb-frontends/rtl2832.c | 26 ++

[REVIEW PATCH 6/8] rtl2832: add muxed I2C adapter for demod itself

2014-02-26 Thread Antti Palosaari
There was a deadlock between master I2C adapter and muxed I2C adapter. Implement two I2C muxed I2C adapters and leave master alone, just only for offering I2C adapter for these mux adapters. Reported-by: Luis Alves lja...@gmail.com Reported-by: Benjamin Larsson benja...@southpole.se

[REVIEW PATCH 3/8] rtl2832: remove unused if_dvbt config parameter

2014-02-26 Thread Antti Palosaari
All used tuners has get_if_frequency() callback and that parameter is not needed and will not needed as all upcoming tuner drivers should implement get_if_frequency(). Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 6 --

[REVIEW PATCH 4/8] rtl2832: style changes and minor cleanup

2014-02-26 Thread Antti Palosaari
Most of those were reported by checkpatch.pl... debug module parameter is not used anywhere so remove it. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 26 +++- drivers/media/dvb-frontends/rtl2832.h | 2 +-

[REVIEW PATCH 2/8] rtl28xxu: add module parameter to disable IR

2014-02-26 Thread Antti Palosaari
Disable IR interrupts in order to avoid SDR sample loss. IR interrupts causes some extra load for device and it seems be one reason to loss samples when sampling rate is high. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 7 +++ 1 file changed, 7

[REVIEW PATCH 1/8] xc2028: silence compiler warnings

2014-02-26 Thread Antti Palosaari
There is now new tuner types which are not handled on that switch-case. Print error if unknown tuner type is meet. drivers/media/tuners/tuner-xc2028.c: In function ‘generic_set_freq’: drivers/media/tuners/tuner-xc2028.c:1037:2: warning: enumeration value ‘V4L2_TUNER_ADC’ not handled in switch

[REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-02-26 Thread Antti Palosaari
Add documentation for RF tuner bandwidth controls. These controls are used to set filters on tuner signal path. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- Documentation/DocBook/media/v4l/controls.xml | 19 +++ 1 file changed, 19

[REVIEW PATCH 10/13] DocBook: media: document V4L2_CTRL_CLASS_RF_TUNER

2014-02-26 Thread Antti Palosaari
It is class for RF tuner specific controls, like gain controls, filters, signal strength. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff

[REVIEW PATCH 13/13] DocBook: media: add some general info about RF tuners

2014-02-26 Thread Antti Palosaari
Add some info what is RF tuner in context of V4L RF tuner class. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- Documentation/DocBook/media/v4l/controls.xml | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git

[REVIEW PATCH 09/13] DocBook: document RF tuner gain controls

2014-02-26 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 Acked-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/controls.xml | 91

[REVIEW PATCH 12/13] DocBook: media: document PLL lock control

2014-02-26 Thread Antti Palosaari
Document PLL lock V4L2 control. It is read only RF tuner control which is used to inform if tuner is receiving frequency or not. Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi ---

[REVIEW PATCH 02/13] v4l: add RF tuner channel bandwidth control

2014-02-26 Thread Antti Palosaari
Modern silicon RF tuners has one or more adjustable filters on signal path, in order to filter noise from desired radio channel. Add channel bandwidth control to tell the driver which is radio channel width we want receive. Filters could be then adjusted by the driver or hardware, using RF

[REVIEW PATCH 07/13] DocBook: V4L: add V4L2_SDR_FMT_CU8 - 'CU08'

2014-02-26 Thread Antti Palosaari
Document V4L2_SDR_FMT_CU8 SDR format. It is complex unsigned 8-bit IQ sample. Used by software defined radio devices. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi Acked-by: Hans Verkuil hans.verk...@cisco.com --- .../DocBook/media/v4l/pixfmt-sdr-cu08.xml

[REVIEW PATCH 01/13] v4l: add RF tuner gain controls

2014-02-26 Thread Antti Palosaari
Modern silicon RF tuners used nowadays has many controllable gain stages on signal path. Usually, but not always, there is at least 3 gain stages. Also on some cases there could be multiple gain stages within the ones specified here. However, I think that having these three controllable gain

[REVIEW PATCH 08/13] DocBook: V4L: add V4L2_SDR_FMT_CU16LE - 'CU16'

2014-02-26 Thread Antti Palosaari
Document V4L2_SDR_FMT_CU16LE format. It is complex unsigned 16-bit little endian IQ sample. Used by software defined radio devices. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi Acked-by: Hans Verkuil hans.verk...@cisco.com ---

[REVIEW PATCH 03/13] v4l: reorganize RF tuner control ID numbers

2014-02-26 Thread Antti Palosaari
It appears that controls are ordered by ID number when enumerating. That could lead illogical UI as controls are usually enumerated and drawn by the application at runtime. Change order of controls by reorganizing assigned IDs now as we can. It is not reasonable possible after the API is

[REVIEW PATCH 05/13] v4l: add enum_freq_bands support to tuner sub-device

2014-02-26 Thread Antti Palosaari
Add VIDIOC_ENUM_FREQ_BANDS, enumerate supported frequency bands, IOCTL support for sub-device tuners too. Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- include/media/v4l2-subdev.h | 1 + 1 file changed, 1 insertion(+) diff --git

[REVIEW PATCH 06/13] v4l: add control for RF tuner PLL lock flag

2014-02-26 Thread Antti Palosaari
Add volatile boolean control to indicate if tuner frequency synthesizer is locked to requested frequency. That means tuner is able to receive given frequency. Control is named as PLL lock, since frequency synthesizers are based of phase-locked-loop. Maybe more general name could be wise still?

[REVIEW PATCH 00/13] SDR API - V4L API stuff itself

2014-02-26 Thread Antti Palosaari
Controls, stream formats and documentation for those. That is all API stuff. Antti Antti Palosaari (13): v4l: add RF tuner gain controls v4l: add RF tuner channel bandwidth control v4l: reorganize RF tuner control ID numbers v4l: uapi: add SDR formats CU8 and CU16LE v4l: add

[REVIEW PATCH 0/6] SDR API - Mirics MSi3101 driver

2014-02-26 Thread Antti Palosaari
Mirics MSi3101 driver. Antti Antti Palosaari (6): msi3101: convert to SDR API msi001: Mirics MSi001 silicon tuner driver msi3101: use msi001 tuner driver MAINTAINERS: add msi001 driver MAINTAINERS: add msi3101 driver msi3101: clamp mmap buffers to reasonable level MAINTAINERS

[REVIEW PATCH 6/6] msi3101: clamp mmap buffers to reasonable level

2014-02-26 Thread Antti Palosaari
That value is coming from the user and we need only ensure it is reasonable. That was pointed by Hans when reviewing rtl2832_sdr driver. Signed-off-by: Antti Palosaari cr...@iki.fi Cc: Hans Verkuil hverk...@xs4all.nl --- drivers/staging/media/msi3101/sdr-msi3101.c | 2 +- 1 file changed, 1

[REVIEW PATCH 5/6] MAINTAINERS: add msi3101 driver

2014-02-26 Thread Antti Palosaari
Mirics MSi2500 (MSi3101) SDR ADC + USB interface driver. Currently in staging as SDR API is not ready. Signed-off-by: Antti Palosaari cr...@iki.fi Acked-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS

[REVIEW PATCH 2/6] msi001: Mirics MSi001 silicon tuner driver

2014-02-26 Thread Antti Palosaari
That RF tuner driver is bound via SPI bus model and it implements V4L subdev API. I split it out from MSi3101 SDR driver. MSi3101 = MSi2500 + MSi001. Signed-off-by: Antti Palosaari cr...@iki.fi Acked-by: Hans Verkuil hans.verk...@cisco.com --- drivers/staging/media/msi3101/Kconfig | 4 +

[REVIEW PATCH 4/6] MAINTAINERS: add msi001 driver

2014-02-26 Thread Antti Palosaari
Mirics MSi001 silicon tuner driver. Currently in staging as SDR API is not ready. Signed-off-by: Antti Palosaari cr...@iki.fi Acked-by: Hans Verkuil hans.verk...@cisco.com --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index

[REVIEW PATCH 3/6] msi3101: use msi001 tuner driver

2014-02-26 Thread Antti Palosaari
Remove MSi001 RF tuner related code as MSi001 functionality is moved to own driver. Implement SPI master adapter. Attach MSi001 driver via SPI / V4L subdev framework. Signed-off-by: Antti Palosaari cr...@iki.fi Acked-by: Hans Verkuil hans.verk...@cisco.com ---

[REVIEW PATCH 11/16] rtl28xxu: fix switch-case style issue

2014-02-26 Thread Antti Palosaari
Use break, not return, for every case. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index

[REVIEW PATCH 12/16] rtl28xxu: use muxed RTL2832 I2C adapters for E4000 and RTL2832_SDR

2014-02-26 Thread Antti Palosaari
RTL2832 driver provides muxed I2C adapters for tuner bus I2C gate control. Pass those adapters to rtl2832_sdr and e4000 modules in order to get rid of proprietary DVB .i2c_gate_ctrl() callback use. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 12

[REVIEW PATCH 05/16] e4000: get rid of DVB i2c_gate_ctrl()

2014-02-26 Thread Antti Palosaari
Gate control is now implemented by rtl2832 I2C adapter so we do not need proprietary DVB i2c_gate_ctrl() anymore. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/e4000.c | 106 +-- 1 file changed, 21 insertions(+), 85 deletions(-)

[REVIEW PATCH 00/16] SDR API - Realtek RTL2832 SDR driver

2014-02-26 Thread Antti Palosaari
That set adds support for Realtek RTL2832 SDR. There is many new interesting things, like DVB tuner which is converted to Regmap API. Antti Antti Palosaari (16): e4000: convert DVB tuner to I2C driver model e4000: implement controls via v4l2 control framework e4000: fix PLL calc to allow

[REVIEW PATCH 09/16] rtl28xxu: constify demod config structs

2014-02-26 Thread Antti Palosaari
Optimize a little bit from data to text. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c

[REVIEW PATCH 06/16] e4000: convert to Regmap API

2014-02-26 Thread Antti Palosaari
That comes possible after driver was converted to kernel I2C model (I2C binding proper I2C client with no gate control hack). All nasty low level I2C routines are now covered by regmap. Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti

[REVIEW PATCH 01/16] e4000: convert DVB tuner to I2C driver model

2014-02-26 Thread Antti Palosaari
Driver conversion from proprietary DVB tuner model to more general I2C driver model. Cc: Jean Delvare kh...@linux-fr.org Cc: Mauro Carvalho Chehab m.che...@samsung.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/e4000.c| 115

[REVIEW PATCH 04/16] e4000: implement PLL lock v4l control

2014-02-26 Thread Antti Palosaari
Implement PLL lock control to get PLL lock flag status from tuner synthesizer. Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/e4000.c | 53 ++-

[REVIEW PATCH 02/16] e4000: implement controls via v4l2 control framework

2014-02-26 Thread Antti Palosaari
Implement gain and bandwidth controls using v4l2 control framework. Pointer to control handler is provided by exported symbol. Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/e4000.c |

[REVIEW PATCH 16/16] MAINTAINERS: add rtl2832_sdr driver

2014-02-26 Thread Antti Palosaari
Realtek RTL2832 SDR driver. Currently in staging as SDR API is not ready. Signed-off-by: Antti Palosaari cr...@iki.fi --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f03772a..0ed943a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

[REVIEW PATCH 15/16] rtl2832_sdr: expose R820T controls to user

2014-02-26 Thread Antti Palosaari
R820T tuner driver provides now some controls. Expose those to userland. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c

[REVIEW PATCH 14/16] r820t: add manual gain controls

2014-02-26 Thread Antti Palosaari
Add gain control for LNA, Mixer and IF. Expose controls via V4L control framework. Cc: Mauro Carvalho Chehab m.che...@samsung.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/r820t.c | 137 ++- drivers/media/tuners/r820t.h | 10

[REVIEW PATCH 08/16] rtl2832_sdr: Realtek RTL2832 SDR driver module

2014-02-26 Thread Antti Palosaari
Implement SDR driver for Realtek RTL2832U chip as a DVB extension module. SDR module is attached by DVB USB RTL28XXU driver as a DVB SEC (satellite equipment controller) module. Abusing unused SEC here has no harm as that is DVB-T only frontend. SDR functionality is provided by RTL2832 DVB-T

[REVIEW PATCH 03/16] e4000: fix PLL calc to allow higher frequencies

2014-02-26 Thread Antti Palosaari
There was 32-bit overflow on VCO frequency calculation which blocks tuning to 1073 - 1104 MHz. Use 64 bit number in order to avoid VCO frequency overflow. After that fix device in question tunes to following range: 60 - 1104 MHz 1250 - 2207 MHz Signed-off-by: Antti Palosaari cr...@iki.fi ---

Re: [REVIEW PATCH 08/16] rtl2832_sdr: Realtek RTL2832 SDR driver module

2014-02-26 Thread Antti Palosaari
Moikka! On 14.02.2014 16:57, Hans Verkuil wrote: On 02/11/2014 03:04 AM, Antti Palosaari wrote: +static int rtl2832_sdr_stop_streaming(struct vb2_queue *vq) +{ + struct rtl2832_sdr_state *s = vb2_get_drv_priv(vq); + dev_dbg(s-udev-dev, %s:\n, __func__); + + if

Re: [PATCH v2 1/2] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03

2014-02-26 Thread Antti Palosaari
Applied, thanks! Antti On 26.02.2014 20:33, Jan Vcelak wrote: 0458:707f KYE Systems Corp. (Mouse Systems) TVGo DVB-T03 [RTL2832] The USB dongle uses RTL2832U demodulator and FC0012 tuner. Signed-off-by: Jan Vcelak j...@fcelda.cz --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 1 file

Re: [PATCH v2 2/2] [media] rtl28xxu: add chipset version comments into device list

2014-02-26 Thread Antti Palosaari
Applied, thanks! Antti On 26.02.2014 20:33, Jan Vcelak wrote: Signed-off-by: Jan Vcelak j...@fcelda.cz --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index

[GIT PULL] rtl28xxu: add USB ID for Genius TVGo DVB-T03

2014-02-26 Thread Antti Palosaari
The following changes since commit efab6b6a6ea9364ececb955f69a9d3ffc6b782a1: [media] vivi: queue_setup improvements (2014-02-24 10:59:15 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git rtl28xxu_id for you to fetch changes up to

Re: Support for Empia 2980 video/audio capture chip set

2014-02-26 Thread Keith Lawson
On Mon, Feb 24, 2014 at 06:38:59PM +0100, Frank Schäfer wrote: Am 06.02.2014 13:57, schrieb Keith Lawson: On Mon, Jan 20, 2014 at 09:08:25PM +0100, Frank Schäfer wrote: On 17.01.2014 01:11, Keith Lawson wrote: On Wed, Jan 15, 2014 at 10:37:44PM +0100, Frank Schäfer wrote: Am 14.01.2014

GOOD NEWS

2014-02-26 Thread Dave and Angela
You have been Nominated by i and my wife Angela for Donation.Contact us :dave_angela0...@yahoo.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

cron job: media_tree daily build: WARNINGS

2014-02-26 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 Feb 27 04:00:18 CET 2014 git branch: test git hash: efab6b6a6ea9364ececb955f69a9d3ffc6b782a1 gcc

Re: [PATCH 00/16] sleep_on removal, second try

2014-02-26 Thread Michael Schmitz
Arnd, It's been a while since the first submission of these patches, but a lot of them have made it into linux-next already, so here is the stuff that is not merged yet, hopefully addressing all the comments. Geert and Michael: the I was expecting the ataflop and atari_scsi patches to be