Re: [RFC PATCH 2/3] clk: samsung: register restart notifiers for s3c2412 and s3c2443

2014-07-08 Thread Guenter Roeck
On Tue, Jul 08, 2014 at 04:24:34PM +0200, Tomasz Figa wrote: > Hi Heiko, > > On 06.07.2014 20:43, Heiko Stübner wrote: > > S3C2412, S3C2443 and their derivatives contain a special software-reset > > register in their system-controller. > > > > Therefore register a restart-notifier for those. > >

Re: [RFC PATCH 2/3] clk: samsung: register restart notifiers for s3c2412 and s3c2443

2014-07-08 Thread Tomasz Figa
Hi Heiko, On 06.07.2014 20:43, Heiko Stübner wrote: > S3C2412, S3C2443 and their derivatives contain a special software-reset > register in their system-controller. > > Therefore register a restart-notifier for those. I wonder if we really need to differentiate between these SoCs instead of just

[RFC PATCH 2/3] clk: samsung: register restart notifiers for s3c2412 and s3c2443

2014-07-06 Thread Heiko Stübner
S3C2412, S3C2443 and their derivatives contain a special software-reset register in their system-controller. Therefore register a restart-notifier for those. Tested on a s3c2416-based board, s3c2412 compile-tested. Signed-off-by: Heiko Stuebner --- drivers/clk/samsung/clk-s3c2412.c | 28 +++