Add fallback compatibility string.
This is in keeping with the fallback scheme being adopted wherever
appropriate for drivers for Renesas SoCs.
Signed-off-by: Simon Horman
---
Documentation/devicetree/bindings/media/renesas,jpu.txt | 13 +++--
drivers/media/platform/rcar_jpu.c
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 Dec 8 04:00:16 CET 2015
git branch: test
git hash: 21312f6ddb1710750761c4b140b7367208b4f89e
gcc versio
Does this card work with the media code from dvbsky.net from kernel 4.x?
On 2015-12-06 19:10:41, Timo_Helkiƶ wrote:
>
>Hi
>
>
>Common interface in Dvbsky T980C is not working with Ubuntu 15.10 kernel
>4.2.0 and vanilla kernel 4.6 and latest dvb-drivers from Linux-media
>git. With Ubuntu 15.04
I suppose the following are bugs? Ubuntu 14.04.3 64 bit.
When I run dvbv5-scan, I get a lock but then it times out with a
Segmentation fault. So far I haven't found a solution for this.
user@server2:~$ dvbv5-scan AMC21-125W0.dvbv5scan -l UNIVERSAL -F -o CHANNEL
Using LNBf UNIVERSAL
Europe
Fix the out of bounds access in media_entity_init() found
by KASan. This is a result of media_mixer_init() failing
to allocate memory for all 3 of its pads before calling
media_entity_init(). Fix it to allocate memory for the
right struct media_mixer_ctl instead of struct media_ctl.
Signed-off-by:
On 12/07/15 07:25, Steven Rostedt wrote:
> Hi,
>
> The attached config doesn't build on 4.2.6, but changing it to the
> following:
>
> VIDEO_V4L2_SUBDEV_API n -> y
> +V4L2_FLASH_LED_CLASS n
>
> does build.
>
> Sorry, I lost the build error (currently building now with a good
> config), But it'
(shoot, we dropped the ML somewhere along the conversation)
>> On 7 December 2015 at 12:32, Philippe Desrochers
>> wrote:
>> > Hello again,
>> >
>> > I open the device and I saw the following chips:
>> >
>> > SYNTEK:
>> > STK1160DLQG
>> > D7A155G-1513
>> >
>> > VIDEO DECODER:
>> > CJC7113
>> >
>>
Hello Laurent,
On 12/05/2015 11:44 PM, Laurent Pinchart wrote:
> Hi Javier,
>
> Thank you for the patch.
>
Thanks for your review.
> On Monday 07 September 2015 16:10:25 Javier Martinez Canillas wrote:
>
> [snip]
>
>> From 8be356e77eeefdc5c0738dd429205f3398c5b76c Mon Sep 17 00:00:00 2001
>>
Hello Laurent,
On 12/06/2015 12:18 AM, Laurent Pinchart wrote:
> Hi Javier,
>
> Thank you for the patch.
>
> On Sunday 30 August 2015 00:06:13 Mauro Carvalho Chehab wrote:
>> From: Javier Martinez Canillas
>>
>> Assessing media_entity ID should now use media_entity_id() macro to
>
> Did you me
Hello Laurent,
On 12/06/2015 12:16 AM, Laurent Pinchart wrote:
> Hi Javier,
>
> Thank you for the patch.
>
> On Sunday 30 August 2015 00:06:14 Mauro Carvalho Chehab wrote:
>> From: Javier Martinez Canillas
>>
>> Assessing media_entity ID should now use media_entity_id() macro to
>
> Did you me
Hello Laurent,
On 12/06/2015 12:10 AM, Laurent Pinchart wrote:
> Hi Javier,
>
> Thank you for the patch.
>
Thanks for your feedback.
> On Thursday 03 September 2015 18:00:32 Javier Martinez Canillas wrote:
>> The omap4iss driver initializes the entities and creates the pads links
>> before the
Hello Laurent,
On 12/06/2015 12:05 AM, Laurent Pinchart wrote:
> Hi Javier,
>
> Thank you for the patch.
>
> On Wednesday 09 September 2015 10:48:29 Javier Martinez Canillas wrote:
>> On 09/09/2015 10:03 AM, Sakari Ailus wrote:
>>> On Sun, Aug 30, 2015 at 12:06:29AM -0300, Mauro Carvalho Chehab
Hello Laurent,
On 12/05/2015 11:51 PM, Laurent Pinchart wrote:
> Hi Javier,
>
> Thank you for the patch.
>
Thanks for your feedback.
> On Thursday 03 September 2015 18:00:34 Javier Martinez Canillas wrote:
>> The vsp1 driver initializes the entities and creates the pads links
>> before the ent
On 12/07/2015 01:15 AM, Takashi Iwai wrote:
> On Sat, 05 Dec 2015 01:00:29 +0100,
> Shuah Khan wrote:
>>
>> Fix the out of bounds access in media_entity_init() found
>> by KASan. This is a result of media_mixer_init() failing
>> to allocate memory for all 3 of its pads before calling
>> media_entit
This patch series is identical to the v11 patch series, except for being rebased
to the latest master branch.
See this cover letter for all the details:
http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/96617
Regards,
Hans
The following changes since commit 2131
Em Mon, 07 Dec 2015 02:18:46 +
Ben Hutchings escreveu:
> On Fri, 2015-12-04 at 10:46 -0200, Mauro Carvalho Chehab wrote:
> > While https was always supported on linuxtv.org, only in
> > Dec 3 2015 the website is using valid certificates.
> >
> > As we're planning to drop pure http support on
This patch adds support for the ViewCast 260e/460e patches, based on old Kernel
Labs
patches.
While testing the ViewCast 460e card I had on loan I discovered a range of bugs,
primarily in the cx23888 implementation of the cx25840 module.
Tested for NTSC/PAL, video and vbi. Also checked for regre
Add a helper function for device drivers to set DMA's max_seg_size.
Setting it to largest possible value lets DMA-mapping API always create
contiguous mappings in DMA address space. This is essential for all
devices, which use dma-contig videobuf2 memory allocator and shared
buffers.
Signed-off-by
This patch removes custom code for initialization and handling of
reserved memory regions in s5p-mfc driver and replaces it with generic
named reserved memory regions specified in device tree.
s5p-mfc driver now handles two reserved memory regions: "left" and
"right", defined by generic reserved m
This patch replaces custom properties for definining reserved memory
regions with generic reserved memory bindings. All custom code for
handling MFC-specific reserved memory can be now removed from Exynos-DT
generic board code.
Signed-off-by: Marek Szyprowski
---
.../devicetree/bindings/media/s5
device firmware (see patch 7 for more
details). When no IOMMU is available, the code fallbacks to generic
reserved memory regions.
After applying this patchset, MFC device works correctly when IOMMU is
either enabled or disabled.
Patches have been tested on top of linux-next from 20151207. I
Enable support for Multimedia Codec (MFC) device for all Exynos4412-based
Odroid boards.
Signed-off-by: Marek Szyprowski
---
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 24
1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dt
This patch allows device drivers to use more than one reserved memory
region assigned to given device. When NULL name is passed to
of_reserved_mem_device_init(), the default (first) region is used.
Signed-off-by: Marek Szyprowski
---
drivers/of/of_reserved_mem.c| 101
All multimedia devices found on Exynos SoCs support only contiguous
buffers, so set DMA max segment size to DMA_BIT_MASK(32) to let memory
allocator to correctly create contiguous memory mappings.
Signed-off-by: Marek Szyprowski
---
drivers/media/platform/exynos-gsc/gsc-core.c | 1 +
drivers/me
This patch adds support for IOMMU to s5p-mfc device driver. MFC firmware
is limited and it cannot use the default configuration. If IOMMU is
available, the patch disables the default DMA address space
configuration and creates a new address space of size limited to 256M
and base address set to 0x20
Hi Jemma,
I am having a downtime, the development machine in a recovery
process. If things go well, expecting the system next week.
Regards,
Manu
On Mon, Dec 7, 2015 at 3:52 PM, Jemma Denson wrote:
> Hi Manu,
>
> On 08/10/15 17:28, Manu Abraham wrote:
>>
>> Hi,
>>
>> I just got back at work a
Hi, all,
I intend to submit some v4l2 videobuf2 kernel patches. Would someone can tell
me which git I can clone the codebase in order to prepare the patches?
Regards
Xia
Hi Manu,
On 08/10/15 17:28, Manu Abraham wrote:
Hi,
I just got back at work again. Will set things up this weekend/next week.
Have you had a chance to make any more progress on this?
As you're probably aware there are quite a few drivers waiting for
saa716x to be integrated into the tree; i
From: Gjorgji Rosikopulos
Buffer length is needed for single plane as well, otherwise
is uninitialized and behaviour is undetermined.
Signed-off-by: Gjorgji Rosikopulos
Signed-off-by: Laurent Pinchart
---
drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 7 +--
1 file changed, 5 insertions(
On Sat, 05 Dec 2015 01:00:29 +0100,
Shuah Khan wrote:
>
> Fix the out of bounds access in media_entity_init() found
> by KASan. This is a result of media_mixer_init() failing
> to allocate memory for all 3 of its pads before calling
> media_entity_init(). Fix it to allocate memory for the
> right
30 matches
Mail list logo