Re[2]: [PATCH] clocksource: Add pointer to clocksource structure in read function

Alexander Shiyan shc_work at mail.ru
Mon Apr 22 05:13:20 EDT 2013


> On 10:35 Sat 20 Apr     , Alexander Shiyan wrote:
> > 
> > This patch adds pointer to clocksource structure in read function.
> > For avoid name collisions, clocksource names for all drivers was
> > changed to be unique.
> why?
> 
> no need the clocksource is hot path don't touch it
> and we do not need the struct pointer as we can have only 1 cs in barebox

This change allows to add an additional field in struct clocksource then
we can remove static variables from clocksource drivers.

---


More information about the barebox mailing list