index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sc18is602.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: sc18is602: switch to use modern name
Yang Yingliang
2023-08-21
1
-25
/
+25
*
spi: sc18is602: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-14
1
-1
/
+1
*
spi: Explicitly include correct DT includes
Rob Herring
2023-07-14
1
-1
/
+0
*
spi: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-26
1
-1
/
+1
*
spi: sc18is602: Mark OF related data as maybe unused
Krzysztof Kozlowski
2023-03-13
1
-1
/
+1
*
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-2
/
+2
*
spi: sc18is602: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
spi: sc18is602: implement .max_{transfer,message}_size() for the controller
Vladimir Oltean
2021-05-21
1
-0
/
+7
*
spi: sc18is602: don't consider the chip select byte in sc18is602_check_transfer
Vladimir Oltean
2021-05-21
1
-1
/
+1
*
spi: sc18is602: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-11
/
+2
*
spi: sc18is602: Fix a typo in MODULE_DESCRIPTION
Christophe JAILLET
2020-04-14
1
-1
/
+1
*
spi: use new `spi_transfer_delay_exec` helper where straightforward
Alexandru Ardelean
2019-10-15
1
-2
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
spi: sc18is602: Add OF device ID table
Javier Martinez Canillas
2017-02-22
1
-1
/
+23
*
spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleep
Phil Reid
2016-09-29
1
-1
/
+1
*
spi: sc18is602: Add reset control via gpio pin.
Phil Reid
2016-09-01
1
-0
/
+9
*
Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...
Mark Brown
2015-04-12
1
-1
/
+1
|
\
|
*
spi: sc18is602: Support multiple devices on a single I2C bus if DT is configured
Guenter Roeck
2015-02-11
1
-1
/
+1
*
|
spi: Remove FSF mailing addresses
Jarkko Nikula
2014-12-22
1
-4
/
+0
|
/
*
spi: sc18is602: Convert to let spi core validate transfer speed
Axel Lin
2014-03-13
1
-10
/
+3
*
spi: sc18is602: Move checking chip_select for SC18IS602 to sc18is602_setup
Axel Lin
2014-02-11
1
-7
/
+12
*
spi: sc18is602: Remove sc18is602_setup() because it is done by spi core
Axel Lin
2014-02-03
1
-9
/
+0
*
Merge commit 'spi/topic/sc18is602' into spi-linus
Mark Brown
2014-01-23
1
-7
/
+1
|
\
|
*
spi: sc18is602: Convert to use bits_per_word_mask
Axel Lin
2014-01-17
1
-7
/
+1
*
|
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
2014-01-17
1
-3
/
+0
|
/
*
spi: sc18is602: Use devm_spi_register_master()
Jingoo Han
2013-12-04
1
-12
/
+1
*
spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatch
Guenter Roeck
2012-08-23
1
-1
/
+1
*
spi: Master driver for NXP SC18IS602/603
Guenter Roeck
2012-08-22
1
-0
/
+364