Re: [PATCH 1/3] clocksource: move PXA timer to clocksource framework

2014-07-02 Thread Haojian Zhuang
On Sun, Jun 22, 2014 at 6:09 AM, Robert Jarzmik wrote: > Move time.c from arch/arm/mach-pxa/time.c to > drivers/clocksource/pxa_timer.c. > > Signed-off-by: Robert Jarzmik > --- > arch/arm/mach-pxa/Makefile | 2 +- > drivers/clocksource/Makefile

Re: [PATCH 1/3] clocksource: move PXA timer to clocksource framework

2014-07-02 Thread Haojian Zhuang
On Sun, Jun 22, 2014 at 6:09 AM, Robert Jarzmik robert.jarz...@free.fr wrote: Move time.c from arch/arm/mach-pxa/time.c to drivers/clocksource/pxa_timer.c. Signed-off-by: Robert Jarzmik robert.jarz...@free.fr --- arch/arm/mach-pxa/Makefile | 2 +-

Re: [PATCH 1/3] clocksource: move PXA timer to clocksource framework

2014-06-29 Thread Robert Jarzmik
Robert Jarzmik writes: > Move time.c from arch/arm/mach-pxa/time.c to > drivers/clocksource/pxa_timer.c. > > Signed-off-by: Robert Jarzmik Ping ? Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH 1/3] clocksource: move PXA timer to clocksource framework

2014-06-29 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Move time.c from arch/arm/mach-pxa/time.c to drivers/clocksource/pxa_timer.c. Signed-off-by: Robert Jarzmik robert.jarz...@free.fr Ping ? Cheers. -- Robert -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH 1/3] clocksource: move PXA timer to clocksource framework

2014-06-21 Thread Robert Jarzmik
Move time.c from arch/arm/mach-pxa/time.c to drivers/clocksource/pxa_timer.c. Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/Makefile | 2 +- drivers/clocksource/Makefile| 1 + arch/arm/mach-pxa/time.c =>

[PATCH 1/3] clocksource: move PXA timer to clocksource framework

2014-06-21 Thread Robert Jarzmik
Move time.c from arch/arm/mach-pxa/time.c to drivers/clocksource/pxa_timer.c. Signed-off-by: Robert Jarzmik robert.jarz...@free.fr --- arch/arm/mach-pxa/Makefile | 2 +- drivers/clocksource/Makefile| 1 + arch/arm/mach-pxa/time.c =