[PATCH 5/6] S3C64XX SPI: SPI Controller driver for S3C64XX
+static struct spi_board_info smdk6410_spi_devices[] __initdata = { + { + .modalias= "spidev", + .mode= SPI_MODE_0, + .max_speed_hz= 400, + .bus_num = 0, + .chip_select = 0, +
[PATCH 5/6] S3C64XX SPI: SPI Controller driver for S3C64XX
Added S3C64XX SPI controller driver. Each SPI controller has exactly one CS line and as such doesn't provide for multi-cs. We implement a workaround to support multi-cs by _not_ configuring the mux'ed CS pin for each SPI controller. The CS mechanism is assumed to be fully machine specific - the dr