[PATCH 1/9] media: rc: nuvoton: remove interrupt handling for wakeup

2016-06-23 Thread Heiner Kallweit
There is a rudimentary ISR for handling interrupts generated by the wakeup part of the chip. Interrupts however have never been enabled in the wakeup part. Also, now that we can set the wakeup sequence via sysfs, there's in general no need to enable interrupts in the wakeup part. Signed-off-by:

[PATCH 6/9] media: rc: nuvoton: remove study states

2016-06-23 Thread Heiner Kallweit
Study states have never been used and are not needed. Remove them. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 11 +-- drivers/media/rc/nuvoton-cir.h | 13 - 2 files changed, 1 insertion(+), 23 deletions(-) diff --git

[PATCH 7/9] media: rc: nuvoton: simplify interrupt handling code

2016-06-23 Thread Heiner Kallweit
Simplify interupt handling code. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c index 5ce0238..180f589 100644 ---

[PATCH 3/9] media: rc: nuvoton: remove wake states

2016-06-23 Thread Heiner Kallweit
Wake states have never been in use and now that we can set the wakeup sequence via sysfs there's in general no need for them. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 1 - drivers/media/rc/nuvoton-cir.h | 7 --- 2 files changed, 8

[PATCH 2/9] media: rc: nuvoton: clean up initialization of wakeup registers

2016-06-23 Thread Heiner Kallweit
The registers defining wakeup sequence handling are set when the wakeup sequence is set via sysfs. There's no need to initialize them otherwise. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 25 +++-- 1 file changed, 3

[PATCH 9/9] media: rc: nuvoton: remove two unused elements in struct nvt_dev

2016-06-23 Thread Heiner Kallweit
These two fields are not used and can be removed. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h index 65324ef..acf735f 100644 ---

[PATCH 0/9] media: rc: nuvoton: several clean-ups / removal of dead code

2016-06-23 Thread Heiner Kallweit
This patch set for the nuvoton-cir driver includes several clean-ups and removes dead code. Heiner Kallweit (9): media: rc: nuvoton: remove interrupt handling for wakeup media: rc: nuvoton: clean up initialization of wakeup registers media: rc: nuvoton: remove wake states media: rc:

[PATCH 8/9] media: rc: nuvoton: remove unneeded check in nvt_get_rx_ir_data

2016-06-23 Thread Heiner Kallweit
If the logical device is disabled then it can not generate interrupts. Therefore this check is not needed. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.c

[PATCH 5/9] media: rc: nuvoton: remove unneeded code in nvt_process_rx_ir_data

2016-06-23 Thread Heiner Kallweit
The definition of rawir includes the initialization already. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c index 1d99f10..9d9717d 100644

[PATCH 4/9] media: rc: nuvoton: simplify a few functions

2016-06-23 Thread Heiner Kallweit
Simplify a few functions. Signed-off-by: Heiner Kallweit --- drivers/media/rc/nuvoton-cir.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c index c405c83..1d99f10 100644

Who wants 'Open Hardware' _truly_ universal USB DTV receiver ?

2016-06-23 Thread Abylay Ospan
Hello Everybody, I'm developing truly universal USB DTV receiver with CI-slot. And I'v decided to make it Open Hardware, but I need your help :) Please, donate $1-20 or pre-order for $70 on my indiegogo campaign located here: https://igg.me/at/jokertv/x I'v decided to make following things: *

cron job: media_tree daily build: OK

2016-06-23 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: Fri Jun 24 04:00:17 CEST 2016 git branch: test git hash: 59f0bc11848f8f3242bc1fefae670e745929cd7b gcc

Re: [PATCH v5 1/9] [media] v4l2-core: Add support for touch devices

2016-06-23 Thread Dmitry Torokhov
On Wed, Jun 22, 2016 at 11:08:25PM +0100, Nick Dyer wrote: > Some touch controllers send out touch data in a similar way to a > greyscale frame grabber. > > Use a new device prefix v4l-touch for these devices, to stop generic > capture software from treating them as webcams. > > Add formats: > -

Re: [RESEND PATCH v2 0/5] ir-rx51 driver fixes

2016-06-23 Thread Pali Rohár
On Wednesday 22 June 2016 21:22:16 Ivaylo Dimitrov wrote: > ir-rx51 is a driver for Nokia N900 IR transmitter. The current series > fixes the remaining problems in the driver: > > - replace GP timer 9 with PWM framework usage > - replace pulse width timer dmtimer usage with hrtimer > - add DT

Re: [RESEND PATCH v2 1/5] ir-rx51: Fix build after multiarch changes broke it

2016-06-23 Thread Pali Rohár
On Wednesday 22 June 2016 21:22:17 Ivaylo Dimitrov wrote: > The ir-rx51 driver for n900 has been disabled since the multiarch > changes as plat include directory no longer is SoC specific. > > Let's fix it with minimal changes to pass the dmtimer calls in > pdata. Then the following changes can

Re: [PATCH v5 8/9] Input: synaptics-rmi4 - add support for F54 diagnostics

2016-06-23 Thread Dmitry Torokhov
Hi Nick, On Wed, Jun 22, 2016 at 11:08:32PM +0100, Nick Dyer wrote: > Function 54 implements access to various RMI4 diagnostic features. > > This patch adds support for retrieving this data. It registers a V4L2 > device to output the data to user space. > > Signed-off-by: Nick Dyer

Re: [alsa-devel] [very-RFC 0/8] TSN driver for the kernel

2016-06-23 Thread Richard Cochran
On Thu, Jun 23, 2016 at 12:38:48PM +0200, Henrik Austad wrote: > Richard: is it fair to assume that if ptp4l is running and is part of a PTP > domain, ktime_get() will return PTP-adjusted time for the system? No. > Or do I also need to run phc2sys in order to sync the system-time > to PTP-time?

Re: [alsa-devel] [very-RFC 0/8] TSN driver for the kernel

2016-06-23 Thread Henrik Austad
On Tue, Jun 21, 2016 at 10:45:18AM -0700, Pierre-Louis Bossart wrote: > On 6/20/16 5:18 AM, Richard Cochran wrote: > >On Mon, Jun 20, 2016 at 01:08:27PM +0200, Pierre-Louis Bossart wrote: > >>The ALSA API provides support for 'audio' timestamps (playback/capture rate > >>defined by audio

Re: [RESEND PATCH v2 2/5] pwm: omap-dmtimer: Allow for setting dmtimer clock source

2016-06-23 Thread Thierry Reding
On Wed, Jun 22, 2016 at 10:22:18PM +0300, Ivaylo Dimitrov wrote: > OMAP GP timers can have different input clocks that allow different PWM > frequencies. However, there is no other way of setting the clock source but > through clocks or clock-names properties of the timer itself. This limits > PWM

Re: dvb usb stick Hauppauge WinTV-soloHD

2016-06-23 Thread Thomas Stein
Am 22.06.16 um 21:25 schrieb Olli Salonen: > Hi Thomas, Hi Olli. > I made some more investigation and figured out that you have a DVB-T2 > mux at 642 MHz in Berlin, and can also see that your w_scan actually > locks on that DVB-T2 mux as you wrote. Sorry, I did not read properly > what you were

Re: [PATCH v5 9/9] Input: sur40 - use new V4L2 touch input type

2016-06-23 Thread Florian Echtler
On 23.06.2016 00:08, Nick Dyer wrote: > diff --git a/drivers/input/touchscreen/sur40.c > b/drivers/input/touchscreen/sur40.c > index 880c40b..841e045 100644 > --- a/drivers/input/touchscreen/sur40.c > +++ b/drivers/input/touchscreen/sur40.c > @@ -599,7 +599,7 @@ static int sur40_probe(struct