index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-28
spi: pxa2xx-pci: Refactor CE4100 to use ->setup()
Andy Shevchenko
1
-4
/
+11
2022-02-25
Merge tag 'spi-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+13
2022-02-24
Tegra QUAD SPI ACPI & device support
Mark Brown
1
-17
/
+34
2022-02-24
spi: tegra210-quad: add new chips to compatible
Krishna Yarlagadda
1
-3
/
+30
2022-02-24
spi: tegra210-quad: use device_reset method
Krishna Yarlagadda
1
-14
/
+4
2022-02-24
spi: pxa2xx-pci: Balance reference count for PCI DMA device
Andy Shevchenko
1
-1
/
+16
2022-02-24
spi: pxa2xx-pci: Do not dereference fwnode in struct device
Andy Shevchenko
1
-1
/
+1
2022-02-23
spi: add missing pci_dev_put() before return
Wang Qing
1
-2
/
+5
2022-02-22
spi: gpio: Implement LSB First bitbang support
Andreas Färber
2
-9
/
+99
2022-02-22
spi: stm32: ignore Rx queue not empty in stm32f4 Tx only mode
Ahmad Fatoum
1
-1
/
+1
2022-02-21
spi: Use of_device_get_match_data()
Minghao Chi (CGEL ZTE)
1
-7
/
+1
2022-02-18
spi: use sysfs_emit() for printing statistics and add trailing newline
Heiner Kallweit
1
-1
/
+1
2022-02-18
spi: clean up some inconsistent indenting
Yang Li
1
-2
/
+2
2022-02-17
spi: New support and problem adjustment of SPI rockchip
Mark Brown
6
-23
/
+142
2022-02-17
spi: rockchip: clear interrupt status in error handler
Jon Lin
1
-1
/
+2
2022-02-17
spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops
shengfei Xu
1
-5
/
+9
2022-02-17
spi: rockchip: Preset cs-high and clk polarity in setup progress
Jon Lin
1
-0
/
+24
2022-02-17
spi: rockchip: Stop spi slave dma receiver when cs inactive
Jon Lin
1
-8
/
+73
2022-02-17
spi: rockchip: terminate dma transmission when slave abort
Jon Lin
1
-0
/
+6
2022-02-17
spi: rockchip: Fix error in getting num-cs property
Jon Lin
1
-3
/
+4
2022-02-16
spi: pxa2xx: Add support for Intel Raptor Lake PCH-S
Jarkko Nikula
1
-0
/
+5
2022-02-16
spi: amd: Fix building without ACPI enabled
André Almeida
1
-1
/
+1
2022-02-16
spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash
Andy Shevchenko
1
-0
/
+1
2022-02-15
spi: amd: Add support for new controller version
Mark Brown
1
-17
/
+72
2022-02-15
mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
Mark Brown
6
-0
/
+1444
2022-02-14
spi: Retire legacy GPIO handling
Linus Walleij
1
-97
/
+28
2022-02-14
spi: Fix warning for Clang build and simplify code
Li-hao Kuo
1
-29
/
+9
2022-02-14
mtd: spi-nor: intel-spi: Convert to SPI MEM
Mika Westerberg
6
-0
/
+1444
2022-02-14
spi: amd: Add support for version AMDI0062
André Almeida
1
-10
/
+71
2022-02-14
spi: amd: Remove needless rom_addr variable
André Almeida
1
-1
/
+0
2022-02-14
spi: amd: Use iopoll for busy waiting
André Almeida
1
-9
/
+4
2022-02-10
spi: mxic: Add support for pipelined ECC operations
Miquel Raynal
2
-2
/
+112
2022-02-10
spi: mxic: Add support for direct mapping
Miquel Raynal
1
-3
/
+109
2022-02-10
spi: mxic: Create a helper to ease the start of an operation
Miquel Raynal
1
-24
/
+29
2022-02-10
spi: mxic: Create a helper to configure the controller before an operation
Miquel Raynal
1
-12
/
+19
2022-02-10
spi: mxic: Fix the transmit path
Miquel Raynal
1
-16
/
+12
2022-02-10
spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
Miquel Raynal
1
-0
/
+5
2022-02-10
spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
Miquel Raynal
3
-23
/
+2
2022-02-10
spi: mxic: Provide a capability structure
Miquel Raynal
1
-0
/
+5
2022-02-10
spi: cadence-quadspi: Provide a capability structure
Miquel Raynal
1
-0
/
+5
2022-02-10
spi: spi-mem: Check the controller extra capabilities
Miquel Raynal
1
-4
/
+13
2022-02-09
spi: make remove callback a void function
Mark Brown
6
-22
/
+8
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
6
-22
/
+8
2022-02-08
spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
Miaoqian Lin
1
-0
/
+2
2022-02-08
spi: tegra114: Add missing IRQ check in tegra_spi_probe
Miaoqian Lin
1
-0
/
+4
2022-02-08
spi: ath79: add mem_ops for fast-read
Luiz Angelo Daros de Luca
1
-0
/
+34
2022-02-08
spi: Modify irq request position and modify parameters
Li-hao Kuo
1
-32
/
+31
2022-02-08
spi: spidev: prevent spidev->speed_hz from being zero
Dan Carpenter
1
-12
/
+19
2022-02-08
spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
Zhou Qingyang
1
-0
/
+3
2022-02-02
spi: mpc512x-psc: Fix compile errors
Linus Walleij
1
-2
/
+1
[prev]
[next]