cron job: media_tree daily build: ERRORS

2016-10-04 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: Wed Oct 5 05:00:20 CEST 2016 media-tree git hash:e3ea5e94489bc8c711d422dfa311cfa310553a1b media_build

[PATCH 2/2] drm: rcar-du: Add support for LVDS mode selection

2016-10-04 Thread Laurent Pinchart
Retrieve the LVDS mode from the panel node and configure the LVDS encoder accordingly. LVDS mode selection is static as LVDS panels can't be hot-plugged on any of the device supported by the driver. Support for dynamic mode selection can be implemented in the future if needed without any impact on

[PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

2016-10-04 Thread Laurent Pinchart
LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple incompatible data link layers have been used over time to transmit image data to LVDS panels. This binding supports display panels compatible with the JEIDA-59-1999, Open-LDI and VESA SWPG specifications.

[PATCH 0/2] R-Car DU: Add support for LVDS mode selection

2016-10-04 Thread Laurent Pinchart
Hello, This patch series adds support for LVDS mode selection in the R-Car DU driver. Patch 1/2 defines a new DT binding for LVDS panel. Compared to the existing DPI panel bindings that are currently abused by the driver for LVDS panel, this new binding specifies the LVDS more explicitly. Patch

Re: Problem with VMAP_STACK=y

2016-10-04 Thread Jörg Otte
2016-10-04 15:26 GMT+02:00 Jiri Kosina : > On Tue, 4 Oct 2016, Jörg Otte wrote: > >> With kernel 4.8.0-01558-g21f54dd I get thousands of >> "dvb-usb: bulk message failed: -11 (1/0)" >> messages in the logs and the DVB adapter is not working. >> >> It tourned out the new config

[PATCH] [media] coda: fix the error path in coda_probe()

2016-10-04 Thread Fabio Estevam
In the case of coda_firmware_request() failure, we should release the prevously acquired resources. Signed-off-by: Fabio Estevam --- drivers/media/platform/coda/coda-common.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

Re: Problem with VMAP_STACK=y

2016-10-04 Thread Jiri Kosina
On Tue, 4 Oct 2016, Jörg Otte wrote: > With kernel 4.8.0-01558-g21f54dd I get thousands of > "dvb-usb: bulk message failed: -11 (1/0)" > messages in the logs and the DVB adapter is not working. > > It tourned out the new config option VMAP_STACK=y (which is the default) > is the culprit. > No

[PATCH v10 2/3] SMAF: add CMA allocator

2016-10-04 Thread Benjamin Gaignard
SMAF CMA allocator implement helpers functions to allow SMAF to allocate contiguous memory. match() each if at least one of the attached devices have coherent_dma_mask set to DMA_BIT_MASK(32). For allocation it use dma_alloc_attrs() with DMA_ATTR_WRITE_COMBINE and not dma_alloc_writecombine to

[PATCH v10 1/3] create SMAF module

2016-10-04 Thread Benjamin Gaignard
Secure Memory Allocation Framework goal is to be able to allocate memory that can be securing. There is so much ways to allocate and securing memory that SMAF doesn't do it by itself but need help of additional modules. To be sure to use the correct allocation method SMAF implement deferred

[PATCH v10 3/3] SMAF: add test secure module

2016-10-04 Thread Benjamin Gaignard
This module is allow testing secure calls of SMAF. Signed-off-by: Benjamin Gaignard --- drivers/smaf/Kconfig | 6 +++ drivers/smaf/Makefile | 1 + drivers/smaf/smaf-testsecure.c | 90 ++ 3 files changed,

[PATCH v10 0/3] Secure Memory Allocation Framework

2016-10-04 Thread Benjamin Gaignard
version 10 changes: - rebased on kernel 4.8 tag - minor typo fix version 9 changes: - rebased on 4.8-rc5 - struct dma_attrs doesn't exist anymore so update CMA allocator to compile with new dma_*_attr functions - add example SMAF use case in cover letter version 8 changes: - rework of

[PATCH] Add Cinergy S2 rev.4 support

2016-10-04 Thread Enrico Mioso
This patch derives from previous one(s) by CrazyCat. I used the commit adding rev.3 to mainline Linux kernel as an example, so credits go to its author(s). The hardware seems to scan and tune OK. Signed-off-by: Enrico Mioso --- drivers/media/usb/dvb-usb/dw2102.c | 2 ++ 1