summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-atmel.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner1-6/+2
2023-12-14spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet1-1/+81
2023-12-05spi: atmel: Prevent spi transfers from being killedMiquel Raynal1-6/+4
2023-12-02spi: atmel: Drop unused definesMiquel Raynal1-3/+0
2023-12-02spi: atmel: Do not cancel a transfer upon any signalMiquel Raynal1-2/+2
2023-07-12spi: Header and core clean up and refactoringMark Brown1-2/+2
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-1/+1
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-07-10spi: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+1
2023-06-23spi: atmel: Prevent false timeouts on long transfersMiquel Raynal1-7/+11
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-13/+13
2023-03-06spi: atmel: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-23spi: atmel: switch to use modern nameYang Yingliang1-127/+127
2022-07-18spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}Claudiu Beznea1-11/+4
2022-01-07spi: atmel: Fix typoQinghua Jin1-1/+1
2021-11-26spi: atmel: Remove setting of deprecated member of struct dma_slave_configTudor Ambarus1-2/+0
2021-11-26spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()Tudor Ambarus1-21/+17
2021-10-01spi: atmel: Fix PDC transfer setup bugVille Baillie1-2/+2
2021-07-12spi: atmel: Fix CS and initialization bugDan Sneddon1-7/+2
2021-06-03spi: atmel: Reduce spin lock usageDan Sneddon1-15/+4
2021-06-03spi: atmel: Switch to transfer_one transfer methodDan Sneddon1-91/+33
2021-03-10spi: atmel: Drop unused variableTudor Ambarus1-4/+0
2021-01-21spi: atmel: Put allocated master before returnPan Bian1-1/+1
2020-10-30spi: atmel: Downgrade to dev_dbg when dma_request_chan() failsTudor Ambarus1-3/+3
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+0
2020-10-02spi: atmel: Exposing effective spi speedThomas Kopp1-0/+1
2020-09-30spi: atmel: remove unnecessary includeAlexandre Belloni1-1/+0
2020-09-08spi: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+2
2020-07-10spi: atmel: remove redundant label out_freeColin Ian King1-1/+0
2020-07-07spi: atmel: No need to call spi_master_put() if spi_alloc_master() failedPeng Fan1-2/+1
2020-04-30spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge1-0/+1
2019-12-16spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-18/+11
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown1-92/+117
2019-11-15spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-10-18spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2019-10-18spi: atmel: Improve CS0 case support on AT91RM9200Gregory CLEMENT1-3/+12
2019-10-18spi: atmel: Improve and fix GPIO CS usageGregory CLEMENT1-8/+66
2019-10-18spi: atmel: Remove platform data supportGregory CLEMENT1-14/+2
2019-10-18spi: atmel: Remove useless private fieldGregory CLEMENT1-11/+6
2019-10-18spi: atmel: Configure GPIO per CS instead of by controllerGregory CLEMENT1-24/+8
2019-10-18spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-10-18spi: atmel: Remove and fix erroneous commentsGregory CLEMENT1-7/+3
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean1-2/+1
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean1-2/+24
2019-10-01spi: atmel: Remove AVR32 leftoverGregory CLEMENT1-24/+0
2019-08-02spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-31spi-atmel: support inter-word delayJonas Bonn1-5/+6
2019-01-09spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij1-66/+27
2018-09-05spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven1-8/+2