aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sc18is602.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-13spi: sc18is602: Convert to let spi core validate transfer speedAxel Lin1-10/+3
2014-02-11spi: sc18is602: Move checking chip_select for SC18IS602 to sc18is602_setupAxel Lin1-7/+12
2014-02-03spi: sc18is602: Remove sc18is602_setup() because it is done by spi coreAxel Lin1-9/+0
2014-01-23Merge commit 'spi/topic/sc18is602' into spi-linusMark Brown1-7/+1
2014-01-17spi: sc18is602: Convert to use bits_per_word_maskAxel Lin1-7/+1
2014-01-17spi: Remove duplicate code to set default bits_per_word settingAxel Lin1-3/+0
2013-12-04spi: sc18is602: Use devm_spi_register_master()Jingoo Han1-12/+1
2012-08-23spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatchGuenter Roeck1-1/+1
2012-08-22spi: Master driver for NXP SC18IS602/603Guenter Roeck1-0/+364