index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: Make spi_delay_exec() warn if called from atomic context
Mark Brown
2020-05-22
1
-0
/
+2
*
Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...
Mark Brown
2020-05-22
3
-26
/
+21
|
\
|
*
spi: dw: Discard dma_width member of the dw_spi structure
Serge Semin
2020-05-22
3
-7
/
+5
|
*
spi: dw: Discard unused void priv pointer
Serge Semin
2020-05-22
1
-2
/
+0
|
*
spi: dw: Discard static DW DMA slave structures
Serge Semin
2020-05-22
2
-13
/
+8
|
*
spi: dw: Enable interrupts in accordance with DMA xfer mode
Serge Semin
2020-05-22
1
-4
/
+8
*
|
spi: rb4xx: update driver to be device tree aware
Christopher Hill
2020-05-22
1
-0
/
+9
*
|
spi: rb4xx: null pointer bug fix
Christopher Hill
2020-05-22
1
-5
/
+5
|
/
*
spi: bcm2835: Tear down DMA before turning off SPI controller
Lukas Wunner
2020-05-20
1
-2
/
+2
*
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-05-20
3
-3
/
+8
|
\
|
*
spi: bcm2835aux: Fix controller unregister order
Lukas Wunner
2020-05-20
1
-1
/
+3
|
*
spi: bcm2835: Fix controller unregister order
Lukas Wunner
2020-05-20
1
-1
/
+3
|
*
spi: Fix controller unregister order
Lukas Wunner
2020-05-20
1
-1
/
+2
*
|
Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...
Mark Brown
2020-05-15
3
-2
/
+21
|
\
\
|
*
|
spi: dw: Clear DMAC register when done or stopped
Serge Semin
2020-05-15
1
-0
/
+8
|
*
|
spi: dw: Initialize paddr in DW SPI MMIO private data
Serge Semin
2020-05-15
1
-1
/
+4
|
*
|
spi: dw: Fix native CS being unset
Serge Semin
2020-05-15
1
-1
/
+9
*
|
|
spi: spi-rockchip: use num-cs property and ctlr->enable_gpiods
Chris Ruehl
2020-05-15
1
-1
/
+8
*
|
|
spi: spi-rockchip: add support for spi slave mode
Chris Ruehl
2020-05-15
1
-6
/
+38
*
|
|
spi: spi-rockchip: cleanup use struct spi_controller
Chris Ruehl
2020-05-15
1
-91
/
+91
|
/
/
*
|
spi: dw: Drop duplicate error message when remap resource
Andy Shevchenko
2020-05-12
1
-3
/
+1
*
|
spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabled
Jay Fang
2020-05-11
1
-0
/
+2
*
|
spi: sun6i: Add support for GPIO chip select lines
Alistair Francis
2020-05-11
1
-0
/
+1
*
|
spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify code
Kunihiko Hayashi
2020-05-11
1
-2
/
+1
*
|
spi: uniphier: Depend on HAS_IOMEM
Kunihiko Hayashi
2020-05-11
1
-0
/
+1
*
|
spi: dw: Get rid of dma_inited flag
Andy Shevchenko
2020-05-07
3
-17
/
+14
*
|
spi: dw: Avoid useless assignments in generic DMA setup
Andy Shevchenko
2020-05-07
1
-2
/
+0
*
|
spi: dw: Add Elkhart Lake PSE DMA support
Jarkko Nikula
2020-05-06
3
-0
/
+46
*
|
spi: dw: Propagate struct device pointer to ->dma_init() callback
Andy Shevchenko
2020-05-06
3
-3
/
+3
*
|
spi: dw: Add 'mfld' suffix to Intel Medfield related routines
Andy Shevchenko
2020-05-06
3
-13
/
+18
*
|
spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMA
Andy Shevchenko
2020-05-06
1
-3
/
+2
*
|
spi: dw: Downgrade interrupt.h to irqreturn.h where appropriate
Andy Shevchenko
2020-05-06
2
-2
/
+2
*
|
spi: dw: Move interrupt.h to spi-dw.h who is user of it
Andy Shevchenko
2020-05-06
3
-2
/
+1
*
|
spi: dw: Remove unused variable in CR0 configuring hooks
Andy Shevchenko
2020-05-06
1
-2
/
+0
*
|
spi: dw: Zero DMA Tx and Rx configurations on stack
Andy Shevchenko
2020-05-06
1
-0
/
+2
*
|
spi: bcm2835: Fix error return code in bcm2835_dma_init()
Wei Yongjun
2020-05-06
1
-0
/
+4
*
|
spi: a3700: make a3700_spi_init() return void
Jason Yan
2020-05-06
1
-7
/
+3
*
|
spi: dw: Add support for Intel Keem Bay SPI
Wan Ahmad Zainie
2020-05-05
1
-0
/
+26
*
|
spi: dw: Add support for DesignWare DWC_ssi
Wan Ahmad Zainie
2020-05-05
3
-0
/
+55
*
|
spi: dw: Add update_cr0() callback to update CTRLR0
Wan Ahmad Zainie
2020-05-05
4
-11
/
+48
*
|
spi: dw: Fix typo in few registers name
Wan Ahmad Zainie
2020-05-05
2
-13
/
+13
*
|
spi: bcm2835: Fixes bare use of unsigned
Jacko Dirks
2020-05-05
1
-2
/
+2
*
|
Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:
Mark Brown
2020-05-05
1
-22
/
+5
|
\
\
|
*
|
spi: amd: Drop superfluous member from struct amd_spi
Lukas Wunner
2020-05-04
1
-4
/
+2
|
*
|
spi: amd: Fix refcount underflow on remove
Lukas Wunner
2020-05-04
1
-12
/
+1
|
*
|
spi: amd: Drop duplicate driver data assignments
Lukas Wunner
2020-05-04
1
-2
/
+0
|
*
|
spi: amd: Pass probe errors back to driver core
Lukas Wunner
2020-05-04
1
-1
/
+1
|
*
|
spi: amd: Fix duplicate iounmap in error path
Lukas Wunner
2020-05-04
1
-3
/
+1
*
|
|
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-05-05
5
-39
/
+47
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
spi: bcm-qspi: Handle clock probe deferral
Florian Fainelli
2020-04-21
1
-7
/
+5
[next]