index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
spi: atmel: Reduce spin lock usage
Dan Sneddon
1
-15
/
+4
2021-06-03
spi: atmel: Switch to transfer_one transfer method
Dan Sneddon
1
-91
/
+33
2021-06-03
spi: stm32-qspi: add automatic poll status feature
Patrice Chotard
1
-8
/
+78
2021-06-03
spi: spi-mem: add automatic poll status functions
Patrice Chotard
1
-0
/
+86
2021-06-03
spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()
Patrice Chotard
1
-1
/
+4
2021-06-02
spi: bcm2835: Allow arbitrary number of slaves
Lukas Wunner
1
-85
/
+119
2021-06-02
spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error code
zpershuai
1
-3
/
+4
2021-06-01
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.14
Mark Brown
10
-32
/
+100
2021-06-01
spi: Cleanup on failure of initial setup
Lukas Wunner
5
-19
/
+54
2021-05-26
spi: Enable tracing of the SPI setup CS selection
Andy Shevchenko
1
-0
/
+4
2021-05-24
spi: ath79: set number of chipselect lines
David Bauer
1
-0
/
+1
2021-05-24
spi: ath79: drop platform data
David Bauer
1
-8
/
+0
2021-05-24
spi: bcm2835: Fix out-of-bounds access with more than 4 slaves
Lukas Wunner
1
-2
/
+8
2021-05-21
spi: pxa2xx: Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-21
spi: sc18is602: implement .max_{transfer,message}_size() for the controller
Vladimir Oltean
1
-0
/
+7
2021-05-21
spi: sc18is602: don't consider the chip select byte in sc18is602_check_transfer
Vladimir Oltean
1
-1
/
+1
2021-05-20
Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <songzhiqi1@huawei.com>:
Mark Brown
7
-10
/
+10
2021-05-20
spi: ppc4xx: add parenthesis for sizeof
Zhiqi Song
1
-2
/
+2
2021-05-20
spi: omap-uwire: add parenthesis for sizeof
Zhiqi Song
1
-1
/
+1
2021-05-20
spi: omap2-mcspi: add parenthesis for sizeof
Zhiqi Song
1
-1
/
+1
2021-05-20
spi: mpc52xx-psc: add parenthesis for sizeof
Zhiqi Song
1
-2
/
+2
2021-05-20
spi: mpc52xx: add parenthesis for sizeof
Zhiqi Song
1
-1
/
+1
2021-05-20
spi: mpc512x-psc: add parenthesis for sizeof
Zhiqi Song
1
-2
/
+2
2021-05-20
spi: lm70llp: add parenthesis for sizeof
Zhiqi Song
1
-1
/
+1
2021-05-20
spi: fix some invalid char occurrences
Mauro Carvalho Chehab
2
-2
/
+2
2021-05-18
Merge tag 'v5.13-rc2' into spi-5.13
Mark Brown
5
-27
/
+16
2021-05-18
spi: pxa2xx: Use predefined mask when programming FIFO thresholds
Andy Shevchenko
1
-1
/
+2
2021-05-18
spi: pxa2xx: Fix style of and typos in the comments and messages
Andy Shevchenko
4
-38
/
+44
2021-05-18
spi: pxa2xx: Fix printf() specifiers
Andy Shevchenko
1
-4
/
+3
2021-05-18
spi: pxa2xx: Drop unneeded '!= 0' comparisons
Andy Shevchenko
1
-4
/
+4
2021-05-18
spi: pxa2xx: Drop duplicate chip_select in struct chip_data
Andy Shevchenko
2
-4
/
+1
2021-05-18
spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handling
Andy Shevchenko
2
-39
/
+32
2021-05-18
spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handling
Andy Shevchenko
2
-51
/
+3
2021-05-18
spi: pxa2xx: Propagate firmware node to the child SPI controller device
Andy Shevchenko
1
-1
/
+3
2021-05-14
spi: Don't have controller clean up spi device before driver unbind
Saravana Kannan
1
-3
/
+3
2021-05-12
spi: Assume GPIO CS active high in ACPI case
Andy Shevchenko
1
-4
/
+18
2021-05-12
spi: sprd: Add missing MODULE_DEVICE_TABLE
Chunyan Zhang
1
-0
/
+1
2021-05-11
spi: uniphier: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-1
/
+1
2021-05-11
spi: ppc4xx: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-1
/
+1
2021-05-11
spi: omap-uwire: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-1
/
+1
2021-05-11
spi: oc-tiny: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-1
/
+1
2021-05-11
spi: npcm-pspi: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-1
/
+1
2021-05-11
spi: spidev: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-1
/
+1
2021-05-11
spi: Use SPI_MODE_X_MASK
Andy Shevchenko
1
-2
/
+2
2021-05-11
Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:
Mark Brown
4
-98
/
+107
2021-05-11
spi: altera: Remove redundant dev_err call in dfl_spi_altera_probe()
Zou Wei
1
-3
/
+1
2021-05-11
spi: Convert to use predefined time multipliers
Andy Shevchenko
1
-13
/
+28
2021-05-11
spi: pxa2xx: Introduce special type for Merrifield SPIs
Andy Shevchenko
2
-4
/
+30
2021-05-11
spi: pxa2xx: Constify struct driver_data parameter
Andy Shevchenko
1
-2
/
+2
2021-05-11
spi: pxa2xx: Extract read_SSSR_bits() helper
Andy Shevchenko
3
-22
/
+20
[prev]
[next]