From 044d0bb620be2ecb02c7f8c2d4b547f7b7101811 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Thu, 15 Aug 2013 14:11:21 +0800 Subject: [PATCH] spi: nuc900: Fix mode_bits setting The code in nuc900_slave_select() supports handling SPI_CS_HIGH. Thus set SPI_CS_HIGH bit in master->mode_bits to make it work. Otherwise, spi_setup() will return unsupported mode bits error message if SPI_CS_HIGH is set in the mode field of struct spi_device. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-format-patch failed