Re: [PATCH V2 7/7] ARM: OMAP: Add DT support for timer driver

2012-09-26 Thread Rob Herring
On 09/26/2012 10:51 AM, Jon Hunter wrote: > Hi Rob, >> #define OMAP3_32K_SOURCE"omap_32k_fck" >> #define OMAP4_32K_SOURCE"sys_32k_ck" >> >> +#define TIMER_PROP_ALWON"ti,timer-alwon" >> + > > I see you made the following comment [1] here ... > > "It would be easier to follow the

Re: [PATCH V2 7/7] ARM: OMAP: Add DT support for timer driver

2012-09-26 Thread Jon Hunter
Hi Rob, On 09/13/2012 06:31 PM, Jon Hunter wrote: > In order to add device-tree support to the timer driver the following changes > were made ... > > 1. Allocate system timers (used for clock-events and clock-source) based upon >timer properties rather than using an hard-coded timer instance

Re: [PATCH V2 7/7] ARM: OMAP: Add DT support for timer driver

2012-09-19 Thread Rob Herring
On 09/13/2012 06:31 PM, Jon Hunter wrote: > In order to add device-tree support to the timer driver the following changes > were made ... > > 1. Allocate system timers (used for clock-events and clock-source) based upon >timer properties rather than using an hard-coded timer instance ID. To

[PATCH V2 7/7] ARM: OMAP: Add DT support for timer driver

2012-09-13 Thread Jon Hunter
In order to add device-tree support to the timer driver the following changes were made ... 1. Allocate system timers (used for clock-events and clock-source) based upon timer properties rather than using an hard-coded timer instance ID. To allow this a new helper function called omap_dmtime