Re: [U-Boot] [PATCH 04/11] imx-common: add syscounter driver

2015-07-02 Thread Peng Fan
Hi Marek, On Thu, Jul 02, 2015 at 08:31:37PM +0200, Marek Vasut wrote: >On Thursday, July 02, 2015 at 01:03:01 PM, Peng Fan wrote: >> syscounter exists on i.MX6UL and i.MX7D, so implement the driver >> in imx-common. >> If want to use syscounter, define CONFIG_SYSCOUNTER_TIMER; if >> still want to

Re: [U-Boot] [PATCH 04/11] imx-common: add syscounter driver

2015-07-02 Thread Marek Vasut
On Thursday, July 02, 2015 at 01:03:01 PM, Peng Fan wrote: > syscounter exists on i.MX6UL and i.MX7D, so implement the driver > in imx-common. > If want to use syscounter, define CONFIG_SYSCOUNTER_TIMER; if > still want to use GPT timer, #define CONFIG_GPT_TIMER. > > Signed-off-by: Ye.Li > Signed

[U-Boot] [PATCH 04/11] imx-common: add syscounter driver

2015-07-02 Thread Peng Fan
syscounter exists on i.MX6UL and i.MX7D, so implement the driver in imx-common. If want to use syscounter, define CONFIG_SYSCOUNTER_TIMER; if still want to use GPT timer, #define CONFIG_GPT_TIMER. Signed-off-by: Ye.Li Signed-off-by: Peng Fan --- arch/arm/imx-common/Makefile |