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
2020-05-20
spi: bcm2835: Fix controller unregister order
Lukas Wunner
1
-1
/
+3
2020-05-20
spi: Fix controller unregister order
Lukas Wunner
1
-1
/
+2
2020-05-15
Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...
Mark Brown
3
-2
/
+21
2020-05-15
spi: spi-rockchip: use num-cs property and ctlr->enable_gpiods
Chris Ruehl
1
-1
/
+8
2020-05-15
spi: spi-rockchip: add support for spi slave mode
Chris Ruehl
1
-6
/
+38
2020-05-15
spi: spi-rockchip: cleanup use struct spi_controller
Chris Ruehl
1
-91
/
+91
2020-05-15
spi: dw: Clear DMAC register when done or stopped
Serge Semin
1
-0
/
+8
2020-05-15
spi: dw: Initialize paddr in DW SPI MMIO private data
Serge Semin
1
-1
/
+4
2020-05-15
spi: dw: Fix native CS being unset
Serge Semin
1
-1
/
+9
2020-05-12
spi: dw: Drop duplicate error message when remap resource
Andy Shevchenko
1
-3
/
+1
2020-05-11
spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabled
Jay Fang
1
-0
/
+2
2020-05-11
spi: sun6i: Add support for GPIO chip select lines
Alistair Francis
1
-0
/
+1
2020-05-11
spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify code
Kunihiko Hayashi
1
-2
/
+1
2020-05-11
spi: uniphier: Depend on HAS_IOMEM
Kunihiko Hayashi
1
-0
/
+1
2020-05-07
spi: dw: Get rid of dma_inited flag
Andy Shevchenko
3
-17
/
+14
2020-05-07
spi: dw: Avoid useless assignments in generic DMA setup
Andy Shevchenko
1
-2
/
+0
2020-05-06
spi: dw: Add Elkhart Lake PSE DMA support
Jarkko Nikula
3
-0
/
+46
2020-05-06
spi: dw: Propagate struct device pointer to ->dma_init() callback
Andy Shevchenko
3
-3
/
+3
2020-05-06
spi: dw: Add 'mfld' suffix to Intel Medfield related routines
Andy Shevchenko
3
-13
/
+18
2020-05-06
spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMA
Andy Shevchenko
1
-3
/
+2
2020-05-06
spi: dw: Downgrade interrupt.h to irqreturn.h where appropriate
Andy Shevchenko
2
-2
/
+2
2020-05-06
spi: dw: Move interrupt.h to spi-dw.h who is user of it
Andy Shevchenko
3
-2
/
+1
2020-05-06
spi: dw: Remove unused variable in CR0 configuring hooks
Andy Shevchenko
1
-2
/
+0
2020-05-06
spi: dw: Zero DMA Tx and Rx configurations on stack
Andy Shevchenko
1
-0
/
+2
2020-05-06
spi: bcm2835: Fix error return code in bcm2835_dma_init()
Wei Yongjun
1
-0
/
+4
2020-05-06
spi: a3700: make a3700_spi_init() return void
Jason Yan
1
-7
/
+3
2020-05-05
spi: dw: Add support for Intel Keem Bay SPI
Wan Ahmad Zainie
1
-0
/
+26
2020-05-05
spi: dw: Add support for DesignWare DWC_ssi
Wan Ahmad Zainie
3
-0
/
+55
2020-05-05
spi: dw: Add update_cr0() callback to update CTRLR0
Wan Ahmad Zainie
4
-11
/
+48
2020-05-05
spi: dw: Fix typo in few registers name
Wan Ahmad Zainie
2
-13
/
+13
2020-05-05
spi: bcm2835: Fixes bare use of unsigned
Jacko Dirks
1
-2
/
+2
2020-05-05
Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:
Mark Brown
1
-22
/
+5
2020-05-05
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
5
-39
/
+47
2020-05-04
spi: amd: Drop superfluous member from struct amd_spi
Lukas Wunner
1
-4
/
+2
2020-05-04
spi: amd: Fix refcount underflow on remove
Lukas Wunner
1
-12
/
+1
2020-05-04
spi: amd: Drop duplicate driver data assignments
Lukas Wunner
1
-2
/
+0
2020-05-04
spi: amd: Pass probe errors back to driver core
Lukas Wunner
1
-1
/
+1
2020-05-04
spi: amd: Fix duplicate iounmap in error path
Lukas Wunner
1
-3
/
+1
2020-04-30
spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()
Jules Irenge
1
-0
/
+1
2020-04-30
spi: pxa2xx: Apply CS clk quirk to BXT
Evan Green
1
-0
/
+1
2020-04-29
spi: stm32-qspi: Fix unbalanced pm_runtime_enable issue
Patrice Chotard
1
-0
/
+5
2020-04-29
spi: uniphier: fix error return code in uniphier_spi_probe()
Wei Yongjun
1
-2
/
+6
2020-04-29
spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()
Wei Yongjun
1
-3
/
+2
2020-04-28
spi: spi-amd: fix warning
Sanjay R Mehta
1
-1
/
+1
2020-04-28
firmware: xilinx: Remove eemi ops for fpga related APIs
Rajan Vaja
1
-5
/
+0
2020-04-27
spi: spi-amd: Add AMD SPI controller driver support
Sanjay R Mehta
3
-0
/
+340
2020-04-24
spi: spi-fsl-dspi: Adding shutdown hook
Peng Ma
1
-0
/
+23
2020-04-23
spi: spi-mem: Fix Dual/Quad modes on Octal-capable devices
Geert Uytterhoeven
1
-4
/
+6
2020-04-22
spi: spi-fsl-qspi: Fix return value check of devm_ioremap() in probe
Wei Yongjun
1
-2
/
+2
2020-04-21
spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllers
Kamal Dasu
1
-1
/
+7
[prev]
[next]