summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-atmel.c
AgeCommit message (Expand)Author
2026-06-01spi: atmel: fix DMA channel and bounce buffer leaksFelix Gu
2026-05-04spi: atmel: switch to managed controller allocationJohan Hovold
2026-04-09spi: atmel: fix controller deregistrationJohan Hovold
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-19spi: Drop duplicate of_node assignmentAndy Shevchenko
2025-08-10spi: atmel: Add support for handling GCLK as a clock sourceManikandan Muralidharan
2025-08-10spi: atmel: simplify MR register update in cs_activate()Manikandan Muralidharan
2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2023-12-14spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet
2023-12-05spi: atmel: Prevent spi transfers from being killedMiquel Raynal
2023-12-01spi: atmel: Drop unused definesMiquel Raynal
2023-12-01spi: atmel: Do not cancel a transfer upon any signalMiquel Raynal
2023-07-12spi: Header and core clean up and refactoringMark Brown
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko
2023-07-09spi: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-06-22spi: atmel: Prevent false timeouts on long transfersMiquel Raynal
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: atmel: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-23spi: atmel: switch to use modern nameYang Yingliang
2022-07-18spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}Claudiu Beznea
2022-01-07spi: atmel: Fix typoQinghua Jin
2021-11-26spi: atmel: Remove setting of deprecated member of struct dma_slave_configTudor Ambarus
2021-11-26spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()Tudor Ambarus
2021-10-01spi: atmel: Fix PDC transfer setup bugVille Baillie
2021-07-11spi: atmel: Fix CS and initialization bugDan Sneddon
2021-06-03spi: atmel: Reduce spin lock usageDan Sneddon
2021-06-03spi: atmel: Switch to transfer_one transfer methodDan Sneddon
2021-03-10spi: atmel: Drop unused variableTudor Ambarus
2021-01-21spi: atmel: Put allocated master before returnPan Bian
2020-10-30spi: atmel: Downgrade to dev_dbg when dma_request_chan() failsTudor Ambarus
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-01spi: atmel: Exposing effective spi speedThomas Kopp
2020-09-30spi: atmel: remove unnecessary includeAlexandre Belloni
2020-09-08spi: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-07-09spi: atmel: remove redundant label out_freeColin Ian King
2020-07-07spi: atmel: No need to call spi_master_put() if spi_alloc_master() failedPeng Fan
2020-04-30spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge
2019-12-16spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown
2019-11-15spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-10-18spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard
2019-10-18spi: atmel: Improve CS0 case support on AT91RM9200Gregory CLEMENT
2019-10-18spi: atmel: Improve and fix GPIO CS usageGregory CLEMENT
2019-10-18spi: atmel: Remove platform data supportGregory CLEMENT
2019-10-18spi: atmel: Remove useless private fieldGregory CLEMENT
2019-10-18spi: atmel: Configure GPIO per CS instead of by controllerGregory CLEMENT
2019-10-18spi: atmel: Fix CS high supportGregory CLEMENT