Use a type-safe assignment instead of memcpy. And it is easier to read as well.
Signed-off-by: Hans Verkuil
diff --git a/drivers/media/platform/vim2m.c b/drivers/media/platform/vim2m.c
index 295fde5..d47cfba 100644
--- a/drivers/media/platform/vim2m.c
+++ b/drivers/media/platform/vim2m.c
@@ -233
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 Sep 15 04:00:22 CEST 2015
git branch: test
git hash: 9ddf9071ea17b83954358b2dac42b34e5857a9af
gcc versi
* Suman Anna [150914 09:33]:
> Hi Tony,
>
> On 09/03/2015 05:34 PM, Suman Anna wrote:
> > Hi Sakari,
> >
> > On 07/16/2015 07:58 AM, Tony Lindgren wrote:
> >> * Laurent Pinchart [150716 05:57]:
> >>> The OMAP3 ISP is now fully supported in DT, remove its instantiation
> >>> from C code.
> >>
>
Hi Tony,
On 09/03/2015 05:34 PM, Suman Anna wrote:
> Hi Sakari,
>
> On 07/16/2015 07:58 AM, Tony Lindgren wrote:
>> * Laurent Pinchart [150716 05:57]:
>>> The OMAP3 ISP is now fully supported in DT, remove its instantiation
>>> from C code.
>>
>> Please feel to queue this along with the second p
On Mon, Sep 14, 2015 at 08:05:24AM -0700, Eric Nelson wrote:
> Thanks again Sean,
>
> On 09/14/2015 07:54 AM, Sean Young wrote:
> > On Mon, Sep 14, 2015 at 07:34:10AM -0700, Eric Nelson wrote:
> >> Thanks Shawn,
> >>
> >> On 09/14/2015 03:00 AM, Sean Young wrote:
> >>> On Fri, Sep 11, 2015 at 07:0
Thanks again Sean,
On 09/14/2015 07:54 AM, Sean Young wrote:
> On Mon, Sep 14, 2015 at 07:34:10AM -0700, Eric Nelson wrote:
>> Thanks Shawn,
>>
>> On 09/14/2015 03:00 AM, Sean Young wrote:
>>> On Fri, Sep 11, 2015 at 07:00:24AM -0700, Eric Nelson wrote:
Many decoders require a trailing space
On Mon, Sep 14, 2015 at 07:34:10AM -0700, Eric Nelson wrote:
> Thanks Shawn,
>
> On 09/14/2015 03:00 AM, Sean Young wrote:
> > On Fri, Sep 11, 2015 at 07:00:24AM -0700, Eric Nelson wrote:
> >> Many decoders require a trailing space (period without IR illumination)
> >> to be delivered before compl
Thanks Shawn,
On 09/14/2015 03:00 AM, Sean Young wrote:
> On Fri, Sep 11, 2015 at 07:00:24AM -0700, Eric Nelson wrote:
>> Many decoders require a trailing space (period without IR illumination)
>> to be delivered before completing a decode.
>>
>> Since the gpio-ir-recv driver only delivers events
Hello,
The Media Controller framework has an issue in which the media device node
is registered before all the media entities and pads links are created so
if user-space tries to enumerate the graph too early, it may get a partial
graph since not everything has been registered yet.
This series fi
Most media functions that unregister, check if the corresponding register
function succeed before. So these functions can safely be called even if a
registration was never made or the component as already been unregistered.
Add the same check to media_device_unregister() function for consistency.
The media device node is registered and so made visible to user-space
before entities are registered and links created which means that the
media graph obtained by user-space could be only partially enumerated
if that happens too early before all the graph has been created.
To avoid this race cond
On Fri, Sep 11, 2015 at 07:00:24AM -0700, Eric Nelson wrote:
> Many decoders require a trailing space (period without IR illumination)
> to be delivered before completing a decode.
>
> Since the gpio-ir-recv driver only delivers events on gpio transitions,
> a single IR symbol (caused by a quick t
Hi Gregor,
Em Mon, 14 Sep 2015 09:17:23 +0200
Gregor Jasny escreveu:
> Hello,
>
> On 05/05/15 22:22, Mauro Carvalho Chehab wrote:
> > Em Tue, 05 May 2015 21:08:49 +0200
> > Gregor Jasny escreveu:
> >
> >> Hello,
> >>
> >> It's already more than half a year since the last v4l-utils release. Do
Hi!
Thanks for patch.
On Sun, Sep 6, 2015 at 1:11 PM, Geert Uytterhoeven wrote:
> If NO_DMA=y:
>
> warning: (VIDEO_STI_BDISP && VIDEO_RENESAS_JPU && VIDEO_DM365_VPFE &&
> VIDEO_OMAP4) selects VIDEOBUF2_DMA_CONTIG which has unmet direct dependencies
> (MEDIA_SUPPORT && HAS_DMA)
>
> drive
I've fixed the errors reported here (the usual fall-out after a new
rc1 is merged).
However, 4.3-rc1 makes some substantial changes to the memory handling
of vb2 introducing a new file mm/frame_vector.c.
I do have a media_build patch that pulls that in for the compat build, but it
doesn't compile
Hi,
On 03/09/15 17:23, Hans Verkuil wrote:
Gregor,
Can you take a look at this to see if I did this correctly? I'm no
autoconf hero, so before I push I'd like some feedback.
The main reason for these changes is that I need to build v4l2-ctl for
an embedded system and rather than having to hack
Hello,
On 05/05/15 22:22, Mauro Carvalho Chehab wrote:
Em Tue, 05 May 2015 21:08:49 +0200
Gregor Jasny escreveu:
Hello,
It's already more than half a year since the last v4l-utils release. Do
you have any pending commits or objections? If no one vetos I'd like to
release this weekend.
Ther
On 09/11/2015 09:47 PM, Hans Verkuil wrote:
Hi Junghak,
Patch 7/8 helped a lot in reducing the size of this one. But it is still
difficult
to review so I would like to request one final (honest!) split for this patch:
Move all the code that does not depend on the new buf_ops into a separate
18 matches
Mail list logo