Marek Szyprowski wrote:
>
> clkdev framework uses global mutex to protect clock tree, so it is not
> possible to call clk_get() in interrupt context. This patch fixes this
> issue and makes system reset by watchdog call working again.
>
> Signed-off-by: Marek Szyprowski
> Signed-off-by: Kyungmin
Hi Kyungmin,
On Friday 19 August 2011 04:14 PM, Kyungmin Park wrote:
Interesting. there's no s5p_reset_hook at exynos4.
Anyway, after implement the s5p_reset_hook, it's working without
hacking of v7-fin.
Thanks for the pointer. After adding s5p_reset_hook, tested soft-reboot
successfully on OR
Marek Szyprowski wrote:
>
> Hello,
>
> On Friday, August 19, 2011 3:06 PM Kukjin Kim wrote:
>
> > Marek Szyprowski wrote:
> > >
> > > clkdev framework uses global mutex to protect clock tree, so it is not
> > > possible to call clk_get() in interrupt context. This patch fixes this
> > > issue an
Hello,
On Friday, August 19, 2011 3:06 PM Kukjin Kim wrote:
> Marek Szyprowski wrote:
> >
> > clkdev framework uses global mutex to protect clock tree, so it is not
> > possible to call clk_get() in interrupt context. This patch fixes this
> > issue and makes system reset by watchdog call working
Marek Szyprowski wrote:
>
> clkdev framework uses global mutex to protect clock tree, so it is not
> possible to call clk_get() in interrupt context. This patch fixes this
> issue and makes system reset by watchdog call working again.
>
> Signed-off-by: Marek Szyprowski
> Signed-off-by: Kyungmin
Interesting. there's no s5p_reset_hook at exynos4.
Anyway, after implement the s5p_reset_hook, it's working without
hacking of v7-fin.
Send it another mail.
Thank you,
Kyungmin Park
On Fri, Aug 19, 2011 at 7:25 PM, Marek Szyprowski
wrote:
> Hello,
>
> On Friday, August 19, 2011 11:38 AM Tushar
Hello,
On Friday, August 19, 2011 11:38 AM Tushar Behera wrote:
> Hi,
>
> On Thursday 18 August 2011 03:55 PM, Marek Szyprowski wrote:
> > clkdev framework uses global mutex to protect clock tree, so it is not
> > possible to call clk_get() in interrupt context. This patch fixes this
> > issue a
Hi,
On Thursday 18 August 2011 03:55 PM, Marek Szyprowski wrote:
clkdev framework uses global mutex to protect clock tree, so it is not
possible to call clk_get() in interrupt context. This patch fixes this
issue and makes system reset by watchdog call working again.
Signed-off-by: Marek Szypro
clkdev framework uses global mutex to protect clock tree, so it is not
possible to call clk_get() in interrupt context. This patch fixes this
issue and makes system reset by watchdog call working again.
Signed-off-by: Marek Szyprowski
Signed-off-by: Kyungmin Park
---
arch/arm/plat-samsung/clock