Direct Cash Loan SA Guarantee 3.5% Fixed Interest Rate!!!

2016-06-08 Thread DIRECT CASH LOAN SA
Welcome To Direct Cash Loan At 3.5% Interest Rate!!! Dear Valued Customer, Consolidate your debts with Direct Cash Loan SA for your peace of mind at a fixed interest rate of 3.5%, personal and business loans are also welcome.For details open enclosed documents and file in your applications by

cron job: media_tree daily build: ERRORS

2016-06-08 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: Thu Jun 9 04:00:14 CEST 2016 git branch: test git hash: 4566b2543d89542cdd7fe940579787a160eba883 gcc versi

[PATCH 1/2] [media] s5p-mfc: fix typo in s5p_mfc_dec function comment

2016-06-08 Thread Javier Martinez Canillas
The function comment has an obvious typo error, so fix it. Signed-off-by: Javier Martinez Canillas --- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/

[PATCH 2/2] [media] s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem type

2016-06-08 Thread Javier Martinez Canillas
The V4L2 documentation says that applications must call the VIDIOC_REQBUFS ioctl to determine if a memory mapped, user pointer or DMABUF based I/O is supported by the driver. For example GStreamer does this by first calling VIDIOC_REQBUFS with count zero for all the possible streaming I/O methods

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

2016-06-08 Thread Shuah Khan
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/s5p-mfc/s5p_mfc.c b/drivers/media/platform/s5p-mfc/s5p_mfc.c index 274b4f1..af

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

2016-06-08 Thread Shuah Khan
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 register fails. Signed-off-by: Shuah Khan --- drivers/media/platform/s5p-mf

[PATCH 1/5] v4l: vsp1: pipe: Fix typo in comment

2016-06-08 Thread Laurent Pinchart
The vsp1_pipeline wq field is a wait queue, not a work queue. Fix the comment accordingly. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vsp1/vsp1_pipe.h b/drivers/media/plat

[PATCH 3/5] v4l: vsp1: lut: Initialize the mutex

2016-06-08 Thread Laurent Pinchart
The LUT mutex isn't initialized when creating the LUT, fix it. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_lut.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/vsp1/vsp1_lut.c b/drivers/media/platform/vsp1/vsp1_lut.c index 2c367cb9755c..9a2

[PATCH 0/5] R-Car VSP: Add CLU support

2016-06-08 Thread Laurent Pinchart
Hello, This patch series adds support for the Cubic Look Up table (CLU) to the vsp1 driver. The first three patches are small unrelated fixes, I've included them here to get them review and they will be added to the next pull request for the vsp1 driver. Patch 4/5 replaces the custom ioctl used t

[PATCH 4/5] v4l: vsp1: lut: Expose configuration through a control

2016-06-08 Thread Laurent Pinchart
Replace the custom ioctl with a V4L2 control in order to standardize the API. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_lut.c | 74 ++ drivers/media/platform/vsp1/vsp1_lut.h | 6 +-- include/uapi/linux/vsp1.h | 34 -

[PATCH 5/5] v4l: vsp1: Add Cubic Look Up Table (CLU) support

2016-06-08 Thread Laurent Pinchart
The CLU processing block is a 2D/3D lookup table that converts the input three color component data into desired three color components using a lookup table. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/Makefile | 2 +- drivers/media/platform/vsp1/vsp1.h| 3 +

[PATCH 2/5] v4l: vsp1: dl: Don't free fragments with interrupts disabled

2016-06-08 Thread Laurent Pinchart
Freeing a fragment requires freeing DMA coherent memory, which can't be performed with interrupts disabled as per the DMA mapping API contract. The fragments can't thus be freed synchronously when a display list is recycled. Instead, move the fragments to a garbage list and use a work queue to run

Re: [PATCH v4 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-06-08 Thread Boris Brezillon
Hi Songjun, On Tue, 7 Jun 2016 15:11:52 +0800 Songjun Wu wrote: > Add driver for the Image Sensor Controller. It manages > incoming data from a parallel based CMOS/CCD sensor. > It has an internal image processor, also integrates a > triple channel direct memory access controller master > interf

Re: [PATCH] media: s5p-mfc: fix error path in driver probe

2016-06-08 Thread Shuah Khan
Hi Marek, On 06/08/2016 08:35 AM, Liviu Dudau wrote: > On Wed, Jun 08, 2016 at 01:33:40PM +0200, Marek Szyprowski wrote: >> This patch fixes the error path in the driver probe, so in case of >> any failure, the resources are not leaked. >> >> Reported-by: Liviu Dudau >> Signed-off-by: Marek Szypr

Re: Digital Devices CI adapter problem

2016-06-08 Thread Devin Heitmueller
On Wed, Jun 8, 2016 at 4:10 PM, Marcin Kałuża wrote: > Hello! > I'm looking for someone who was able to successfully use Octopus Dual > CI bridge by Digital Devices under Linux. We got it _almost_ working - > we have a strange problem of the module dropping TS packets in sets of > 30-33 packets ra

Digital Devices CI adapter problem

2016-06-08 Thread Marcin Kałuża
Hello! I'm looking for someone who was able to successfully use Octopus Dual CI bridge by Digital Devices under Linux. We got it _almost_ working - we have a strange problem of the module dropping TS packets in sets of 30-33 packets rather randomly and this corrupts the whole stream. Their support

Re: [PATCH] of: reserved_mem: restore old behavior when no region is defined

2016-06-08 Thread Sumit Semwal
On 8 June 2016 at 18:35, Rob Herring wrote: > On Wed, Jun 8, 2016 at 1:51 AM, Marek Szyprowski > wrote: >> Change return value back to -ENODEV when no region is defined for given >> device. This restores old behavior of this function, as some drivers rely >> on such error code. >> >> Reported-by:

Re: [PATCH] media: s5p-mfc: fix error path in driver probe

2016-06-08 Thread Liviu Dudau
On Wed, Jun 08, 2016 at 01:33:40PM +0200, Marek Szyprowski wrote: > This patch fixes the error path in the driver probe, so in case of > any failure, the resources are not leaked. > > Reported-by: Liviu Dudau > Signed-off-by: Marek Szyprowski Looks good to me now! If it is useful: Acked-by: Li

[GIT PULL 4.8] rtl2832

2016-06-08 Thread Antti Palosaari
The following changes since commit 94d0eaa419871a6e2783f8c131b1d76d5f2a5524: [media] mn88472: move out of staging to media (2016-06-07 15:46:47 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git rtl2832 for you to fetch changes up to b3ce3f22e249dd2fd8a8

Re: [PATCH 1/2] Add OV5647 device tree documentation

2016-06-08 Thread Ramiro Oliveira
On 06-06-2016 15:38, Rob Herring wrote: > On Fri, Jun 03, 2016 at 06:36:40PM +0100, Ramiro Oliveira wrote: >> From: roliveir >> >> Signed-off-by: Ramiro Oliveira >> --- >> .../devicetree/bindings/media/i2c/ov5647.txt | 19 >> +++ >> 1 file changed, 19 insertions(+) >>

Re: [PATCH] of: reserved_mem: restore old behavior when no region is defined

2016-06-08 Thread Rob Herring
On Wed, Jun 8, 2016 at 1:51 AM, Marek Szyprowski wrote: > Change return value back to -ENODEV when no region is defined for given > device. This restores old behavior of this function, as some drivers rely > on such error code. > > Reported-by: Liviu Dudau > Fixes: 59ce4039727ef40 ("of: reserved_

[PATCH] media: s5p-mfc: fix error path in driver probe

2016-06-08 Thread Marek Szyprowski
This patch fixes the error path in the driver probe, so in case of any failure, the resources are not leaked. Reported-by: Liviu Dudau Signed-off-by: Marek Szyprowski --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/

Re: [PATCH] of: reserved_mem: restore old behavior when no region is defined

2016-06-08 Thread Liviu Dudau
On Wed, Jun 08, 2016 at 08:51:53AM +0200, Marek Szyprowski wrote: > Change return value back to -ENODEV when no region is defined for given > device. This restores old behavior of this function, as some drivers rely > on such error code. > > Reported-by: Liviu Dudau > Fixes: 59ce4039727ef40 ("of:

Re: [PATCH v4 3/7] media: s5p-mfc: replace custom reserved memory handling code with generic one

2016-06-08 Thread Liviu Dudau
On Tue, May 24, 2016 at 03:31:26PM +0200, Marek Szyprowski wrote: > This patch removes custom code for initialization and handling of > reserved memory regions in s5p-mfc driver and replaces it with generic > reserved memory regions api. > > s5p-mfc driver now handles two reserved memory regions d

Call DR JAMES ADAMS No + 27 748 044 206

2016-06-08 Thread YAHOO AWARD
-- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] ARM: dts: exynos: replace hardcoded reserved memory ranges with auto-allocated ones

2016-06-08 Thread Krzysztof Kozlowski
On 06/07/2016 02:03 PM, Marek Szyprowski wrote: > Generic reserved memory regions bindings allow to automatically allocate > region of given parameters (alignment and size), so use this feature > instead of the hardcoded values, which had no dependency on the real > hardware. This patch also increa

Re: [PATCH] of: reserved_mem: restore old behavior when no region is defined

2016-06-08 Thread Sylwester Nawrocki
On 06/08/2016 08:51 AM, Marek Szyprowski wrote: > Change return value back to -ENODEV when no region is defined for given > device. This restores old behavior of this function, as some drivers rely > on such error code. > > Reported-by: Liviu Dudau > Fixes: 59ce4039727ef40 ("of: reserved_mem: add