aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sc18is602.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-02-22spi: sc18is602: Add OF device ID tableJavier Martinez Canillas1-1/+23
2016-09-29spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleepPhil Reid1-1/+1
2016-09-01spi: sc18is602: Add reset control via gpio pin.Phil Reid1-0/+9
2015-04-11Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx' and 'spi/topic/sc18is602' into spi-nextMark Brown1-1/+1
2015-02-11spi: sc18is602: Support multiple devices on a single I2C bus if DT is configuredGuenter Roeck1-1/+1
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-4/+0
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