index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
34
-530
/
+911
2024-07-09
spi: mux: set ctlr->bits_per_word_mask
David Lechner
1
-0
/
+1
2024-07-09
spi: add defer_optimize_message controller flag
David Lechner
2
-1
/
+18
2024-07-09
spi: don't unoptimize message in spi_async()
David Lechner
1
-2
/
+0
2024-07-08
spi: add ch341a usb2spi driver
Johannes Thumshirn
3
-0
/
+248
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from status
Li zeming
1
-1
/
+1
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from rc
Li zeming
1
-1
/
+1
2024-07-05
spi: xcomm: fix coding style
Nuno Sa
1
-14
/
+14
2024-07-05
spi: xcomm: remove i2c_set_clientdata()
Nuno Sa
1
-1
/
+0
2024-07-05
spi: xcomm: make use of devm_spi_alloc_host()
Nuno Sa
1
-2
/
+2
2024-07-05
spi: xcomm: add gpiochip support
Michael Hennerich
1
-1
/
+41
2024-07-04
spi: omap2-mcspi: Revert multi mode support
Mark Brown
1
-14
/
+1
2024-07-01
spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
Frank Li
1
-5
/
+14
2024-07-01
spi: davinci: Unset POWERDOWN bit when releasing resources
Bastien Curutchet
1
-0
/
+6
2024-06-27
spi: axi-spi-engine: remove platform_set_drvdata()
David Lechner
1
-7
/
+1
2024-06-25
spi: spi-fsl-lpspi: Pass pm_ptr()
Fabio Estevam
1
-1
/
+1
2024-06-25
spi: spi-imx: Pass pm_ptr()
Fabio Estevam
1
-1
/
+1
2024-06-25
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-0
/
+1
2024-06-25
spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-3
/
+3
2024-06-25
spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-7
/
+6
2024-06-24
spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)
David Lechner
1
-0
/
+1
2024-06-24
spi: axi-spi-engine: fix sleep calculation
David Lechner
1
-8
/
+18
2024-06-24
spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
Uwe Kleine-König
1
-1
/
+1
2024-06-23
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-0
/
+27
2024-06-22
spi: add devm_spi_optimize_message() helper
David Lechner
1
-0
/
+27
2024-06-21
spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
Uwe Kleine-König
1
-1
/
+1
2024-06-20
spi: cs42l43: Add speaker id support to the bridge configuration
Simon Trimmer
1
-21
/
+52
2024-06-20
spi: cs42l43: Refactor accessing the SDCA extension properties
Charles Keepax
1
-0
/
+1
2024-06-20
spi: Merge up fixes
Mark Brown
4
-28
/
+20
2024-06-19
spi: spi-imx: imx51: revert burst length calculation back to bits_per_word
Marc Kleine-Budde
1
-12
/
+2
2024-06-19
spi: spi-cadence: Enable spi refclk in slave mode
Amit Kumar Mahapatra
1
-7
/
+7
2024-06-18
spi: Fix SPI slave probe failure
Amit Kumar Mahapatra
1
-4
/
+6
2024-06-18
spi: cs42l43: Refactor accessing the SDCA extension properties
Charles Keepax
1
-16
/
+9
2024-06-18
spi: Fix OCTAL mode support
Patrice Chotard
1
-2
/
+4
2024-06-18
spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
Patrice Chotard
1
-1
/
+1
2024-06-18
spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
Patrice Chotard
1
-6
/
+4
2024-06-12
spi: meson-spicc: add spicc loopback mode
Xianwei Zhao
1
-2
/
+4
2024-06-11
spi: Rework DMA mapped flag
Mark Brown
8
-65
/
+52
2024-06-10
spi: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
6
-0
/
+6
2024-06-10
spi: meson-spicc: set SPI clock flag CLK_SET_RATE_PARENT
Xianwei Zhao
1
-6
/
+10
2024-06-10
spi: Rework per message DMA mapped flag to be per transfer
Andy Shevchenko
2
-47
/
+28
2024-06-10
spi: qup: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-5
/
+4
2024-06-10
spi: pci1xxxx: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+3
2024-06-10
spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-4
/
+2
2024-06-10
spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-4
/
+4
2024-06-10
spi: ingenic: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+2
2024-06-10
spi: dw: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+2
2024-06-10
spi: Introduce internal spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-0
/
+8
2024-06-07
spi: cs42l43: Drop cs35l56 SPI speed down to 11MHz
Charles Keepax
1
-2
/
+2
2024-06-04
spi: cs42l43: Correct SPI root clock speed
Charles Keepax
1
-1
/
+1
[next]