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 Looijma
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 versi
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 [mailto:
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 be
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-dup
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
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-dup
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, DM
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
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
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 3 +++
drivers/media/usb/uvc/u
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
sof
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,
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.
...
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 2505e
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
---
drivers/media/tuners/mt2060.c | 21 +
drivers/media/tuners/mt2060.h | 3 +++
drivers/media/tuners/mt2060_priv.h | 1
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
Add proper i2c driver model bindings.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/mt2060.c | 83 ++
drivers/media/tuners/mt2060.h | 20 +
drivers/media/tuners/mt2060_priv.h | 2 +
3 files changed, 105 insertions(+)
diff --git a/
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
---
drivers/media/
DVB USB interface driver for ZyDAS ZD1301 chip.
Signed-off-by: Antti Palosaari
---
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: git git://lin
DVB-T demodulator driver for ZyDAS ZD1301 chip.
Signed-off-by: Antti Palosaari
---
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: zd1211-d...@l
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
---
drivers/media/dvb-core/dvb-usb-ids.h | 1 +
drivers/media/usb/dvb-usb-v2/Kconfig | 8 +
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
> > +++ b/driver
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 Ben
23 matches
Mail list logo