Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi: st-ssc4: Remove duplicate code to test unsupported mode bits | Axel Lin | 2015-01-14 | 1 | -6/+0 |
| | | | | | | | | spi_setup() will test unsupported mode bits before calling spi->master->setup. Thus remove duplicate code to test unsupported mode bits in spi_st_setup(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org> | ||||
* | spi: Add new driver for STMicroelectronics' SPI Controller | Lee Jones | 2014-12-22 | 1 | -0/+510 |
This patch adds support for the SPI portion of ST's SSC device. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org> |