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-11-23
Merge tag 'spi-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-7
/
+20
2022-11-18
spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer first
Marc Kleine-Budde
1
-3
/
+7
2022-11-17
spi: tegra210-quad: Fix duplicate resource error
Krishna Yarlagadda
1
-1
/
+2
2022-11-16
spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()
Xiongfeng Wang
1
-0
/
+3
2022-11-16
spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock
Frieder Schrempf
1
-2
/
+1
2022-11-11
Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-18
/
+48
2022-11-10
spi: mediatek: Fix DEVAPC Violation at KO Remove
Zhichao Liu
1
-1
/
+7
2022-11-04
spi: amd: Fix SPI_SPD7 value
Vitaly Rodionov
1
-1
/
+1
2022-11-03
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
Sean Nyekjaer
1
-1
/
+1
2022-11-02
spi: meson-spicc: fix do_div build error on non-arm64
Neil Armstrong
1
-1
/
+1
2022-11-01
spi: intel: Use correct mask for flash and protected regions
Mika Westerberg
1
-4
/
+4
2022-10-31
spi: mediatek: Fix package division error
zhichao.liu
1
-10
/
+13
2022-10-28
spi: tegra210-quad: Don't initialise DMA if not supported
Jon Hunter
1
-0
/
+6
2022-10-26
Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-6
/
+13
2022-10-26
spi: meson-spicc: move wait completion in driver to take bursts delay in account
Neil Armstrong
1
-2
/
+22
2022-10-24
spi: stm32: Print summary 'callbacks suppressed' message
Marek Vasut
1
-0
/
+1
2022-10-19
spi: aspeed: Fix window offset of CE1
Cédric Le Goater
1
-1
/
+1
2022-10-17
spi: qup: support using GPIO as chip select line
Robert Marko
1
-0
/
+2
2022-10-13
spi: intel: Fix the offset to get the 64K erase opcode
Mauro Lima
1
-1
/
+1
2022-10-10
spi: aspeed: Fix typo in mode_bits field for AST2600 platform
Chin-Ting Kuo
1
-2
/
+2
2022-10-10
spi: mpc52xx: Replace NO_IRQ by 0
Christophe Leroy
1
-1
/
+1
2022-10-04
Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
35
-375
/
+1304
2022-10-04
spi: spi-gxp: fix typo in SPDX identifier line
Bird, Tim
1
-1
/
+1
2022-10-03
Merge branch 'acpi-uid'
Rafael J. Wysocki
1
-27
/
+10
2022-10-03
spi: tegra210-quad: Fix combined sequence
Krishna Yarlagadda
1
-0
/
+5
2022-09-30
Merge branch 'acpi-dev'
Rafael J. Wysocki
1
-1
/
+1
2022-09-30
spi: Ensure that sg_table won't be used after being freed
Marek Szyprowski
1
-0
/
+2
2022-09-29
spi: spi-gxp: Use devm_platform_ioremap_resource()
Yang Yingliang
1
-7
/
+3
2022-09-28
spi: s3c64xx: Fix large transfers with DMA
Vincent Whitchurch
1
-0
/
+9
2022-09-28
spi: Split transfers larger than max size
Vincent Whitchurch
1
-0
/
+9
2022-09-28
spi: Fix cache corruption due to DMA/PIO overlap
Vincent Whitchurch
1
-21
/
+88
2022-09-28
spi: Save current RX and TX DMA devices
Vincent Whitchurch
1
-15
/
+4
2022-09-27
spi: mt65xx: Add dma max segment size declaration
zhichao.liu
1
-0
/
+5
2022-09-27
Fix PM disable depth imbalance in probe
Mark Brown
3
-2
/
+6
2022-09-26
spi: spi-fsl-qspi: Use devm_platform_ioremap_resource_byname()
Yang Yingliang
1
-2
/
+1
2022-09-26
spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2022-09-26
spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2022-09-26
spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
Zhang Qilong
1
-0
/
+1
2022-09-26
spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
Zhang Qilong
1
-1
/
+3
2022-09-26
spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe
Zhang Qilong
1
-1
/
+2
2022-09-23
spi: s3c24xx: Switch to use devm_spi_alloc_master()
Yang Yingliang
1
-16
/
+8
2022-09-23
spi: xilinx: Switch to use devm_spi_alloc_master()
Yang Yingliang
1
-14
/
+6
2022-09-23
spi: img-spfi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Zhang Qilong
1
-4
/
+2
2022-09-23
spi: aspeed: Remove redundant dev_err call
Shang XiaoJing
1
-3
/
+1
2022-09-23
spi: spi-mpc52xx: switch to using gpiod API
Dmitry Torokhov
1
-19
/
+13
2022-09-23
spi: cadence: Remove redundant dev_err call
Shang XiaoJing
1
-3
/
+1
2022-09-22
spi: xtensa-xtfpga: Switch to use devm_spi_alloc_master()
Yang Yingliang
1
-11
/
+5
2022-09-22
spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' static
Wei Yongjun
1
-1
/
+1
2022-09-21
spi: omap2-mcspi: Fix probe so driver works again
Dan Carpenter
1
-1
/
+1
2022-09-19
spi: pxa2xx: Refactor _UID handling to use acpi_dev_uid_to_integer()
Andy Shevchenko
1
-27
/
+10
[next]