Re: [PATCH 005/111] leon3: make timer initialization configurable

2015-02-27 Thread Daniel Hellstrom
On 02/26/2015 07:11 PM, Gedare Bloom wrote: exported variables should be in a proper namespace. Ok. I will rename the leon3_* them to LEON3_* something to match the LEON3_mp_irq and LEON3_irq_to_cpu. The irqmp_dev and timer_dev will be renamed to LEON3_IrqCtrl_Adev and LEON3_Timer_Adev to match

Re: [PATCH 005/111] leon3: make timer initialization configurable

2015-02-26 Thread Gedare Bloom
exported variables should be in a proper namespace. On Thu, Feb 26, 2015 at 11:38 AM, Daniel Hellstrom wrote: > Its now possible to select which timer core will be used for > system clock timer and to control the timer prescaler that > affects all timer instances on that timer core. > > The timer

[PATCH 005/111] leon3: make timer initialization configurable

2015-02-26 Thread Daniel Hellstrom
Its now possible to select which timer core will be used for system clock timer and to control the timer prescaler that affects all timer instances on that timer core. The timer and interrupt controller AMBA devices are exported to make it possible for other code to get detailed information. For e