Re: [lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-30 Thread Maxim Uvarov
Merged, Maxim. On 05/27/16 21:57, Bill Fischofer wrote: On Fri, May 27, 2016 at 11:25 AM, Maxim Uvarov > wrote: Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID and errno set event if it's defined to NULL.

Re: [lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-27 Thread Bill Fischofer
On Fri, May 27, 2016 at 11:25 AM, Maxim Uvarov wrote: > Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID > and errno set event if it's defined to NULL. Also add check on pool > alloc that input parameter is not invalid. >

[lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-27 Thread Maxim Uvarov
Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID and errno set event if it's defined to NULL. Also add check on pool alloc that input parameter is not invalid. https://bugs.linaro.org/show_bug.cgi?id=2139 Signed-off-by: Maxim Uvarov --- v2: 1.

Re: [lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-23 Thread Ola Liljedahl
On 18 May 2016 at 16:24, Maxim Uvarov wrote: > Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID > and errno set event if it's defined to NULL. Also add check on pool > alloc that input parameter is not invalid. >

Re: [lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-18 Thread Bill Fischofer
On Wed, May 18, 2016 at 9:24 AM, Maxim Uvarov wrote: > Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID > and errno set event if it's defined to NULL. Also add check on pool > alloc that input parameter is not invalid. >

[lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-18 Thread Maxim Uvarov
Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID and errno set event if it's defined to NULL. Also add check on pool alloc that input parameter is not invalid. https://bugs.linaro.org/show_bug.cgi?id=2139 Signed-off-by: Maxim Uvarov --- v2: added

Re: [lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-05-07 Thread Bill Fischofer
On Fri, Apr 29, 2016 at 11:16 AM, Maxim Uvarov wrote: > Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID > and errno set event if it's defined to NULL. Also add check on pool > alloc that input parameter is not invalid. >

[lng-odp] [PATCHv2] linux-generic: timer fix odp_timer_pool_create return code

2016-04-29 Thread Maxim Uvarov
Accodring to API return code for fail case is ODP_TIMER_POOL_INVALID and errno set event if it's defined to NULL. Also add check on pool alloc that input parameter is not invalid. https://bugs.linaro.org/show_bug.cgi?id=2139 Signed-off-by: Maxim Uvarov ---