Re: [patch 13/15] clockevents: Provide sysfs interface

2013-05-15 Thread Stephen Boyd
On 05/15/13 02:50, Thomas Gleixner wrote: > On Fri, 26 Apr 2013, Stephen Boyd wrote: > >> On 04/25, Thomas Gleixner wrote: >>> Provide a simple sysfs interface for the clockevent devices. Show the >>> current active clockevent device. >>> >> Neat. Does this do anything about clockevents that aren't

Re: [patch 13/15] clockevents: Provide sysfs interface

2013-05-15 Thread Thomas Gleixner
On Fri, 26 Apr 2013, Stephen Boyd wrote: > On 04/25, Thomas Gleixner wrote: > > Provide a simple sysfs interface for the clockevent devices. Show the > > current active clockevent device. > > > > Neat. Does this do anything about clockevents that aren't in use > for the tick devices or broadcast

Re: [patch 13/15] clockevents: Provide sysfs interface

2013-04-26 Thread Stephen Boyd
On 04/25, Thomas Gleixner wrote: > Provide a simple sysfs interface for the clockevent devices. Show the > current active clockevent device. > Neat. Does this do anything about clockevents that aren't in use for the tick devices or broadcast device? > Index: tip/kernel/time/clockevents.c > =