Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-12-08 Thread Zoltan Kiss
Hi Petri, Did you have time to think on this? Mike added it to tomorrow's arch call to discuss, unless you are happy with what I've proposed. Zoli On 01/12/15 11:30, Zoltan Kiss wrote: On 01/12/15 08:38, Savolainen, Petri (Nokia - FI/Espoo) wrote: // Fill defaults (from config file) //

Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-12-01 Thread Zoltan Kiss
On 01/12/15 08:38, Savolainen, Petri (Nokia - FI/Espoo) wrote: // Fill defaults (from config file) // max_cpu = 64, max_mhz = 1000 (on this SoC) plat_xyz_config_init_params(_config); Again, I strongly oppose this way. It doesn't make any sense. Any decent applications should get the

Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-11-30 Thread Zoltan Kiss
On 30/11/15 12:02, Savolainen, Petri (Nokia - FI/Espoo) wrote: -Original Message- From: EXT Zoltan Kiss [mailto:zoltan.k...@linaro.org] Sent: Thursday, November 26, 2015 4:35 PM To: Savolainen, Petri (Nokia - FI/Espoo); lng-odp@lists.linaro.org Cc: bill.fischo...@linaro.org;

Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-11-30 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: EXT Zoltan Kiss [mailto:zoltan.k...@linaro.org] > Sent: Thursday, November 26, 2015 4:35 PM > To: Savolainen, Petri (Nokia - FI/Espoo); lng-odp@lists.linaro.org > Cc: bill.fischo...@linaro.org; mike.hol...@linaro.org > Subject: Re: [API-NEXT PATCH] api: init:

Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-11-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: EXT Zoltan Kiss [mailto:zoltan.k...@linaro.org] > Sent: Tuesday, November 24, 2015 4:45 PM > To: lng-odp@lists.linaro.org > Cc: bill.fischo...@linaro.org; Savolainen, Petri (Nokia - FI/Espoo); > mike.hol...@linaro.org > Subject: Re: [API-NEXT PATCH] api:

Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-11-26 Thread Zoltan Kiss
On 26/11/15 09:25, Savolainen, Petri (Nokia - FI/Espoo) wrote: -Original Message- From: EXT Zoltan Kiss [mailto:zoltan.k...@linaro.org] Sent: Tuesday, November 24, 2015 4:45 PM To: lng-odp@lists.linaro.org Cc: bill.fischo...@linaro.org; Savolainen, Petri (Nokia - FI/Espoo);

Re: [lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-11-24 Thread Zoltan Kiss
Could anyone review this? Petri? On 18/11/15 16:22, Zoltan Kiss wrote: This could help the existing configuration methods to be used if the application prefers that. The platform_params should always supersede that though. Signed-off-by: Zoltan Kiss diff --git

[lng-odp] [API-NEXT PATCH] api: init: allow implementation to use private ways for its own configuration

2015-11-18 Thread Zoltan Kiss
This could help the existing configuration methods to be used if the application prefers that. The platform_params should always supersede that though. Signed-off-by: Zoltan Kiss diff --git a/include/odp/api/init.h b/include/odp/api/init.h index 737ff6d..24f4f3a 100644