summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-atmel.c
AgeCommit message (Expand)Author
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
2019-10-18spi: atmel: Remove and fix erroneous commentsGregory CLEMENT
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean
2019-10-01spi: atmel: Remove AVR32 leftoverGregory CLEMENT
2019-08-02spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-30spi-atmel: support inter-word delayJonas Bonn
2019-01-09spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij
2018-09-05spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven
2018-03-28spi: spi-atmel: Use correct enum for DMA transfer directionStefan Agner
2018-02-27spi: atmel: init FIFOs before spi enableEugen Hristev
2018-01-05spi: atmel: Implements transfers with bounce bufferRadu Pirea
2017-12-19spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea
2017-07-03Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t...Mark Brown
2017-06-23spi: atmel: fix corrupted data issue on SAM9 family SoCsCyrille Pitchen
2017-06-06spi: atmel: print version only after successful registrationBaruch Siach
2017-04-18spi: atmel: add deepest PM support to SAMA5D2Quentin Schulz
2017-04-12spi: atmel: factorize reusable code for SPI controller initQuentin Schulz
2016-12-12Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to...Mark Brown
2016-11-25spi: atmel: remove the use of private channel fieldsNicolas Ferre
2016-11-25spi: atmel: trivial: remove unused fields in DMA structureNicolas Ferre
2016-11-25spi: atmel: Use SPI core DMA mapping frameworkCyrille Pitchen
2016-11-25spi: atmel: Use core SPI_MASTER_MUST_[RT]X handlingNicolas Ferre
2016-11-25spi: atmel: trivial: move info banner to latest probe actionNicolas Ferre
2016-11-15spi: atmel: Fix scheduling while atomicBen Whitten
2016-11-14spi: atmel: fix indenting in atmel_spi_gpio_cs()Dan Carpenter