index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
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
2023-12-11
spi: sprd: switch to use modern name
Yang Yingliang
1
-2
/
+2
2023-12-11
spi: sprd-adi: switch to use spi_alloc_host()
Yang Yingliang
1
-1
/
+1
2023-12-11
spi: pl022: delete unused next_msg_cs_active in struct pl022
Nam Cao
1
-5
/
+0
2023-12-11
spi: pl022: delete unused cur_gpiod in struct pl022
Nam Cao
1
-4
/
+0
2023-12-10
spi: spi-imx: correctly configure burst length when using dma
Benjamin Bigler
1
-4
/
+11
2023-12-08
spi: mpc52xx: explicitly include linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2023-12-07
spi: Add support for stacked/parallel memories
Mark Brown
1
-42
/
+217
2023-12-07
spi: Add multi-cs memories support in SPI core
Amit Kumar Mahapatra
1
-42
/
+217
2023-12-06
spi: axi-spi-engine: improvements round 2
Mark Brown
1
-39
/
+77
2023-12-06
spi: cadence: revert "Add SPI transfer delays"
Nam Cao
1
-1
/
+0
2023-12-06
spi: axi-spi-engine: add watchdog timer
David Lechner
1
-3
/
+26
2023-12-06
spi: axi-spi-engine: remove delay from CS assertion
David Lechner
1
-1
/
+1
2023-12-06
spi: axi-spi-engine: restore clkdiv at end of message
David Lechner
1
-1
/
+9
2023-12-06
spi: axi-spi-engine: implement xfer->cs_change_delay
David Lechner
1
-0
/
+4
2023-12-06
spi: axi-spi-engine: remove xfer arg from spi_engine_gen_sleep()
David Lechner
1
-5
/
+5
2023-12-06
spi: axi-spi-engine: fix sleep ticks calculation
David Lechner
1
-15
/
+10
2023-12-06
spi: axi-spi-engine: remove spi_engine_get_clk_div()
David Lechner
1
-18
/
+5
2023-12-06
spi: axi-spi-engine: populate xfer->effective_speed_hz
David Lechner
1
-0
/
+23
2023-12-06
spi: axi-spi-engine: return void from spi_engine_compile_message()
David Lechner
1
-3
/
+1
2023-12-05
spi: atmel: Prevent spi transfers from being killed
Miquel Raynal
1
-6
/
+4
2023-12-04
spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()
Yang Yingliang
1
-1
/
+3
2023-12-04
spi: spl022: fix sleeping in interrupt context
Mark Brown
2
-306
/
+69
2023-12-01
spi: atmel: Drop unused defines
Miquel Raynal
1
-3
/
+0
2023-12-01
spi: atmel: Do not cancel a transfer upon any signal
Miquel Raynal
1
-2
/
+2
2023-11-30
spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
Chia-Lin Kao (AceLan)
7
-10
/
+10
2023-11-30
spi: spl022: switch to use default spi_transfer_one_message()
Nam Cao
1
-306
/
+66
2023-11-30
spi: introduce SPI_TRANS_FAIL_IO for error reporting
Nam Cao
1
-0
/
+3
2023-11-27
spi: sprd: adi: Use devm_register_restart_handler()
Andrew Davis
1
-22
/
+8
2023-11-20
spi: axi-spi-engine improvements
Mark Brown
1
-146
/
+253
2023-11-20
spi: axi-spi-engine: add support for any word size
David Lechner
1
-16
/
+68
2023-11-20
spi: axi-spi-engine: add support for cs_off
David Lechner
1
-10
/
+21
2023-11-20
spi: axi-spi-engine: remove struct spi_engine::msg
David Lechner
1
-32
/
+28
2023-11-20
spi: axi-spi-engine: remove completed_id from driver state
David Lechner
1
-3
/
+3
2023-11-20
spi: axi-spi-engine: use message_prepare/unprepare
David Lechner
1
-12
/
+34
2023-11-20
spi: axi-spi-engine: move msg state to new struct
David Lechner
1
-54
/
+96
2023-11-20
spi: axi-spi-engine: check for valid clock rate
David Lechner
1
-0
/
+3
2023-11-20
spi: axi-spi-engine: use devm_spi_register_controller()
David Lechner
1
-9
/
+1
2023-11-20
spi: axi-spi-engine: use devm_request_irq()
David Lechner
1
-8
/
+3
2023-11-20
spi: axi-spi-engine: use devm action to reset hw on remove
David Lechner
1
-5
/
+14
2023-11-20
spi: axi-spi-engine: use devm_spi_alloc_host()
David Lechner
1
-21
/
+10
2023-11-20
spi: axi-spi-engine: simplify driver data allocation
David Lechner
1
-6
/
+2
2023-11-20
spi: ingenic: convert not to use dma_request_slave_channel()
Christophe JAILLET
1
-6
/
+9
2023-11-18
spi: intel: make mem_ops comparison unique to opcode match
Raag Jadav
1
-5
/
+5
2023-11-13
Add STM32F7 SPI support
Mark Brown
1
-149
/
+306
2023-11-13
spi: spi-ti-qspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-6
/
+7
2023-11-13
spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
Amit Kumar Mahapatra
1
-1
/
+2
2023-11-13
spi: cadence-xspi: Drop useless assignment to NULL
Uwe Kleine-König
1
-1
/
+0
2023-11-13
spi: stm32: add STM32F7 support
Ben Wolsieffer
1
-0
/
+149
2023-11-13
spi: stm32: use callbacks for read_rx and write_tx
Ben Wolsieffer
1
-4
/
+12
2023-11-13
spi: stm32: rename stm32f4_* to stm32fx_*
Ben Wolsieffer
1
-145
/
+145
[prev]
[next]