index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: update modalias_show after of_device_uevent_modalias support
Andreas Schwab
2021-07-22
1
-0
/
+4
*
spi: meson-spicc: fix memory leak in meson_spicc_remove
Dongliang Mu
2021-07-22
1
-0
/
+2
*
spi: spi-mux: Add module info needed for autoloading
Uwe Kleine-König
2021-07-22
1
-0
/
+8
*
spi: spi-bcm2835: Fix deadlock
Alexandru Tachici
2021-07-20
1
-5
/
+7
*
spi: cadence: Correct initialisation of runtime PM again
Marek Vasut
2021-07-19
1
-5
/
+9
*
spi: cadence-quadspi: Disable Auto-HW polling
Apurva Nandan
2021-07-16
1
-13
/
+14
*
spi: spi-cadence-quadspi: Fix division by zero warning
Yoshitaka Ikeda
2021-07-16
1
-0
/
+3
*
spi: spi-cadence-quadspi: Revert "Fix division by zero warning"
Yoshitaka Ikeda
2021-07-16
1
-6
/
+4
*
spi: spi-cadence-quadspi: Fix division by zero warning
Yoshitaka Ikeda
2021-07-15
1
-4
/
+6
*
spi: mediatek: move devm_spi_register_master position
Mason Zhang
2021-07-14
1
-6
/
+6
*
spi: mediatek: fix fifo rx mode
Peter Hess
2021-07-12
1
-3
/
+13
*
spi: atmel: Fix CS and initialization bug
Dan Sneddon
2021-07-12
1
-7
/
+2
*
spi: stm32: fixes pm_runtime calls in probe/remove
Alain Volmat
2021-07-07
1
-1
/
+8
*
spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay
Marek Vasut
2021-07-07
1
-19
/
+19
*
spi: stm32h7: fix full duplex irq handler handling
Alain Volmat
2021-06-30
1
-6
/
+9
*
spi: core: add dma_map_dev for dma device
Vinod Koul
2021-06-25
2
-0
/
+5
*
spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAML
Nobuhiro Iwamatsu
2021-06-25
2
-25
/
+51
*
spi: Fix self assignment issue with ancillary->mode
Colin Ian King
2021-06-24
1
-1
/
+1
*
Merge series "Support ROCKCHIP SPI new feature" from Jon Lin <jon.lin@rock-ch...
Mark Brown
2021-06-23
2
-15
/
+41
|
\
|
*
spi: spi-rockchip: add description for rv1126
Jon Lin
2021-06-23
1
-0
/
+1
|
*
spi: rockchip: Support SPI_CS_HIGH
Jon Lin
2021-06-23
1
-1
/
+13
|
*
spi: rockchip: Support cs-gpio
Jon Lin
2021-06-23
1
-5
/
+10
|
*
spi: rockchip: Wait for STB status in slave mode tx_xfer
Jon Lin
2021-06-23
1
-7
/
+14
|
*
spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
Jon Lin
2021-06-23
1
-2
/
+2
|
*
spi: rockchip: add compatible string for rv1126
Jon Lin
2021-06-23
1
-0
/
+1
*
|
spi: spi-sh-msiof: : use proper DMAENGINE API for termination
Wolfram Sang
2021-06-23
1
-2
/
+2
*
|
spi: spi-rspi: : use proper DMAENGINE API for termination
Wolfram Sang
2021-06-23
1
-3
/
+3
|
/
*
spi: dt-bindings: support devices with multiple chipselects
Sebastian Reichel
2021-06-22
1
-2
/
+5
*
spi: add ancillary device support
Sebastian Reichel
2021-06-22
2
-31
/
+108
*
spi: xilinx: convert to yaml
Nobuhiro Iwamatsu
2021-06-17
2
-23
/
+57
*
spi: convert Cadence SPI bindings to YAML
Nobuhiro Iwamatsu
2021-06-17
2
-30
/
+66
*
spi: stm32-qspi: Remove unused qspi field of struct stm32_qspi_flash
Patrice Chotard
2021-06-15
1
-2
/
+0
*
spi: add of_device_uevent_modalias support
Marco Felsch
2021-06-15
1
-0
/
+4
*
spi: meson-spicc: fix memory leak in meson_spicc_probe
zpershuai
2021-06-14
1
-1
/
+1
*
spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.
zpershuai
2021-06-14
1
-2
/
+4
*
spi: spi-mem: fix doc warning in spi-mem.c
Yang Yingliang
2021-06-14
1
-1
/
+1
*
spi: remove spi_set_cs_timing()
Greg Kroah-Hartman
2021-06-09
2
-78
/
+0
*
spi: hisi-kunpeng: Add debugfs support
Jay Fang
2021-06-07
1
-1
/
+50
*
spi: stm32-qspi: Fix W=1 build warning
Patrice Chotard
2021-06-04
1
-0
/
+1
*
Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice....
Mark Brown
2021-06-03
5
-21
/
+234
|
\
|
*
spi: stm32-qspi: add automatic poll status feature
Patrice Chotard
2021-06-03
1
-8
/
+78
|
*
mtd: spinand: use the spi-mem poll status APIs
Patrice Chotard
2021-06-03
2
-13
/
+54
|
*
spi: spi-mem: add automatic poll status functions
Patrice Chotard
2021-06-03
2
-0
/
+102
*
|
spi: atmel: Reduce spin lock usage
Dan Sneddon
2021-06-03
1
-15
/
+4
*
|
spi: atmel: Switch to transfer_one transfer method
Dan Sneddon
2021-06-03
1
-91
/
+33
*
|
spi: bcm2835: Allow arbitrary number of slaves
Lukas Wunner
2021-06-02
1
-85
/
+119
*
|
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-06-01
325
-1741
/
+3070
|
\
\
|
*
|
spi: Cleanup on failure of initial setup
Lukas Wunner
2021-06-01
5
-19
/
+54
|
*
|
spi: bcm2835: Fix out-of-bounds access with more than 4 slaves
Lukas Wunner
2021-05-24
1
-2
/
+8
|
*
|
spi: sc18is602: implement .max_{transfer,message}_size() for the controller
Vladimir Oltean
2021-05-21
1
-0
/
+7
[next]