index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-17
spi: stm32-qspi: Add pm_runtime support
Patrice Chotard
1
-4
/
+53
2020-04-16
Merge series "Cleanup chip info in spi-dw driver" from Clement Leger <cleger@kalray.eu>:
Mark Brown
2
-68
/
+1
2020-04-16
spi: spi-fsl-qspi: Reduce devm_ioremap size to 4 times AHB buffer size
Ashish Kumar
1
-3
/
+4
2020-04-16
spi: dw: remove cs_control and poll_mode members from chip_data
Clement Leger
1
-40
/
+1
2020-04-16
spi: dw: remove unused dw_spi_chip handling
Clement Leger
2
-28
/
+0
2020-04-16
spi: spidev: Add support for Octal mode data transfers
Geert Uytterhoeven
1
-1
/
+2
2020-04-14
spi: spi-sh-msiof: Fix checkpatch error Complex macros should use ()
Aishwarya R
1
-1
/
+1
2020-04-14
spi: spi-mtk-nor: make mtk_nor_exec_op() statuc
Jason Yan
1
-1
/
+1
2020-04-14
spi: sprd: adi: Use IS_ENABLED() to validate configs
Baolin Wang
1
-1
/
+1
2020-04-14
spi: remove redundant assignment to variable ms
Colin Ian King
1
-1
/
+1
2020-04-14
spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"
Aishwarya R
1
-1
/
+1
2020-04-14
spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous line
Aishwarya R
1
-8
/
+7
2020-04-14
spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource
Andy Shevchenko
1
-0
/
+1
2020-04-14
spi: sc18is602: Fix a typo in MODULE_DESCRIPTION
Christophe JAILLET
1
-1
/
+1
2020-04-09
spi: spi-axi-spi-engine: Access register after clock initialization
RafaĆ Hibner
1
-16
/
+16
2020-04-03
spi: spi-ep93xx: fix wrong SPI mode selection
Jungseung Lee
1
-2
/
+6
2020-04-02
Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-1
/
+1
2020-03-30
Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-2
/
+2
2020-03-30
Merge branch 'pm-qos'
Rafael J. Wysocki
1
-2
/
+2
2020-03-27
Merge branch 'spi-5.7' into spi-next
Mark Brown
24
-570
/
+2964
2020-03-27
spi: efm32: Convert to use GPIO descriptors
Linus Walleij
1
-41
/
+3
2020-03-23
spi: spi-fsl-lpspi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
spi: spi-s3c24xx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-20
spi: stm32: Fix comments compilation warnings
Alain Volmat
1
-17
/
+45
2020-03-20
spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses
Tudor Ambarus
1
-22
/
+97
2020-03-18
spi: spi-fsl-dspi: Add support for LS1028A
Vladimir Oltean
1
-0
/
+9
2020-03-18
spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_message
Vladimir Oltean
1
-26
/
+29
2020-03-18
spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code path
Vladimir Oltean
1
-7
/
+9
2020-03-18
spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode
Vladimir Oltean
1
-2
/
+4
2020-03-18
spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion
Vladimir Oltean
1
-13
/
+6
2020-03-18
spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight
Vladimir Oltean
1
-59
/
+52
2020-03-18
spi: spi-fsl-dspi: Avoid reading more data than written in EOQ mode
Vladimir Oltean
1
-2
/
+5
2020-03-18
spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
Vladimir Oltean
1
-54
/
+32
2020-03-18
spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA
Vladimir Oltean
1
-6
/
+20
2020-03-18
spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
Vladimir Oltean
1
-2
/
+5
2020-03-17
spi: mxs: Drop GPIO includes
Linus Walleij
1
-2
/
+1
2020-03-12
Merge series "spi: meson-spicc: add support for AXG and G12A variants" from Neil Armstrong <narmstrong@baylibre.com>:
Mark Brown
2
-124
/
+367
2020-03-12
spi: acpi: remove superfluous parameter check
Wolfram Sang
1
-1
/
+1
2020-03-12
spi: meson-spicc: add support for Amlogic G12A
Neil Armstrong
1
-8
/
+46
2020-03-12
spi: meson-spicc: adapt burst handling for G12A support
Neil Armstrong
1
-79
/
+50
2020-03-12
spi: meson-spicc: setup IO line delay
Neil Armstrong
1
-1
/
+60
2020-03-12
spi: meson-spicc: add min sclk for each compatible
Neil Armstrong
1
-1
/
+4
2020-03-12
spi: meson-spicc: support max 80MHz clock
Neil Armstrong
1
-6
/
+6
2020-03-12
spi: meson-spicc: add a linear clock divider support
Sunny Luo
2
-40
/
+165
2020-03-12
spi: meson-spicc: enhance output enable feature
Sunny Luo
1
-2
/
+51
2020-03-12
spi: meson-spicc: remove unused variables
Neil Armstrong
1
-2
/
+0
2020-03-12
spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probe
Dan Carpenter
1
-2
/
+2
2020-03-11
Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.7
Mark Brown
4
-7
/
+702
2020-03-11
spi: add support for mediatek spi-nor controller
Chuanhong Guo
3
-0
/
+700
2020-03-11
spi: make spi-max-frequency optional
Chuanhong Guo
1
-7
/
+2
[prev]
[next]