Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-12 Thread Michal Simek
2012/11/5 Josh Cartwright : > On Mon, Nov 05, 2012 at 12:22:55PM +0100, Michal Simek wrote: >> 2012/10/29 Josh Cartwright : >> > Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to >> > drivers/clocksource, and out of the mach-zynq directory. >> > >> > The common.h (which only held

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-12 Thread Michal Simek
2012/11/5 Josh Cartwright josh.cartwri...@ni.com: On Mon, Nov 05, 2012 at 12:22:55PM +0100, Michal Simek wrote: 2012/10/29 Josh Cartwright josh.cartwri...@ni.com: Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to drivers/clocksource, and out of the mach-zynq directory.

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-05 Thread Josh Cartwright
On Mon, Nov 05, 2012 at 12:22:55PM +0100, Michal Simek wrote: > 2012/10/29 Josh Cartwright : > > Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to > > drivers/clocksource, and out of the mach-zynq directory. > > > > The common.h (which only held the timer declaration) was renamed

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-05 Thread Rob Herring
On 11/05/2012 05:22 AM, Michal Simek wrote: > 2012/10/29 Josh Cartwright : >> Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to >> drivers/clocksource, and out of the mach-zynq directory. >> >> The common.h (which only held the timer declaration) was renamed to >> xilinx_ttc.h

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-05 Thread Michal Simek
2012/10/29 Josh Cartwright : > Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to > drivers/clocksource, and out of the mach-zynq directory. > > The common.h (which only held the timer declaration) was renamed to > xilinx_ttc.h and moved into include/linux. > > Signed-off-by: Josh

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-05 Thread Michal Simek
2012/10/29 Josh Cartwright josh.cartwri...@ni.com: Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to drivers/clocksource, and out of the mach-zynq directory. The common.h (which only held the timer declaration) was renamed to xilinx_ttc.h and moved into include/linux.

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-05 Thread Rob Herring
On 11/05/2012 05:22 AM, Michal Simek wrote: 2012/10/29 Josh Cartwright josh.cartwri...@ni.com: Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to drivers/clocksource, and out of the mach-zynq directory. The common.h (which only held the timer declaration) was renamed to

Re: [PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-11-05 Thread Josh Cartwright
On Mon, Nov 05, 2012 at 12:22:55PM +0100, Michal Simek wrote: 2012/10/29 Josh Cartwright josh.cartwri...@ni.com: Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to drivers/clocksource, and out of the mach-zynq directory. The common.h (which only held the timer declaration)

[PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-10-31 Thread Josh Cartwright
Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to drivers/clocksource, and out of the mach-zynq directory. The common.h (which only held the timer declaration) was renamed to xilinx_ttc.h and moved into include/linux. Signed-off-by: Josh Cartwright Cc: Arnd Bergmann ---

[PATCH 2/8] ARM: zynq: move ttc timer code to drivers/clocksource

2012-10-31 Thread Josh Cartwright
Suggested cleanup by Arnd Bergmann. Move the ttc timer.c code to drivers/clocksource, and out of the mach-zynq directory. The common.h (which only held the timer declaration) was renamed to xilinx_ttc.h and moved into include/linux. Signed-off-by: Josh Cartwright josh.cartwri...@ni.com Cc: Arnd