Re: [PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-04-06 Thread Felipe Balbi
Hi, On Tue, Apr 06, 2010 at 12:57:16AM +0200, ext Kevin Hilman wrote: What' you've created is not a generic clocksource driver but one that can only work with the 32k sync timer. so I achieved my goal, which was to convert *32k-sync timer* into a platform_driver. If you're going to create

Re: [PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-04-06 Thread Felipe Balbi
On Tue, Apr 06, 2010 at 04:43:52PM +0200, ext Kevin Hilman wrote: so I achieved my goal, which was to convert *32k-sync timer* into a platform_driver. OK, then I misunderstood your goal. Based on $SUBJECT, I thought you were trying to create a generic clocksource driver. ok, so it was my

Re: [PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-04-05 Thread Kevin Hilman
Felipe Balbi felipe.ba...@nokia.com writes: Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- Amended both patches into one since there were different clock

[PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-03-26 Thread Felipe Balbi
Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- Amended both patches into one since there were different clock names before. Now the change will still be bisectable.

[PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-03-23 Thread Felipe Balbi
Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Tested on N900. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- this patch depends on Aaro's offset_32k patch: http://marc.info/?l=linux-omapm=126927727024322w=2