RE: [PATCH] ARM: SAMSUNG: use spin_lock_irqsave() in clk_set_parent

2012-08-22 Thread Kukjin Kim
Mandeep Singh Baines wrote: > > From 0cdf3aff, "ARM: SAMSUNG: use spin_lock_irqsave() in > clk_{enable,disable}": > > The clk_enable()and clk_disable() can be used process and ISR either. > And actually it is used for real product and other platforms use it > now. So spin_lock_irqsave() sho

[PATCH] ARM: SAMSUNG: use spin_lock_irqsave() in clk_set_parent

2012-08-15 Thread Mandeep Singh Baines
>From 0cdf3aff, "ARM: SAMSUNG: use spin_lock_irqsave() in clk_{enable,disable}": The clk_enable()and clk_disable() can be used process and ISR either. And actually it is used for real product and other platforms use it now. So spin_lock_irqsave() should be used instead. We need to make a si