[PATCH] [media] imageon-bridge: Add module license information

2015-07-27 Thread Mike Looijmans
Comment header specifies GPL-2, so add a MODULE_LICENSE(GPL v2). This fixes the driver failing to load when built as module: imageon_bridge: module license 'unspecified' taints kernel. imageon_bridge: Unknown symbol ... As an extra service, also add a description. Signed-off-by: Mike

[GIT PULL] a8293 tda10071 improvements

2015-07-27 Thread Antti Palosaari
The following changes since commit 4dc102b2f53d63207fa12a6ad49c7b6448bc3301: [media] dvb_core: Replace memset with eth_zero_addr (2015-07-22 13:32:21 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git tda10071_a8293 for you to fetch changes up to

Re: [PATCH 03/13] media: adv7604: fix probe of ADV7611/7612

2015-07-27 Thread William Towle
On Fri, 24 Jul 2015, Hans Verkuil wrote: - val2 |= val; + val |= val2; Oops. Added to my TODO list, I'll probably pick this up on Tuesday for a pull request. And an oops from me: a keen-eyed local correspondent spotted that I'd omitted the S-o-b :( Wills. ...

[PATCH 4/6] MAINTAINERS: add zd1301_demod driver

2015-07-27 Thread Antti Palosaari
DVB-T demodulator driver for ZyDAS ZD1301 chip. Signed-off-by: Antti Palosaari cr...@iki.fi --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2bb989b..d5d92ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11395,6 +11395,16 @@ L:

[PATCH 5/6] zd1301: ZyDAS ZD1301 DVB USB interface driver

2015-07-27 Thread Antti Palosaari
ZyDAS ZD1301 is chip having USB interface and DVB-T demodulator integrated. This driver is for USB interface part. Device has USB ID 0ace:13a1. Used tuner is MT2060. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-core/dvb-usb-ids.h | 1 +

[PATCH 6/6] MAINTAINERS: add zd1301 DVB USB interface driver

2015-07-27 Thread Antti Palosaari
DVB USB interface driver for ZyDAS ZD1301 chip. Signed-off-by: Antti Palosaari cr...@iki.fi --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d5d92ef..7bbcff5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11405,6 +11405,16 @@ T:

[PATCH 2/6] mt2060: add param to split long i2c writes

2015-07-27 Thread Antti Palosaari
Add configuration parameter to split long i2c writes as some I2C adapters cannot write 10 bytes used as a one go. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/mt2060.c | 21 + drivers/media/tuners/mt2060.h | 3 +++

[PATCH 0/6] ZyDAS ZD1301 DVB-T demod + USB IF driver

2015-07-27 Thread Antti Palosaari
ZyDAS ZD1301 is chip having integrated DVB USB interface and DVB-T demodulator. That is very old chipset, ~10 years or so, having likely near zero users, so I don't even understand why I wasted time for this :I It is 2nd DVB device I bought, that time those sticks very even rather expensive having

[PATCH 1/6] mt2060: add i2c bindings

2015-07-27 Thread Antti Palosaari
Add proper i2c driver model bindings. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/mt2060.c | 83 ++ drivers/media/tuners/mt2060.h | 20 + drivers/media/tuners/mt2060_priv.h | 2 + 3 files changed, 105 insertions(+)

[PATCH 3/6] zd1301_demod: ZyDAS ZD1301 DVB-T demodulator driver

2015-07-27 Thread Antti Palosaari
ZyDAS ZD1301 is chip having USB interface and DVB-T demodulator integrated. This driver is for demodulator part. Driver is very reduced, just basic demodulator functionality, no statistics at all. It registers as a platform driver to driver core. Signed-off-by: Antti Palosaari cr...@iki.fi ---

Re: [PATCH v3 3/3] [media] videobuf2: add trace events

2015-07-27 Thread Philipp Zabel
Hi Hans, Am Sonntag, den 26.07.2015, 13:18 +0200 schrieb Hans Verkuil: Hi Philipp, [...] diff --git a/drivers/media/v4l2-core/videobuf2-core.c b/drivers/media/v4l2-core/videobuf2-core.c index 93b3154..b866a6b 100644 --- a/drivers/media/v4l2-core/videobuf2-core.c +++

Re: [PATCH 07/13] media: soc_camera pad-aware driver initialisation

2015-07-27 Thread William Towle
On Fri, 24 Jul 2015, Hans Verkuil wrote: Why would you want to init vdev-entity? soc-camera doesn't create a media controller device, so there is no point in doing this. Thanks, I hadn't quite understood that about the code I was transplanting to/from. Please find an update below. Cheers,

Re: [PATCH] [media] adv7604: Don't shift the I2C address

2015-07-27 Thread Lars-Peter Clausen
Cc Hans and media mailing list On 07/27/2015 02:21 PM, Mike Looijmans wrote: Messages like this are rather confusing: adv7611 5-004c: not an adv7611 on address 0x98 The driver shifts the I2C address left by one (0x98 = 4c 1) probably to match the datasheet. But in all Linux drivers and

[PATCH] uvcvideo: Disable hardware timestamps by default

2015-07-27 Thread Laurent Pinchart
The hardware timestamping implementation has been reported as not working correctly on at least the Logitech C920. Until this can be fixed, disable it by default. Reported-by: Peter Rabbitson rab...@rabbit.us Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---

DMX_ADD_PID ioctl problem

2015-07-27 Thread Marcin Kałuża
Hi I'm trying to use demuxX device for reading multiple PIDs and I have a problem. I do f-fd = dvb_dmx_open(inp-adapter, inp-demux); unsigned short int pid; res = dvb_set_pesfilter(f-fd, pid, DMX_PES_OTHER, DMX_OUT_TSDEMUX_TAP, 128*1024); //that works pid = another_pid res = ioctl(f-fd,

Re: [PATCHv2 8/9] hackrf: add support for transmitter

2015-07-27 Thread Antti Palosaari
On 07/17/2015 05:15 PM, Hans Verkuil wrote: On 07/16/2015 09:04 AM, Antti Palosaari wrote: HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot be used at the same time (half-duplex operation). That patch implements transmitter support to

Re: [PATCHv2 8/9] hackrf: add support for transmitter

2015-07-27 Thread Hans Verkuil
On 07/27/2015 06:19 PM, Antti Palosaari wrote: On 07/17/2015 05:15 PM, Hans Verkuil wrote: On 07/16/2015 09:04 AM, Antti Palosaari wrote: HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot be used at the same time (half-duplex

Re: [PATCHv2 8/9] hackrf: add support for transmitter

2015-07-27 Thread Antti Palosaari
On 07/17/2015 05:43 PM, Hans Verkuil wrote: On 07/16/2015 09:04 AM, Antti Palosaari wrote: HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot be used at the same time (half-duplex operation). That patch implements transmitter support to

Re: [PATCHv2 8/9] hackrf: add support for transmitter

2015-07-27 Thread Hans Verkuil
On 07/27/2015 10:21 PM, Antti Palosaari wrote: On 07/17/2015 05:43 PM, Hans Verkuil wrote: On 07/16/2015 09:04 AM, Antti Palosaari wrote: HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot be used at the same time (half-duplex

Re: [PATCHv2 8/9] hackrf: add support for transmitter

2015-07-27 Thread Antti Palosaari
On 07/27/2015 11:38 PM, Hans Verkuil wrote: On 07/27/2015 10:21 PM, Antti Palosaari wrote: On 07/17/2015 05:43 PM, Hans Verkuil wrote: On 07/16/2015 09:04 AM, Antti Palosaari wrote: HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot

Re: [PATCH v3 0/2] RFC: Secure Memory Allocation Framework

2015-07-27 Thread Benjamin Gaignard
Hi all, This thread doesn't get any feedback... What would be great is to know if this framework proposal fir with your platform needs. Maybe I haven't copy the good mailing lists so if you think there is better ones do not hesitate to forward. Regards, Benjamin 2015-07-10 14:28 GMT+02:00

cron job: media_tree daily build: OK

2015-07-27 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: Tue Jul 28 04:00:41 CEST 2015 git branch: test git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301 gcc

RE: [Linaro-mm-sig] [PATCH v3 0/2] RFC: Secure Memory Allocation Framework

2015-07-27 Thread Xiaoquan Li
Hi Benjamin, It looks like this framework only allows user space client to talk with trust application, it there a plan to provide kernel side APIs for kernel space client? Please correct me if my understanding is wrong. Thanks Xiaoquan -Original Message- From: Linaro-mm-sig