From 1f1f584c9a1dd234041573d2d1c42620b3966607 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 10 May 2010 13:31:36 +0900 Subject: [PATCH] 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-format-patch failed