Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread VDR User
>>> Sorry, forgot to add one file to the patch. >>> >>> The right fix is this one. >> >> This patch seems to fix the unload crash but unfortunately now all I >> get is "frontend 0/0 timed out while tuning". > > Forgot to mention that I didn't see the gp8psk-fe entry in menuconfig > customize fronte

cron job: media_tree daily build: ERRORS

2016-11-11 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: Sat Nov 12 05:00:22 CET 2016 media-tree git hash:bd676c0c04ec94bd830b9192e2c33f2c4532278d media_build git

Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread VDR User
>> Sorry, forgot to add one file to the patch. >> >> The right fix is this one. > > This patch seems to fix the unload crash but unfortunately now all I > get is "frontend 0/0 timed out while tuning". Forgot to mention that I didn't see the gp8psk-fe entry in menuconfig customize frontends even th

Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread VDR User
> Sorry, forgot to add one file to the patch. > > The right fix is this one. This patch seems to fix the unload crash but unfortunately now all I get is "frontend 0/0 timed out while tuning". > [PATCH v2] [media] gp8psk: Fix DVB frontend attach > > The DVB binding schema at the DVB core assumes

[PATCH] vivid: fix HDMI VSDB block in the EDID

2016-11-11 Thread Hans Verkuil
The maximum 'Max TMDS Rate' in the HDMI VSDB block is 340 MHz, not 600. Higher rates are advertised in the HDMI Forum VSDB block. So lower the Max TMDS rate in the HDMI VSDB block that the vivid driver uses to 300 MHz, which is typical of most HDMI 1.4b devices. Signed-off-by: Hans Verkuil --- d

[PATCH v3 1/2] [media] serial_ir: port lirc_serial to rc-core

2016-11-11 Thread Sean Young
Tested with a homebrew serial ir. Remove last remmants of the nslu2 which could not be enabled. Signed-off-by: Sean Young --- MAINTAINERS |6 + drivers/media/rc/Kconfig | 17 + drivers/media/rc/Makefile|1 + drivers/media/rc/

[PATCH v3 2/2] [media] serial_ir: use precision ktime rather than guessing

2016-11-11 Thread Sean Young
This makes transmission more reliable and the code much cleaner. Signed-off-by: Sean Young --- drivers/media/rc/serial_ir.c | 264 ++- 1 file changed, 59 insertions(+), 205 deletions(-) diff --git a/drivers/media/rc/serial_ir.c b/drivers/media/rc/serial_i

Re: [PATCH v3 3/9] media: venus: adding core part and helper functions

2016-11-11 Thread Stephen Boyd
On 11/11, Stanimir Varbanov wrote: > On 11/10/2016 11:43 PM, Stephen Boyd wrote: > > > > Should this be ret |= ? Only the last time through the loop will > > there be an error. Or perhaps we should be bailing out early from > > this loop? > > I think that even if unset_buffers fail we need to fre

Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread Mauro Carvalho Chehab
Em Fri, 11 Nov 2016 19:53:53 -0200 Mauro Carvalho Chehab escreveu: > Em Fri, 11 Nov 2016 07:33:59 -0800 > VDR User escreveu: > > > > Hmm... dvb_attach() assumes that the symbol is exported. Please try > > > this patch. If it fixes the bug, I'll likely do something else, to > > > avoid the need

Re: [PATCH] [media] uvcvideo: add support for Oculus Rift Sensor

2016-11-11 Thread Philipp Zabel
Hi Laurent, On Fri, Nov 11, 2016 at 3:06 AM, Laurent Pinchart wrote: > Hi Philipp, > > Thank you for the patch. [...] > Acked-by: Laurent Pinchart > > and applied to my tree, after fixing the conflict (see below). Thank you, sorry for the inconvenience. I got excited to share this patch with Th

Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread Mauro Carvalho Chehab
Em Fri, 11 Nov 2016 07:33:59 -0800 VDR User escreveu: > > Hmm... dvb_attach() assumes that the symbol is exported. Please try > > this patch. If it fixes the bug, I'll likely do something else, to > > avoid the need of EXPORT_SYMBOL. > > > > > > [PATCH] [media] gp8psk: Fix DVB frontend attach > >

Re: [PATCH 1/1] media: entity: Add media_entity_has_route() function

2016-11-11 Thread Niklas Söderlund
Hi Sakari, Thanks, I will use this one in my next iteration of the VIN patches. On 2016-11-08 14:54:28 +0200, Sakari Ailus wrote: > From: Laurent Pinchart > > This is a wrapper around the media entity has_route operation. > > Signed-off-by: Laurent Pinchart > Signed-off-by: Michal Simek > Si

Re: [PATCH v2 00/11] getting back -Wmaybe-uninitialized

2016-11-11 Thread Arnd Bergmann
On Friday, November 11, 2016 9:13:00 AM CET Linus Torvalds wrote: > On Thu, Nov 10, 2016 at 8:44 AM, Arnd Bergmann wrote: > > > > Please merge these directly if you are happy with the result. > > I will take this. Thanks a lot! > I do see two warnings, but they both seem to be valid and recent

Re: [RFC PATCH 0/6] media: davinci: VPIF: add DT support

2016-11-11 Thread Kevin Hilman
Hans Verkuil writes: > Hi Kevin, > > On 10/26/2016 01:55 AM, Kevin Hilman wrote: >> This series attempts to add DT support to the davinci VPIF capture >> driver. >> >> I'm not sure I've completely grasped the proper use of the ports and >> endpoints stuff, so this RFC is primarily to get input o

Re: [PATCH v2 00/11] getting back -Wmaybe-uninitialized

2016-11-11 Thread Linus Torvalds
On Thu, Nov 10, 2016 at 8:44 AM, Arnd Bergmann wrote: > > Please merge these directly if you are happy with the result. I will take this. I do see two warnings, but they both seem to be valid and recent, though, so I have no issues with the spurious cases. Warning #1: sound/soc/qcom/lpass-pl

Re: [v4.9-rc4] dvb-usb/cinergyT2 NULL pointer dereference

2016-11-11 Thread Jörg Otte
2016-11-11 14:55 GMT+01:00 Mauro Carvalho Chehab : > Em Thu, 10 Nov 2016 12:15:39 +0100 > Jörg Otte escreveu: > >> 2016-11-10 9:40 GMT+01:00 Mauro Carvalho Chehab : >> > Em Wed, 9 Nov 2016 11:07:35 -0800 >> > Linus Torvalds escreveu: >> > >> >> On Wed, Nov 9, 2016 at 3:09 AM, Jörg Otte wrote: >>

Re: [RFC PATCH v2 1/2] [media] tvp5150: Add input connectors DT bindings

2016-11-11 Thread Javier Martinez Canillas
[adding Kevin as cc since he was interested in this feature as well] Hello Hans, On 11/11/2016 01:11 PM, Hans Verkuil wrote: > This old mail came up in a discussion today so let me comment on this: > Thanks a lot for the feedback. > On 04/27/2016 09:12 PM, Javier Martinez Canillas wrote: >> He

Re: [PATCH v3 3/9] media: venus: adding core part and helper functions

2016-11-11 Thread Stanimir Varbanov
Hi Stephen, Thanks for the comments! On 11/10/2016 11:43 PM, Stephen Boyd wrote: > On 11/07, Stanimir Varbanov wrote: >> diff --git a/drivers/media/platform/qcom/venus/core.c >> b/drivers/media/platform/qcom/venus/core.c >> new file mode 100644 >> index ..7b14b1f12e20 >> --- /dev/nul

Re: [RFC PATCH v2 1/2] [media] tvp5150: Add input connectors DT bindings

2016-11-11 Thread Hans Verkuil
This old mail came up in a discussion today so let me comment on this: On 04/27/2016 09:12 PM, Javier Martinez Canillas wrote: > Hello Laurent, > > Thanks a lot for your feedback. > > On 04/27/2016 10:29 AM, Laurent Pinchart wrote: >> Hi Javier, >> >> Thank you for the patch. >> >> On Tuesday 12

Re: [RFC PATCH 6/6] [media] davinci: vpif_capture: get subdevs from DT

2016-11-11 Thread Javier Martinez Canillas
On Fri, Nov 11, 2016 at 12:50 PM, Javier Martinez Canillas wrote: [snip] > So if you can comment on this and see if the DT bindings fits your, > would be very useful. > Sorry, I wanted to write "if the DT bindings fits your needs, it would be very useful". Best regards, Javier -- To unsubscrib

Re: [RFC PATCH 6/6] [media] davinci: vpif_capture: get subdevs from DT

2016-11-11 Thread Javier Martinez Canillas
Hello, On Fri, Nov 11, 2016 at 12:36 PM, Hans Verkuil wrote: > On 10/26/2016 01:55 AM, Kevin Hilman wrote: >> First pass at getting subdevs from DT ports and endpoints. >> >> The _get_pdata() function was larely inspired by (i.e. stolen from) >> am437x-vpfe.c >> >> Questions: >> - Legacy board fi

[GIT PULL FOR v4.10 v3] cec: fix remaining issues and move it from staging to drivers/media

2016-11-11 Thread Hans Verkuil
This resolves the remaining issues and get it out of staging. See the cover letter for more info: https://www.mail-archive.com/linux-media@vger.kernel.org/msg104311.html One additional patch added in v3: cec: zero counters in cec_received_msg() Three additional patches are added in v2:

Re: [RFC PATCH 0/6] media: davinci: VPIF: add DT support

2016-11-11 Thread Hans Verkuil
Hi Kevin, On 10/26/2016 01:55 AM, Kevin Hilman wrote: > This series attempts to add DT support to the davinci VPIF capture > driver. > > I'm not sure I've completely grasped the proper use of the ports and > endpoints stuff, so this RFC is primarily to get input on whether I'm > on the right trac

Re: [RFC PATCH 6/6] [media] davinci: vpif_capture: get subdevs from DT

2016-11-11 Thread Hans Verkuil
On 10/26/2016 01:55 AM, Kevin Hilman wrote: > First pass at getting subdevs from DT ports and endpoints. > > The _get_pdata() function was larely inspired by (i.e. stolen from) > am437x-vpfe.c > > Questions: > - Legacy board file passes subdev input & output routes via pdata > (e.g. tvp514x svi

Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread VDR User
> Hmm... dvb_attach() assumes that the symbol is exported. Please try > this patch. If it fixes the bug, I'll likely do something else, to > avoid the need of EXPORT_SYMBOL. > > > [PATCH] [media] gp8psk: Fix DVB frontend attach > > it should be calling module_get() at attach, as otherwise > module_

[GIT PULL FOR v4.10] Various fixes.

2016-11-11 Thread Hans Verkuil
The following changes since commit bd676c0c04ec94bd830b9192e2c33f2c4532278d: [media] v4l2-flash-led-class: remove a now unused var (2016-10-24 18:51:29 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.10c for you to fetch changes up to 497f3f8

Re: [PATCH v5 2/3] vcodec: mediatek: Add Mediatek JPEG Decoder Driver

2016-11-11 Thread Hans Verkuil
A quick review: On 11/08/2016 07:34 AM, Rick Chang wrote: > Add v4l2 driver for Mediatek JPEG Decoder > > Signed-off-by: Rick Chang > Signed-off-by: Minghsiu Tsai > --- > drivers/media/platform/Kconfig | 15 + > drivers/media/platform/Makefile |2 + > d

Re: [RFC] [media] Add Synopsys Designware HDMI RX PHY e405 driver

2016-11-11 Thread Hans Verkuil
Hi Jose, On 11/09/2016 06:43 PM, Jose Abreu wrote: > Hi All, > > This is a RFC patch for Synopsys Designware HDMI RX PHY e405. > This phy receives and decodes HDMI video that is delivered to > a controller. The controller bit is not yet ready for submission > but we are planning to submit it as s

Re: [PATCH v2 2/2] serial_ir: use precision ktime rather than guessing

2016-11-11 Thread Sean Young
e system] > > url: > https://github.com/0day-ci/linux/commits/Sean-Young/serial_ir-port-lirc_serial-to-rc-core/2016-033554 > base: git://linuxtv.org/media_tree.git master > config: m68k-allmodconfig (attached as .config) > compiler: m68k-linux-gcc (GCC) 4.9.0 > reproduce: >

Re: [RFC 5/5] doc_rst: media: New SDR formats SC16, SC18 & SC20

2016-11-11 Thread Hans Verkuil
On 11/11/2016 02:57 PM, Laurent Pinchart wrote: > Hi Hans, > > On Friday 11 Nov 2016 14:53:58 Hans Verkuil wrote: >> On 11/10/2016 09:08 AM, Laurent Pinchart wrote: >>> Antti, Hans, ping ? Please see below. >>> >>> On Friday 04 Nov 2016 09:23:29 Ramesh Shanmugasundaram wrote: > On 11/02/2016 1

Re: [PATCH 2/5] media: i2c: max2175: Add MAX2175 support

2016-11-11 Thread Hans Verkuil
On 11/11/2016 02:48 PM, Laurent Pinchart wrote: > Hi Hans, > > On Friday 11 Nov 2016 14:21:22 Hans Verkuil wrote: >> On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: >>> This patch adds driver support for MAX2175 chip. This is Maxim >>> Integrated's RF to Bits tuner front end chip designed f

Re: [RFC 5/5] doc_rst: media: New SDR formats SC16, SC18 & SC20

2016-11-11 Thread Laurent Pinchart
Hi Hans, On Friday 11 Nov 2016 14:53:58 Hans Verkuil wrote: > On 11/10/2016 09:08 AM, Laurent Pinchart wrote: > > Antti, Hans, ping ? Please see below. > > > > On Friday 04 Nov 2016 09:23:29 Ramesh Shanmugasundaram wrote: > >>> On 11/02/2016 10:58 PM, Laurent Pinchart wrote: > On Wednesday 0

Re: [v4.9-rc4] dvb-usb/cinergyT2 NULL pointer dereference

2016-11-11 Thread Mauro Carvalho Chehab
Em Thu, 10 Nov 2016 12:15:39 +0100 Jörg Otte escreveu: > 2016-11-10 9:40 GMT+01:00 Mauro Carvalho Chehab : > > Em Wed, 9 Nov 2016 11:07:35 -0800 > > Linus Torvalds escreveu: > > > >> On Wed, Nov 9, 2016 at 3:09 AM, Jörg Otte wrote: > >> > > >> > Tried patch with no success. Again a NULL ptr der

Re: [RFC 5/5] doc_rst: media: New SDR formats SC16, SC18 & SC20

2016-11-11 Thread Hans Verkuil
On 11/10/2016 09:08 AM, Laurent Pinchart wrote: > Antti, Hans, ping ? Please see below. > > On Friday 04 Nov 2016 09:23:29 Ramesh Shanmugasundaram wrote: >>> On 11/02/2016 10:58 PM, Laurent Pinchart wrote: On Wednesday 02 Nov 2016 09:00:00 Ramesh Shanmugasundaram wrote: >>> On Wednesday 1

Re: [PATCH 3/5] media: Add new SDR formats SC16, SC18 & SC20

2016-11-11 Thread Laurent Pinchart
Hi Hans, On Friday 11 Nov 2016 14:24:41 Hans Verkuil wrote: > On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: > > This patch adds support for the three new SDR formats. These formats > > were prefixed with "sliced" indicating I data constitutes the top half and > > Q data constitutes the bo

Re: [PATCH 2/5] media: i2c: max2175: Add MAX2175 support

2016-11-11 Thread Laurent Pinchart
Hi Hans, On Friday 11 Nov 2016 14:21:22 Hans Verkuil wrote: > On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: > > This patch adds driver support for MAX2175 chip. This is Maxim > > Integrated's RF to Bits tuner front end chip designed for software-defined > > radio solutions. This driver ex

Re: [PATCH 3/5] media: Add new SDR formats SC16, SC18 & SC20

2016-11-11 Thread Laurent Pinchart
Hi Hans, On Friday 11 Nov 2016 14:24:41 Hans Verkuil wrote: > On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: > > This patch adds support for the three new SDR formats. These formats > > were prefixed with "sliced" indicating I data constitutes the top half and > > Q data constitutes the bo

[PATCH -next] [media] atmel-isc: fix error return code in atmel_isc_probe()

2016-11-11 Thread Wei Yongjun
From: Wei Yongjun Fix to return error code -ENODEV from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/platform/atmel/atmel-isc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/atmel/atmel-isc.c

Re: [PATCH 5/5] media: platform: rcar_drif: Add DRIF support

2016-11-11 Thread Hans Verkuil
On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: > This patch adds Digital Radio Interface (DRIF) support to R-Car Gen3 SoCs. > The driver exposes each instance of DRIF as a V4L2 SDR device. A DRIF > device represents a channel and each channel can have one or two > sub-channels respectively

Re: [PATCH 3/5] media: Add new SDR formats SC16, SC18 & SC20

2016-11-11 Thread Hans Verkuil
On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: > This patch adds support for the three new SDR formats. These formats > were prefixed with "sliced" indicating I data constitutes the top half and > Q data constitutes the bottom half of the received buffer. The standard terminology for video

Re: [PATCH 2/5] media: i2c: max2175: Add MAX2175 support

2016-11-11 Thread Hans Verkuil
Hi Ramesh, A quick review: On 11/09/2016 04:44 PM, Ramesh Shanmugasundaram wrote: > This patch adds driver support for MAX2175 chip. This is Maxim > Integrated's RF to Bits tuner front end chip designed for software-defined > radio solutions. This driver exposes the tuner as a sub-device instance

Re: Question about 2 gp8psk patches I noticed, and possible bug.

2016-11-11 Thread Mauro Carvalho Chehab
Em Thu, 10 Nov 2016 07:01:44 -0800 VDR User escreveu: > > commit 0c979a12309af49894bb1dc60e747c3cd53fa888 > > Author: Mauro Carvalho Chehab > > Date: Wed Nov 9 15:33:17 2016 -0200 > > > > [media] gp8psk: Fix DVB frontend attach > > > > it should be calling module_get() at attach, as ot

Re: [PATCH v5] media: et8ek8: add device tree binding documentation

2016-11-11 Thread Pavel Machek
On Mon 2016-11-07 11:46:48, Pavel Machek wrote: > Add device tree binding documentation for toshiba et8ek8 sensor. > > Signed-off-by: Ivaylo Dimitrov > Signed-off-by: Pavel Machek Rob, can we get an ack here? Thanks, Pavel > diff --git a

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2016-11-11 Thread Andrew-CT Chen
Hi linux-firmware maintainers, The following changes since commit a179db97914da5e650c21ba8f9b0bae04a0f8a41: amdgpu: update SMC firmware for VI parts (2016-10-05 10:30:11 -0700) are available in the git repository at: https://github.com/andrewct-chen/linux_fw_vpu_v1.0.3.git v1.0.3 for you t

Re: [PATCH v3 0/9] Qualcomm video decoder/encoder driver

2016-11-11 Thread Javier Martinez Canillas
Hello Hans, On Fri, Nov 11, 2016 at 8:49 AM, Hans Verkuil wrote: > Hi Stanimir, > > Overall it looks good. As you saw, I do have some comments but nothing major. > > One question: you use qcom as the directory name. How about using qualcomm? > > It's really not that much longer and a bit more obv

Re: [PATCH v3 0/9] Qualcomm video decoder/encoder driver

2016-11-11 Thread Hans Verkuil
Hi Stanimir, Overall it looks good. As you saw, I do have some comments but nothing major. One question: you use qcom as the directory name. How about using qualcomm? It's really not that much longer and a bit more obvious. Up to you, though. Regards, Hans On 11/07/2016 06:33 PM, Sta

Re: [PATCH 2/5] media: i2c: max2175: Add MAX2175 support

2016-11-11 Thread Laurent Pinchart
Hi Antti, On Friday 11 Nov 2016 09:16:04 Antti Palosaari wrote: > Hello > > On 11/09/2016 05:44 PM, Ramesh Shanmugasundaram wrote: > > +static int max2175_set_lo_freq(struct max2175 *ctx, u64 lo_freq) > > +{ > > + u64 scaled_lo_freq, scaled_npf, scaled_integer, scaled_fraction; > > + u32 frac

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-11 Thread Markus Heiser
Am 11.11.2016 um 12:22 schrieb Jani Nikula : > On Thu, 10 Nov 2016, Jani Nikula wrote: >> On Thu, 10 Nov 2016, Markus Heiser wrote: >>> Could this POC persuade you, if so, I send a more elaborate RFC, >>> what do you think about? >> >> Sorry, I do not wish to be part of this. > > That was unc

Re: [PATCH v3 5/9] media: venus: venc: add video encoder files

2016-11-11 Thread Hans Verkuil
The comments I made before about start_streaming and the use of struct venus_ctrl apply here as well and I won't repeat them. On 11/07/2016 06:33 PM, Stanimir Varbanov wrote: > This adds encoder part of the driver plus encoder controls. > > Signed-off-by: Stanimir Varbanov > --- > drivers/medi

Re: [PATCH v3 4/9] media: venus: vdec: add video decoder files

2016-11-11 Thread Hans Verkuil
I made some comments about start_streaming in my review of patch 3/9, so I am not going to repeat that here. On 11/07/2016 06:33 PM, Stanimir Varbanov wrote: > This consists of video decoder implementation plus decoder > controls. > > Signed-off-by: Stanimir Varbanov > --- > drivers/media/platf

Re: [PATCH v3 3/9] media: venus: adding core part and helper functions

2016-11-11 Thread Hans Verkuil
Hi Stanimir, Some comments: On 11/07/2016 06:33 PM, Stanimir Varbanov wrote: > * core.c has implemented the platform dirver methods, file > operations and v4l2 registration. > > * helpers.c has implemented common helper functions for: >- buffer management > >- vb2_ops and functions fo

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-11 Thread Jani Nikula
On Thu, 10 Nov 2016, Jani Nikula wrote: > On Thu, 10 Nov 2016, Markus Heiser wrote: >> Could this POC persuade you, if so, I send a more elaborate RFC, >> what do you think about? > > Sorry, I do not wish to be part of this. That was uncalled for, apologies. Like I said, I don't think this is t

Re: [PATCH] [media] mtk-mdp: allocate video_device dynamically

2016-11-11 Thread Hans Verkuil
Almost correct: On 11/07/2016 01:42 PM, Minghsiu Tsai wrote: > It can fix known problems with embedded video_device structs. > > Signed-off-by: Minghsiu Tsai > --- > drivers/media/platform/mtk-mdp/mtk_mdp_core.h | 2 +- > drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c | 33 > --

[PATCH] cobalt: fix copy-and-paste error

2016-11-11 Thread Hans Verkuil
The vmr_stat variable was filled with the contents of the control register, not the status register. Classic copy-and-paste error. Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/pci/cobalt/cobalt-v4l2.c b/drivers/media/pci/cobalt/cobalt-v4l2.c index 5c76637..f900f9f 100644 --- a/driv

[PATCH] v4l: vsp1: Prevent commencing pipelines before they are setup

2016-11-11 Thread Kieran Bingham
With multiple inputs through the BRU it is feasible for the streams to race each other at stream-on. In the case of the video pipelines, this can present two serious issues. 1) A null-dereference if the pipe->dl is committed at the same time as the vsp1_video_setup_pipeline() is processing

Re: [PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM

2016-11-11 Thread Ulf Hansson
On 11 November 2016 at 10:47, Ulf Hansson wrote: > On 10 November 2016 at 04:44, kbuild test robot wrote: >> Hi Ulf, >> >> [auto build test ERROR on linuxtv-media/master] >> [also build test ERROR on v4.9-rc4 next-20161109] >> [if your patch is applied to the wrong git tree, please drop us a note

Re: [PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM

2016-11-11 Thread Ulf Hansson
On 10 November 2016 at 04:44, kbuild test robot wrote: > Hi Ulf, > > [auto build test ERROR on linuxtv-media/master] > [also build test ERROR on v4.9-rc4 next-20161109] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://gi

Re: [PATCH v3 8/9] media: venus: add Makefiles and Kconfig files

2016-11-11 Thread Vivek Gautam
Hi Stan, On Fri, Nov 11, 2016 at 2:37 PM, Stanimir Varbanov wrote: > Hi Vivek, > > On 11/11/2016 08:12 AM, Vivek Gautam wrote: >> On Mon, Nov 7, 2016 at 11:04 PM, Stanimir Varbanov >> wrote: >>> Makefile and Kconfig files to build the Venus video codec driver. >>> >>> Signed-off-by: Stanimir Var

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-11 Thread Mauro Carvalho Chehab
Em Wed, 09 Nov 2016 13:58:12 +0200 Jani Nikula escreveu: > On Wed, 09 Nov 2016, Markus Heiser wrote: > > Am 09.11.2016 um 12:16 schrieb Jani Nikula : > >>> So I vote for : > >>> > 1) copy (or symlink) all rst files to Documentation/output (or to the > build dir specified via O= di

Re: [PATCH v3 8/9] media: venus: add Makefiles and Kconfig files

2016-11-11 Thread Stanimir Varbanov
Hi Vivek, On 11/11/2016 08:12 AM, Vivek Gautam wrote: > On Mon, Nov 7, 2016 at 11:04 PM, Stanimir Varbanov > wrote: >> Makefile and Kconfig files to build the Venus video codec driver. >> >> Signed-off-by: Stanimir Varbanov >> --- >> drivers/media/platform/qcom/Kconfig| 7 +++ >> d

[PATCH] Staging: media: davinci_vpfe: - Fix for memory leak if

2016-11-11 Thread Shailendra Verma
From: "Shailendra Verma" Fix to avoid possible memory leak if the decoder initialization got failed.Free the allocated memory for file handle object before return in case decoder initialization fails. Signed-off-by: Shailendra Verma --- drivers/staging/media/davinci_vpfe/vpfe_video.c |1 +

[PATCH 1/4] lib/scatterlist: Fix offset type in sg_alloc_table_from_pages

2016-11-11 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Scatterlist entries have an unsigned int for the offset so correct the sg_alloc_table_from_pages function accordingly. Since these are offsets withing a page, unsigned int is wide enough. Also converts callers which were using unsigned long locally with the lower_32_bits an