summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rockchip-sfc.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-09spi: rockchip-sfc: Fix double-free in remove() callbackFelix Gu1-1/+1
2026-01-19spi: Drop duplicate of_node assignmentAndy Shevchenko1-1/+0
2025-10-06spi: rockchip-sfc: Fix DMA-API usageMarek Szyprowski1-1/+11
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-3/+0
2025-01-10spi-nand/spi-mem DTR supportMark Brown1-3/+8
2025-01-09spi: rockchip-sfc: Support per spi-mem operation frequency switchesMiquel Raynal1-3/+8
2025-01-09spi: Merge up v6.13-rc6Mark Brown1-1/+3
2025-01-06spi: rockchip-sfc: Support sclk_x2 versionJon Lin1-2/+19
2024-12-19spi: rockchip-sfc: Using normal memory for dmaJon Lin1-22/+25
2024-12-18spi: rockchip-sfc: Fix error in remove progressJon Lin1-1/+3
2024-12-17spi: rockchip-sfc: Support pm opsJon Lin1-20/+128
2024-12-04spi: rockchip-sfc: Optimize the judgment mechanism completed by the controllerJon Lin1-0/+10
2024-12-02spi: rockchip-sfc: Support ACPIJon Lin1-3/+11
2024-11-19spi: rockchip-sfc: Embedded DMA only support 4B aligned addressJon Lin1-1/+1
2024-10-01Improve error handling in Rockchip SPI driversMark Brown1-13/+8
2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-30spi: fix typo in the commentYan Zhen1-1/+1
2024-09-30spi: rockchip-sfc: Use dev_err_probe() in the probe pathDragan Simic1-8/+6
2024-09-30spi: rockchip-sfc: Perform trivial code cleanupsDragan Simic1-5/+2
2023-08-21spi: rockchip-sfc: switch to use modern nameYang Yingliang1-15/+15
2023-07-11spi: Convert to SPI_CONTROLLER_HALF_DUPLEXAndy Shevchenko1-1/+1
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-8/+4
2023-04-19spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe1-1/+1
2023-03-29spi: rockchip-sfc: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-03-07spi: rockchip-sfc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-03-10spi: rockchip-sfc: fix platform_get_irq.cocci warningYihao Han1-3/+1
2021-08-23spi: rockchip-sfc: Fix assigned but never used return error codesColin Ian King1-2/+2
2021-08-23spi: rockchip-sfc: Remove redundant IO operationsJon Lin1-2/+2
2021-08-17spi: rockchip-sfc: add rockchip serial flash controllerChris Morgan1-0/+694