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
2022-09-08
spi: lpspi: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-09-07
spi: Add capability to perform some transfer with chipselect off
Christophe Leroy
1
-3
/
+9
2022-09-07
spi: nxp-fspi: Do not dereference fwnode in struct device
Andy Shevchenko
1
-4
/
+4
2022-09-05
spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime()
Xu Qiang
1
-1
/
+3
2022-09-05
spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
Xu Qiang
1
-3
/
+14
2022-09-02
spi: spi: Fix queue hang if previous transfer failed
David Jander
1
-2
/
+1
2022-09-02
spi: mux: Fix mux interaction with fast path optimisations
Mark Brown
2
-1
/
+2
2022-08-31
spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()
Andy Shevchenko
1
-2
/
+1
2022-08-31
spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
1
-2
/
+2
2022-08-30
spi: amd: Fix speed selection
Shreeya Patel
1
-4
/
+1
2022-08-29
spi: mt7621: Fix an erroneous message + clean-ups
Mark Brown
1
-36
/
+6
2022-08-29
spi: mt7621: Remove 'clk' from 'struct mt7621_spi'
Christophe JAILLET
1
-3
/
+1
2022-08-29
spi: mt7621: Use devm_spi_register_controller()
Christophe JAILLET
1
-15
/
+1
2022-08-29
spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handling
Christophe JAILLET
1
-13
/
+1
2022-08-29
spi: mt7621: Fix an error message in mt7621_spi_probe()
Christophe JAILLET
1
-5
/
+3
2022-08-29
spi: add generic R-Car Gen4 and specific r8a779f0 support
Mark Brown
1
-0
/
+1
2022-08-29
spi: stm32-qspi: Fix pm_runtime management in stm32_qspi_transfer_one_message()
Patrice Chotard
1
-1
/
+7
2022-08-29
spi: sh-msiof: add generic Gen4 binding
Wolfram Sang
1
-0
/
+1
2022-08-28
spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error path
Patrice Chotard
1
-2
/
+4
2022-08-25
spi: amd: Configure device speed
Lucas Tanure
1
-0
/
+97
2022-08-25
spi: pxa2xx: Remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-08-24
ACPI: Drop parent field from struct acpi_device
Rafael J. Wysocki
1
-1
/
+1
2022-08-23
spi: stm32_qspi: use QSPI bus as 8 lines communication channel
Mark Brown
1
-9
/
+109
2022-08-23
spi: dw: Quite logging on deferred controller registration
Serge Semin
1
-1
/
+1
2022-08-23
spi: stm32_qspi: Add transfer_one_message() spi callback
Patrice Chotard
1
-9
/
+109
2022-08-22
spi: intel: 64k erase is supported from Canon Lake and beyond
Mika Westerberg
1
-0
/
+1
2022-08-22
spi: intel: Add support for second flash chip
Mika Westerberg
1
-16
/
+147
2022-08-22
spi: cadence-quadspi: Disable irqs during indirect reads
Niravkumar L Rabara
1
-4
/
+34
2022-08-19
spi: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-18
spi: amd: Setup all xfers before opcode execution
Cristian Ciocaltea
1
-46
/
+47
2022-08-16
Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
2
-35
/
+108
2022-08-15
spi: npcm-pspi: add Arbel NPCM8XX support
Mark Brown
1
-0
/
+1
2022-08-15
Add support for Microchip QSPI controller
Mark Brown
3
-0
/
+610
2022-08-15
spi: lpspi: Simplify some error message
Christophe JAILLET
1
-1
/
+1
2022-08-15
spi: microchip-core: Simplify some error message
Christophe JAILLET
1
-2
/
+2
2022-08-15
spi: s3c64xx: correct dma_chan pointer initialization
Chanho Park
1
-2
/
+2
2022-08-15
spi: microchip-core-qspi: Add support for microchip fpga qspi controllers
Naga Sureshkumar Relli
3
-0
/
+610
2022-08-15
spi: npcm-pspi: Add NPCM845 peripheral SPI support
Tomer Maimon
1
-0
/
+1
2022-08-15
spi: bitbang: Fix lsb-first Rx
Robin Murphy
1
-2
/
+4
2022-08-15
Merge remote-tracking branch 'spi/for-5.20' into spi-6.0
Mark Brown
2
-35
/
+108
2022-08-11
spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
Neil Armstrong
1
-28
/
+101
2022-08-06
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+1
2022-08-05
spi: spi.c: Add missing __percpu annotations in users of spi_statistics
David Jander
1
-7
/
+7
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-7
/
+2
2022-08-02
Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
31
-575
/
+1804
2022-08-02
Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-1
/
+1
2022-07-29
Add SPI Driver to HPE GXP Architecture
Mark Brown
3
-0
/
+333
2022-07-29
spi: spi-gxp: Add support for HPE GXP SoCs
Nick Hawkins
3
-0
/
+333
2022-07-26
spi: a3700: support BE for AC5 SPI driver
Noam
1
-2
/
+2
2022-07-25
spi: bcm2835: enable shared interrupt support
Martin Sperl
1
-2
/
+6
[prev]
[next]