All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates to meta-fsl-arm (master) in 2014-06-25
@ 2014-06-25 16:29 Otavio Salvador
  2014-06-25 16:37 ` Eric Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-06-25 16:29 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit ab90b896f4bf09a8ced37c6e1511686217d053b9
Author: Eric Nelson <eric.nelson@boundarydevices.com>
Date:   Sat Jun 21 10:52:48 2014 -0700

    imx-vpu: fix checks of IOGetVirtMem() return value
    
    The IOGetVirtMem() routine returns the address of a memory block
    or -1 (MAP_FAILED) to indicate an error.
    
    Many callers of this routine tested the return value for <= 0
    to detect failure, and at least with a 3G/1G memory split
    configured in the kernel, a negative number (!= -1) is a
    valid (successful) return value.
    
    Without this patch, the IOSystemInit() will often detect
    failure incorrectly.
    
    Change-Id: I8b20ae5f74608307cbb810168024e8863599dbdb
    Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-06-25
  2014-06-25 16:29 Updates to meta-fsl-arm (master) in 2014-06-25 Otavio Salvador
@ 2014-06-25 16:37 ` Eric Nelson
  2014-06-25 16:48   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Nelson @ 2014-06-25 16:37 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale

Thanks Otavio,

On 06/25/2014 09:29 AM, Otavio Salvador wrote:
> Hello,
> 
> I pushed following updates:
> 
> commit ab90b896f4bf09a8ced37c6e1511686217d053b9
> Author: Eric Nelson <eric.nelson@boundarydevices.com>
> Date:   Sat Jun 21 10:52:48 2014 -0700
> 
>     imx-vpu: fix checks of IOGetVirtMem() return value
>     
>     The IOGetVirtMem() routine returns the address of a memory block
>     or -1 (MAP_FAILED) to indicate an error.
>     

If at all possible, I would like to see this pushed to Daisy in
the next cycle.

Without it, the kernel configs for our board are a problem because
of the 3G/1G split.

Regards,


Eric



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-06-25
  2014-06-25 16:37 ` Eric Nelson
@ 2014-06-25 16:48   ` Otavio Salvador
  2014-06-25 17:01     ` Eric Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-06-25 16:48 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org

On Wed, Jun 25, 2014 at 1:37 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> Thanks Otavio,
>
> On 06/25/2014 09:29 AM, Otavio Salvador wrote:
>> Hello,
>>
>> I pushed following updates:
>>
>> commit ab90b896f4bf09a8ced37c6e1511686217d053b9
>> Author: Eric Nelson <eric.nelson@boundarydevices.com>
>> Date:   Sat Jun 21 10:52:48 2014 -0700
>>
>>     imx-vpu: fix checks of IOGetVirtMem() return value
>>
>>     The IOGetVirtMem() routine returns the address of a memory block
>>     or -1 (MAP_FAILED) to indicate an error.
>>
>
> If at all possible, I would like to see this pushed to Daisy in
> the next cycle.
>
> Without it, the kernel configs for our board are a problem because
> of the 3G/1G split.

Yes I will backport it soon.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updates to meta-fsl-arm (master) in 2014-06-25
  2014-06-25 16:48   ` Otavio Salvador
@ 2014-06-25 17:01     ` Eric Nelson
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2014-06-25 17:01 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Thanks.

On 06/25/2014 09:48 AM, Otavio Salvador wrote:
> On Wed, Jun 25, 2014 at 1:37 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> Thanks Otavio,
>>
>> On 06/25/2014 09:29 AM, Otavio Salvador wrote:
>>> Hello,
>>>
>>> I pushed following updates:
>>>
>>> commit ab90b896f4bf09a8ced37c6e1511686217d053b9
>>> Author: Eric Nelson <eric.nelson@boundarydevices.com>
>>> Date:   Sat Jun 21 10:52:48 2014 -0700
>>>
>>>     imx-vpu: fix checks of IOGetVirtMem() return value
>>>
>>>     The IOGetVirtMem() routine returns the address of a memory block
>>>     or -1 (MAP_FAILED) to indicate an error.
>>>
>>
>> If at all possible, I would like to see this pushed to Daisy in
>> the next cycle.
>>
>> Without it, the kernel configs for our board are a problem because
>> of the 3G/1G split.
> 
> Yes I will backport it soon.
> 
I created the patch against Daisy, so it should apply cleanly.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-25 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 16:29 Updates to meta-fsl-arm (master) in 2014-06-25 Otavio Salvador
2014-06-25 16:37 ` Eric Nelson
2014-06-25 16:48   ` Otavio Salvador
2014-06-25 17:01     ` Eric Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.