From 5bfa26ca1332780dfeeabafd7f169fc6fb48ba30 Mon Sep 17 00:00:00 2001 From: Haavard Skinnemoen Date: Tue, 6 Jan 2009 14:41:42 -0800 Subject: [PATCH] atmel_spi: clean up SPIv1 quirk handling Currently, we have a flag called "new_1" which is basically equivalent to cpu_is_at91rm9200(). The latter is also called directly a few places. Clean up this mess by introducing a atmel_spi_v2() function for determining the controller version, and move all version dependent code over to use it. This allows us to remove the new_1 flag. Signed-off-by: Haavard Skinnemoen Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed