Re: [PATCH v2 2/2] clocksource/cadence_ttc: Reuse clocksource as sched_clock

2013-07-16 Thread Sören Brinkmann
On Tue, Jul 16, 2013 at 05:32:41PM +0200, Daniel Lezcano wrote: > On 07/12/2013 02:08 PM, Michal Simek wrote: > > Acked-by: Michal Simek > > Applied to my tree for 3.12 thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

Re: [PATCH v2 2/2] clocksource/cadence_ttc: Reuse clocksource as sched_clock

2013-07-16 Thread Daniel Lezcano
On 07/12/2013 02:08 PM, Michal Simek wrote: > Acked-by: Michal Simek Applied to my tree for 3.12 Thanks -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | T

Re: [PATCH v2 2/2] clocksource/cadence_ttc: Reuse clocksource as sched_clock

2013-07-12 Thread Michal Simek
On 07/08/2013 06:51 PM, Soren Brinkmann wrote: > Reuse the TTC clocksource timer as sched clock provider. > > Signed-off-by: Soren Brinkmann > --- > v2: > - #include linux/sched_clock.h instead of asm/sched_clock.h > - remove Kconfig options and #ifdefs around sched_clock related code > The

[PATCH v2 2/2] clocksource/cadence_ttc: Reuse clocksource as sched_clock

2013-07-08 Thread Soren Brinkmann
Reuse the TTC clocksource timer as sched clock provider. Signed-off-by: Soren Brinkmann --- v2: - #include linux/sched_clock.h instead of asm/sched_clock.h - remove Kconfig options and #ifdefs around sched_clock related code The reasons for having those are obsolete, since ARM deprecated it