cron job: media_tree daily build: ERRORS

2016-09-24 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 Sep 25 04:00:19 CEST 2016 git branch: test git hash: e3ea5e94489bc8c711d422dfa311cfa310553a1b gcc versi

[RFC] add DVBv5 statistics support to mn88473

2016-09-24 Thread Martin Blumenstingl
This patch tries to add DVBv5 statistics support to the mn88473 DVB frontend driver. Special thanks to Benjamin Larsson (who has documented the registers in the LinuxTV wiki: [0]) and to a user with the nickname "dongs" in the #linuxtv IRC channel (who provided more details about the MN88473). The

[RFC] media: mn88473: add DVBv5 statistics support

2016-09-24 Thread Martin Blumenstingl
Implement DVBv5 statistics support for DVB-T, DVB-T2 and DVB-C. All information was taken from the LinuxTV wiki, where Benjamin Larsson has documented all registers: https://www.linuxtv.org/wiki/index.php/Panasonic_MN88472 Signed-off-by: Martin Blumenstingl --- drivers/media/dvb-frontends/mn8847

em28xx: usb video grabber

2016-09-24 Thread Håkan Lennestål
To whom it may concern. USB video grabber, Deltaco TV-57, composite and s-video inputs. Seem to work well with card=31 Linux kernel 4.7.4, x86_64 [241296.432375] em28xx: New device USB 2821 Device @ 480 Mbps (eb1a:2821, interface 0, class 0) [241296.432380] em28xx: Video interface 0 found

Re: [PATCH] dma-buf/sw_sync: mark sync_timeline_create() static

2016-09-24 Thread Arnd Bergmann
On Saturday, September 24, 2016 12:33:46 PM CEST Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > drivers/dma-buf/sw_sync.c:87:23: warning: no previous prototype for > 'sync_timeline_create' [-Wmissing-prototypes] > > In fact, this function is only used in the file in which i