Re: [U-Boot] [PATCH 09/11] imx: system counter driver for imx7d and mx6ul

2015-07-20 Thread Nikolay Dimitrov
...@ossystems.com.br Subject: Re: [U-Boot] [PATCH 09/11] imx: system counter driver for imx7d and mx6ul Hi Adrian, On 07/16/2015 01:49 AM, Adrian Alonso wrote: * The system counter driver for imx7d abd mx6ul, move this timer driver to imx-common and rename it as syscounter.c For mx6ul and mx7

Re: [U-Boot] [PATCH 09/11] imx: system counter driver for imx7d and mx6ul

2015-07-20 Thread Alonso Adrian
[U-Boot] [PATCH 09/11] imx: system counter driver for imx7d and > mx6ul > > Hi Adrian, > > On 07/16/2015 01:49 AM, Adrian Alonso wrote: > > * The system counter driver for imx7d abd mx6ul, move > >this timer driver to imx-common and rename it as syscounter.c > >

Re: [U-Boot] [PATCH 09/11] imx: system counter driver for imx7d and mx6ul

2015-07-20 Thread Nikolay Dimitrov
Hi Adrian, On 07/16/2015 01:49 AM, Adrian Alonso wrote: * The system counter driver for imx7d abd mx6ul, move this timer driver to imx-common and rename it as syscounter.c For mx6ul and mx7, configurations are used for choose the GPT timer or system counter timer (default). GPT tim

[U-Boot] [PATCH 09/11] imx: system counter driver for imx7d and mx6ul

2015-07-15 Thread Adrian Alonso
* The system counter driver for imx7d abd mx6ul, move this timer driver to imx-common and rename it as syscounter.c For mx6ul and mx7, configurations are used for choose the GPT timer or system counter timer (default). GPT timer: CONFIG_GPT_TIMER System counter timer: CON