From: Minho Ban Date: Fri, 20 Jan 2012 02:03:07 +0000 (+0900) Subject: ARM: SAMSUNG: use spin_lock_irqsave() in clk_{enable,disable} X-Git-Tag: v3.4-rc1~72^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cdf3affd3ddf4ff1a88e32b89bc629d569793f3;p=pandora-kernel.git 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. Signed-off-by: Minho Ban Signed-off-by: Jaecheol Lee Signed-off-by: Sunyoung Kang Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed