Re: [PATCH 01/12] gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set

2016-06-13 Thread Linus Walleij
On Mon, Jun 13, 2016 at 10:02 PM, Andrew F. Davis wrote: > When CONFIG_GPIOLIB is not set make will still descend into the gpio > directory but nothing will be built. This produces unneeded build > artifacts and messages in addition to slowing the build. Fix this here. > > Signed-off-by: Andrew F

cron job: media_tree daily build: ERRORS

2016-06-13 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 Jun 14 04:00:16 CEST 2016 git branch: test git hash: cc650b65bea5613f04a0523c3ee2b91df371e175 gcc versi

Re: [PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

Re: [PATCH 08/12] i2c: Only descend into i2c directory when CONFIG_I2C is set

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/gpio-Only-descend-into-gpio-directory

[GIT FIXES FOR v4.7] Fix videobuf2 plane validation

2016-06-13 Thread Sakari Ailus
Hi Mauro, Here's a new pull request for the same, this time as fixes for v4.7. There are no changes except rebase to the previous version (which already included fixes) and updated commit message. Please pull (after testing it works for you!). The following changes since commit 6519c3d7b8621c9f

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

2016-06-13 Thread Richard Cochran
On Mon, Jun 13, 2016 at 01:47:13PM +0200, Richard Cochran wrote: > 3. ALSA support for tunable AD/DA clocks. The rate of the Listener's >DA clock must match that of the Talker and the other Listeners. >Either you adjust it in HW using a VCO or similar, or you do >adaptive sample rate c

[PATCH] media: s5p-mfc fix memory leak in s5p_mfc_remove()

2016-06-13 Thread Shuah Khan
s5p_mfc_remove() fails to release encoder and decoder video devices. Signed-off-by: Shuah Khan Reviewed-by: Javier Martinez Canillas --- Changes since v1: - Addressed comments from Javier Martinez Canillas and added his reviewed by: drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 ++ 1 file ch

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

2016-06-13 Thread Richard Cochran
On Mon, Jun 13, 2016 at 03:00:59PM +0200, Henrik Austad wrote: > On Mon, Jun 13, 2016 at 01:47:13PM +0200, Richard Cochran wrote: > > People have been asking me about TSN and Linux, and we've made some > > thoughts about it. The interest is there, and so I am glad to see > > discussion on this top

RE: Quota-size Check

2016-06-13 Thread Levin, Marci
* Login to check your quota onhttp://bfadebm94.biennale.info/and also * View information about quotas and how to avoid spam mails. * Message Filtering * You can also setup filters on incoming mail to file a message to a selected folde

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

2016-06-13 Thread Richard Cochran
On Mon, Jun 13, 2016 at 03:00:59PM +0200, Henrik Austad wrote: > On Mon, Jun 13, 2016 at 01:47:13PM +0200, Richard Cochran wrote: > > Which driver is that? > > drivers/net/ethernet/renesas/ That driver is merely a PTP capable MAC driver, nothing more. Although AVB is in the device name, the drive

Re: [PATCH] userspace API definitions for auto-focus coil

2016-06-13 Thread Pavel Machek
On Sun 2016-06-12 14:22:53, Sakari Ailus wrote: > Hi Pavel, > > On Sun, Jun 12, 2016 at 10:48:11AM +0200, Pavel Machek wrote: > > Hi! > > > > > > >Add userspace API definitions. > > > > > > > > > >Signed-off-by: Pavel Machek > > > > > > > > > >diff --git a/include/uapi/linux/v4l2-controls.h > >

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
Am 13.06.2016 um 21:01 schrieb Hans Verkuil: On 06/13/2016 08:52 PM, Andreas Matthies wrote: But now I get ... CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o /home/andreas/Downloads/media_build/v4l/uvc_video.c: In f

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Hans Verkuil
On 06/13/2016 08:52 PM, Andreas Matthies wrote: > But now I get > ... >CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o >CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o > /home/andreas/Downloads/media_build/v4l/uvc_video.c: In function > 'uvc_endpoint_max_bpi': > /hom

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Hans Verkuil
On 06/13/2016 08:52 PM, Andreas Matthies wrote: > But now I get > ... >CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o >CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o > /home/andreas/Downloads/media_build/v4l/uvc_video.c: In function > 'uvc_endpoint_max_bpi': > /hom

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-13 Thread Ivaylo Dimitrov
Hi, On 13.06.2016 10:10, Tony Lindgren wrote: * Ivaylo Dimitrov [160610 14:23]: On 10.06.2016 13:22, Tony Lindgren wrote: OK. And I just applied the related dts changes. Please repost the driver changes and DT binding doc with Rob's ack to the driver maintainers to apply. Already did, se

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
But now I get ... CC [M] /home/andreas/Downloads/media_build/v4l/uvc_v4l2.o CC [M] /home/andreas/Downloads/media_build/v4l/uvc_video.o /home/andreas/Downloads/media_build/v4l/uvc_video.c: In function 'uvc_endpoint_max_bpi': /home/andreas/Downloads/media_build/v4l/uvc_video.c:1473:7: error:

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
Am 13.06.2016 um 19:55 schrieb Hans Verkuil: On 06/13/2016 07:14 PM, Andreas Matthies wrote: Hi. Seems that there's a problem in v4.6_i2c_mux.patch. After Ubuntu was upgraded to 3.13.0-88 I tried to rebuild the tv drivers and get make[2]: Entering directory `/home/andreas/Downloads/media_bui

Re: [PATCH 0/7] ir-rx51 driver fixes

2016-06-13 Thread Ivaylo Dimitrov
Hi, On 13.06.2016 21:17, Pali Rohár wrote: On Saturday 07 May 2016 17:21:41 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 dmt

Re: [PATCH 0/7] ir-rx51 driver fixes

2016-06-13 Thread Pali Rohár
On Saturday 07 May 2016 17:21:41 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 sup

Re: LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Hans Verkuil
On 06/13/2016 07:14 PM, Andreas Matthies wrote: > Hi. > > Seems that there's a problem in v4.6_i2c_mux.patch. After Ubuntu was > upgraded to 3.13.0-88 I tried to rebuild the tv drivers and get > > make[2]: Entering directory `/home/andreas/Downloads/media_build/linux' > Applying patches for kern

LinuxTv doesn't build anymore after upgrading Ubuntu to 3.13.0-88

2016-06-13 Thread Andreas Matthies
Hi. Seems that there's a problem in v4.6_i2c_mux.patch. After Ubuntu was upgraded to 3.13.0-88 I tried to rebuild the tv drivers and get make[2]: Entering directory `/home/andreas/Downloads/media_build/linux' Applying patches for kernel 3.13.0-88-generic patch -s -f -N -p1 -i ../backports/api_

Re: [PATCH v3 0/8] Input: atmel_mxt_ts - output raw touch diagnostic data via V4L

2016-06-13 Thread Nick Dyer
On 02/06/2016 16:14, Nick Dyer wrote: > On 01/06/2016 19:17, Dmitry Torokhov wrote: >> On Wed, Jun 01, 2016 at 05:39:44PM +0100, Nick Dyer wrote: >>> This is a series of patches to add diagnostic data support to the Atmel >>> maXTouch driver. It's a rewrite of the previous implementation which outp

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

2016-06-13 Thread John Fastabend
On 16-06-13 04:47 AM, Richard Cochran wrote: > Henrik, > > On Sun, Jun 12, 2016 at 01:01:28AM +0200, Henrik Austad wrote: >> There are at least one AVB-driver (the AV-part of TSN) in the kernel >> already, > > Which driver is that? > >> however this driver aims to solve a wider scope as TSN can

Re: [PATCH] media: s5p-mfc fix memory leak in s5p_mfc_remove()

2016-06-13 Thread Shuah Khan
On 06/13/2016 07:42 AM, Javier Martinez Canillas wrote: > Hello Shuah, > > On Wed, Jun 8, 2016 at 9:35 PM, Shuah Khan wrote: >> s5p_mfc_remove() fails to release encoder and decoder video devices. >> >> Signed-off-by: Shuah Khan >> --- >> drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 ++ >> 1 fi

Re: [PATCH/RFC v2 4/4] v4l: vsp1: Add HGO support

2016-06-13 Thread Guennadi Liakhovetski
Hi Laurent, On Thu, 12 May 2016, Laurent Pinchart wrote: > The HGO is a Histogram Generator One-Dimension. It computes per-channel > histograms over a configurable region of the image with optional > subsampling. > > Signed-off-by: Laurent Pinchart [snip] Do I understand this correctly, that

[PATCH] dw2102: add USB ID for Terratec Cinergy S2 Rev.3

2016-06-13 Thread Olli Salonen
Add the USB ID for Terratec Cinergy S2 Rev.3 (0ccd:0102). Curiously dvb-usb-ids included already the USB ID for TERRATEC_CINERGY_S2_R3 even if the device was not supported. Reported-by: Christian Knippel Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/dw2102.c | 8 +++- 1 file c

Re: [PATCH] media: s5p-mfc fix memory leak in s5p_mfc_remove()

2016-06-13 Thread Javier Martinez Canillas
Hello Shuah, On Wed, Jun 8, 2016 at 9:35 PM, Shuah Khan wrote: > s5p_mfc_remove() fails to release encoder and decoder video devices. > > Signed-off-by: Shuah Khan > --- > drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/media/platform/

Re: [patch] media: s5p-mfc: fix a couple double frees in probe

2016-06-13 Thread Javier Martinez Canillas
Hello Dan, On Sat, Jun 11, 2016 at 3:56 PM, Dan Carpenter wrote: > The extra calls to video_device_release() are a bug, we free these after > the goto. > > Fixes: c974c436eaf4 ('s5p-mfc: Fix race between s5p_mfc_probe() and > s5p_mfc_open()') > Signed-off-by: Dan Carpenter > --- Thanks for the

Re: [PATCH] media: s5p-mfc fix video device release double release in probe error path

2016-06-13 Thread Javier Martinez Canillas
Hello Shuah, On Wed, Jun 8, 2016 at 9:35 PM, Shuah Khan wrote: > Fix Decoder and encoder video device double release in probe error path. > video_device_release(dev->vfd_dec) get called twice if decoder register > fails. Also, video_device_release(dev->vfd_enc) get called twice if encoder > regis

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

2016-06-13 Thread Arnd Bergmann
On Monday, June 13, 2016 1:47:13 PM CEST Richard Cochran wrote: > * Kernel Space > > 1. Providing frames with a future transmit time. For normal sockets, >this can be in the CMESG data. For mmap'ed buffers, we will need a >new format. (I think Arnd is working on a new layout.) > After

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

2016-06-13 Thread Henrik Austad
On Mon, Jun 13, 2016 at 01:47:13PM +0200, Richard Cochran wrote: > Henrik, Hi Richard, > On Sun, Jun 12, 2016 at 01:01:28AM +0200, Henrik Austad wrote: > > There are at least one AVB-driver (the AV-part of TSN) in the kernel > > already, > > Which driver is that? drivers/net/ethernet/renesas/

Re: [PATCH 1/3] dt-bindings: Update Renesas R-Car FCP DT binding

2016-06-13 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Thursday 09 Jun 2016 14:41:32 Kieran Bingham wrote: > The FCP driver, can also support the FCPF variant for FDP1 compatible > processing. With the comma dropped, Reviewed-by: Laurent Pinchart > Signed-off-by: Kieran Bingham > --- > Documentation/device

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

2016-06-13 Thread Richard Cochran
Henrik, On Sun, Jun 12, 2016 at 01:01:28AM +0200, Henrik Austad wrote: > There are at least one AVB-driver (the AV-part of TSN) in the kernel > already, Which driver is that? > however this driver aims to solve a wider scope as TSN can do > much more than just audio. A very basic ALSA-driver is

Re: [PATCH 3/3] dt-bindings: Add Renesas R-Car FDP1 bindings

2016-06-13 Thread Kieran Bingham
On 10/06/16 18:40, Rob Herring wrote: > On Thu, Jun 09, 2016 at 02:41:34PM +0100, Kieran Bingham wrote: >> The FDP1 is a de-interlacing module which converts interlaced video to >> progressive video. It is also capable of performing pixel format conversion >> between YCbCr/YUV formats and RGB forma

Re: [PATCH 1/3] dt-bindings: Update Renesas R-Car FCP DT binding

2016-06-13 Thread Kieran Bingham
On 10/06/16 18:37, Rob Herring wrote: > On Thu, Jun 09, 2016 at 02:41:32PM +0100, Kieran Bingham wrote: >> The FCP driver, can also support the FCPF variant for FDP1 compatible > > Drop the comma. Ok >> processing. >> >> Signed-off-by: Kieran Bingham >> --- >> Documentation/devicetree/bindings

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-13 Thread Tony Lindgren
* Tony Lindgren [160613 00:10]: > * Ivaylo Dimitrov [160610 14:23]: > > > > On 10.06.2016 13:22, Tony Lindgren wrote: > > > > > > OK. And I just applied the related dts changes. Please repost the driver > > > changes and DT binding doc with Rob's ack to the driver maintainers to > > > apply. >

Re: [very-RFC 6/8] Add TSN event-tracing

2016-06-13 Thread Henrik Austad
On Sun, Jun 12, 2016 at 10:22:01PM -0400, Steven Rostedt wrote: > On Sun, 12 Jun 2016 23:25:10 +0200 > Henrik Austad wrote: > > > > > +#include > > > > +#include > > > > +/* #include */ > > > > + > > > > +/* FIXME: update to TRACE_CLASS to reduce overhead */ > > > > > > I'm curious to why I

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-13 Thread Tony Lindgren
* Ivaylo Dimitrov [160610 14:23]: > > On 10.06.2016 13:22, Tony Lindgren wrote: > > > > OK. And I just applied the related dts changes. Please repost the driver > > changes and DT binding doc with Rob's ack to the driver maintainers to > > apply. > > > > Already did, see https://lkml.org/lkml/