Re: [PATCH] ARM: OMAP2+: timer: initialize before using oh_name

2013-07-04 Thread Tony Lindgren
* Jon Hunter [130528 14:26]: > > On 28/05/13 07:24, Afzal Mohammed wrote: > > of_property_read_string_index(...,&oh_name) in omap_dm_timer_init_one > > does not alter the value of 'oh_name' even if the relevant function > > fails and as 'oh_name' in stack may have a non-zero value, it would > > b

Re: [PATCH] ARM: OMAP2+: timer: initialize before using oh_name

2013-05-28 Thread Jon Hunter
On 28/05/13 07:24, Afzal Mohammed wrote: > of_property_read_string_index(...,&oh_name) in omap_dm_timer_init_one > does not alter the value of 'oh_name' even if the relevant function > fails and as 'oh_name' in stack may have a non-zero value, it would > be misunderstood by timer code that DT has

[PATCH] ARM: OMAP2+: timer: initialize before using oh_name

2013-05-27 Thread Afzal Mohammed
of_property_read_string_index(...,&oh_name) in omap_dm_timer_init_one does not alter the value of 'oh_name' even if the relevant function fails and as 'oh_name' in stack may have a non-zero value, it would be misunderstood by timer code that DT has specified "ti,hwmod" property for timer. 'oh_name'