]> git.hungrycats.org Git - linux/commit
spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is true
authorAxel Lin <axel.lin@ingics.com>
Mon, 20 Jan 2014 15:22:07 +0000 (23:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Feb 2014 21:34:46 +0000 (13:34 -0800)
commita20b80d813980258195c23bd15857580cf97eef9
tree54aad489c5bc4627a003ddf6d9cd3c4b4455a2a7
parentfb8ff5d6053a52f1530ee00d88a18d5d3ebe10fb
spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is true

commit f7db1588d6028c97c098bb6445eaabc56a25fed8 upstream.

Otherwise, spi_setup() fails with unsupported mode bits message.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spi/spi-nuc900.c