index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-tegra210-quad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
spi: tegra210-quad: use modern PM macros
Jisheng Zhang
1
-7
/
+7
2026-06-01
spi: tegra210-quad: Allocate DMA memory for DMA engine
Aaron Kling
1
-11
/
+18
2026-04-10
spi: tegra210-quad: Fix false positive WARN on interrupt timeout with transfe...
Breno Leitao
1
-2
/
+4
2026-03-10
spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() calls
Felix Gu
1
-3
/
+0
2026-02-24
spi: tegra210-quad: Add runtime autosuspend support
Vishwaroop A
1
-3
/
+16
2026-02-11
Merge tag 'spi-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-1
/
+0
2026-01-30
spi: tegra210-quad: Protect curr_xfer check in IRQ handler
Breno Leitao
1
-0
/
+20
2026-01-30
spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq...
Breno Leitao
1
-0
/
+3
2026-01-30
spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer
Breno Leitao
1
-0
/
+5
2026-01-30
spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer...
Breno Leitao
1
-0
/
+3
2026-01-30
spi: tegra210-quad: Move curr_xfer read inside spinlock
Breno Leitao
1
-2
/
+4
2026-01-30
spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer
Breno Leitao
1
-2
/
+17
2026-01-19
spi: Drop duplicate of_node assignment
Andy Shevchenko
1
-1
/
+0
2025-11-04
spi: tegra210-quad: Check hardware status on timeout
Vishwaroop A
1
-17
/
+77
2025-11-04
spi: tegra210-quad: Refactor error handling into helper functions
Vishwaroop A
1
-40
/
+44
2025-11-04
spi: tegra210-quad: Fix timeout handling
Vishwaroop A
1
-2
/
+20
2025-06-13
spi: tegra210-qspi: Remove cache operations
Thierry Reding
1
-14
/
+0
2025-05-15
spi: tegra210-quad: Add support for internal DMA
Vishwaroop A
1
-93
/
+130
2025-04-30
spi: axi-spi-engine: offload instruction optimization
Mark Brown
1
-3
/
+3
2025-04-24
spi: tegra210-quad: Update dummy sequence configuration
Vishwaroop A
1
-5
/
+26
2025-04-24
spi: tegra210-quad: modify chip select (CS) deactivation
Vishwaroop A
1
-4
/
+4
2025-04-24
spi: tegra210-quad: remove redundant error handling code
Vishwaroop A
1
-4
/
+0
2025-04-24
spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers
Vishwaroop A
1
-8
/
+4
2025-04-15
spi: tegra210-quad: add rate limiting and simplify timeout error message
Breno Leitao
1
-2
/
+2
2025-04-15
spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
Breno Leitao
1
-1
/
+1
2024-11-01
spi: tegra210-quad: Avoid shift-out-of-bounds
Breno Leitao
1
-1
/
+1
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-12-11
spi: tegra210-quad: switch to use modern name
Yang Yingliang
1
-40
/
+40
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-04-21
spi: tegra210-quad: Enable TPM wait polling
Krishna Yarlagadda
1
-0
/
+14
2023-04-04
spi: tegra210-quad: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-4
/
+4
2023-03-06
spi: tegra210-quad: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-02-28
spi: tegra210-quad: Fix iterator outside loop
Krishna Yarlagadda
1
-4
/
+8
2023-02-24
spi: tegra210-quad: Fix validate combined sequence
Krishna Yarlagadda
1
-1
/
+1
2023-02-23
spi: tegra210-quad: set half duplex flag
Krishna Yarlagadda
1
-0
/
+1
2022-11-17
spi: tegra210-quad: Fix duplicate resource error
Krishna Yarlagadda
1
-1
/
+2
2022-10-28
spi: tegra210-quad: Don't initialise DMA if not supported
Jon Hunter
1
-0
/
+6
2022-10-03
spi: tegra210-quad: Fix combined sequence
Krishna Yarlagadda
1
-0
/
+5
2022-06-13
spi: tegra210-quad: Multi-cs support
Krishna Yarlagadda
1
-2
/
+31
2022-03-08
spi: tegra210-quad: combined sequence mode
Krishna Yarlagadda
1
-5
/
+233
2022-03-08
spi: tegra210-quad: add acpi support
Krishna Yarlagadda
1
-11
/
+41
2022-02-24
spi: tegra210-quad: add new chips to compatible
Krishna Yarlagadda
1
-3
/
+30
2022-02-24
spi: tegra210-quad: use device_reset method
Krishna Yarlagadda
1
-14
/
+4
2022-02-08
spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
Miaoqian Lin
1
-0
/
+2
2021-11-26
spi: tegra210-quad: use devm call for cdata memory
Krishna Yarlagadda
1
-10
/
+1
2021-10-26
spi: tegra210-quad: Put device into suspend on driver removal
Dmitry Osipenko
1
-2
/
+2
2021-05-10
spi: tegra210-quad: Fix an error message
Christophe JAILLET
1
-1
/
+1
2021-01-06
spi: tegra210-quad: Add support for hardware dummy cycles transfer
Sowjanya Komatineni
1
-3
/
+31
2021-01-06
spi: tegra210-quad: Add support for Tegra210 QSPI controller
Sowjanya Komatineni
1
-0
/
+1382