index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-08
spi: tegra20: Use of_device_get_match_data()
Minghao Chi
1
-7
/
+1
2022-04-08
spi: spi-zynqmp-gqspi: Handle error for dma_set_mask
Jiasheng Jiang
1
-1
/
+4
2022-04-08
spi: pxa2xx-pci: Balance reference count for PCI DMA device
Andy Shevchenko
1
-1
/
+16
2022-04-08
spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
Miaoqian Lin
1
-0
/
+2
2022-04-08
spi: tegra114: Add missing IRQ check in tegra_spi_probe
Miaoqian Lin
1
-0
/
+4
2022-04-08
spi: mxic: Fix the transmit path
Miquel Raynal
1
-16
/
+12
2022-04-08
spi: Fix erroneous sgs value with min_t()
Biju Das
1
-2
/
+2
2022-04-08
spi: Fix invalid sgs value
Biju Das
1
-2
/
+2
2022-03-16
spi: rockchip: terminate dma transmission when slave abort
Jon Lin
1
-0
/
+6
2022-03-16
spi: rockchip: Fix error in getting num-cs property
Jon Lin
1
-3
/
+4
2022-03-02
spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
Zhou Qingyang
1
-0
/
+3
2022-02-08
spi: uniphier: fix reference count leak in uniphier_spi_probe()
Xin Xiong
1
-4
/
+14
2022-02-08
spi: meson-spicc: add IRQ check in meson_spicc_probe
Miaoqian Lin
1
-0
/
+5
2022-02-08
spi: mediatek: Avoid NULL pointer crash in interrupt
Benjamin Gaignard
1
-1
/
+1
2022-02-08
spi: bcm-qspi: check for valid cs before applying chip select
Kamal Dasu
1
-1
/
+1
2022-02-08
spi: stm32-qspi: Update spi registering
Patrice Chotard
1
-30
/
+17
2022-01-27
spi: uniphier: Fix a bug that doesn't point to private data correctly
Kunihiko Hayashi
1
-5
/
+6
2022-01-27
spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe
Miaoqian Lin
1
-0
/
+1
2022-01-27
spi: Fix incorrect cs_setup delay handling
Hector Martin
1
-7
/
+6
2022-01-27
spi: hisi-kunpeng: Fix the debugfs directory name incorrect
oujiefeng
1
-7
/
+8
2021-12-29
spi: change clk_disable_unprepare to clk_unprepare
Dongliang Mu
1
-1
/
+1
2021-11-25
spi: fix use-after-free of the add_lock mutex
Michael Walle
1
-6
/
+6
2021-11-18
spi: spi-rpc-if: Check return value of rpcif_sw_init()
Lad Prabhakar
1
-1
/
+3
2021-11-18
spi: Fixed division by zero warning
Yoshitaka Ikeda
4
-4
/
+5
2021-11-18
spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
Yang Yingliang
1
-2
/
+3
2021-11-18
spi: Check we have a spi_device_id for each DT compatible
Mark Brown
1
-0
/
+41
2021-10-28
Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-4
/
+5
2021-10-26
spi: spl022: fix Microwire full duplex mode
Thomas Perrot
1
-2
/
+3
2021-10-25
spi: Fix tegra20 build with CONFIG_PM=n once again
Linus Torvalds
1
-1
/
+1
2021-10-20
spi: altera: Change to dynamic allocation of spi id
Russ Weight
2
-2
/
+2
2021-10-14
spi-mux: Fix false-positive lockdep splats
Uwe Kleine-König
2
-6
/
+13
2021-10-14
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
1
-11
/
+6
2021-10-11
spi: bcm-qspi: clear MSPI spifie interrupt during probe
Kamal Dasu
1
-32
/
+45
2021-10-02
spi: spi-nxp-fspi: don't depend on a specific node name erratum workaround
Michael Walle
1
-19
/
+7
2021-10-01
spi: mediatek: skip delays if they are 0
Dafna Hirschfeld
1
-28
/
+36
2021-10-01
spi: atmel: Fix PDC transfer setup bug
Ville Baillie
1
-2
/
+2
2021-09-27
Merge tag 'v5.15-rc3' into spi-5.15
Mark Brown
2
-9
/
+1
2021-09-27
spi: spidev: Add SPI ID table
Mark Brown
1
-0
/
+14
2021-09-22
Merge tag 'spi-fix-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+0
2021-09-21
spi: Revert modalias changes
Mark Brown
1
-8
/
+0
2021-09-21
Merge tag 'v5.15-rc2' into spi-5.15
Mark Brown
15
-86
/
+166
2021-09-20
Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+10
2021-09-18
spi: Fix tegra20 build with CONFIG_PM=n
Linus Torvalds
1
-2
/
+2
2021-09-09
spi: tegra20-slink: Declare runtime suspend and resume functions conditionally
Guenter Roeck
1
-3
/
+2
2021-09-03
spi: rockchip: handle zero length transfers without timing out
Tobias Schramm
1
-0
/
+6
2021-09-02
Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-6
/
+35
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-09-01
Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-10
/
+12
2021-08-26
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
19
-438
/
+1176
2021-08-26
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
Mark Brown
3
-14
/
+18
[next]