Re: [PATCH 12/12] clocksource: samsung-time: Add Device Tree support

2013-02-12 Thread Mark Rutland
Hi Tomasz, [...] > > > +Required properties: > > > +- compatible : should be one of following: > > > +samsung,s3c24xx-pwm-timer - for 16-bit timers present on S3C24xx > > > +samsung,s3c64xx-pwm-timer - for 32-bit timers present on S3C64xx > > > and newer +- reg: base address and size of r

Re: [PATCH 12/12] clocksource: samsung-time: Add Device Tree support

2013-02-11 Thread Tomasz Figa
Hi Mark, Thanks for your comments. See my replies inline. On Monday 11 of February 2013 11:00:56 Mark Rutland wrote: > On Sun, Feb 10, 2013 at 01:20:23PM +, Tomasz Figa wrote: > > This patch adds support for parsing all platform-specific data from > > Device Tree and instantiation using clock

[PATCH 12/12] clocksource: samsung-time: Add Device Tree support

2013-02-10 Thread Tomasz Figa
This patch adds support for parsing all platform-specific data from Device Tree and instantiation using clocksource_of_init to samsung-time clocksource driver. Cc: devicetree-disc...@lists.ozlabs.org Signed-off-by: Tomasz Figa --- .../devicetree/bindings/arm/samsung-timer.txt | 32 +++