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