From: Ben Dooks Date: Mon, 10 May 2010 04:31:36 +0000 (+0900) Subject: ARM: SAMSUNG: Make ADC client SMP safe X-Git-Tag: v2.6.35-rc1~264^2~1^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1f584c9a1dd234041573d2d1c42620b3966607;p=pandora-kernel.git ARM: SAMSUNG: Make ADC client SMP safe Change local_irq disable calls to use spinlocks to ensure that the ADC driver data is protected against multiple access.. Note, this does not protect the client's data, and the client should ensure it does not make multiple calls to the ADC driver. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed