atmel_spi: clean up SPIv1 quirk handling
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Tue, 6 Jan 2009 22:41:42 +0000 (14:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:19 +0000 (15:59 -0800)
commit5bfa26ca1332780dfeeabafd7f169fc6fb48ba30
treee03fa31c53e5d97077dfd932cb5a62dcc44ef2c4
parentd29389de0b0ee1715333bafc6ac3f22a75aa4313
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 <haavard.skinnemoen@atmel.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/atmel_spi.c