summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-atmel.c
Commit message (Expand)AuthorAgeFilesLines
* spi: atmel: Drop unused variableTudor Ambarus2021-03-101-4/+0
* spi: atmel: Put allocated master before returnPan Bian2021-01-211-1/+1
* spi: atmel: Downgrade to dev_dbg when dma_request_chan() failsTudor Ambarus2020-10-301-3/+3
* Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-151-1/+0
|\
| * spi: atmel: remove unnecessary includeAlexandre Belloni2020-09-301-1/+0
* | spi: atmel: Exposing effective spi speedThomas Kopp2020-10-011-0/+1
* | spi: atmel: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-081-3/+2
|/
* spi: atmel: remove redundant label out_freeColin Ian King2020-07-091-1/+0
* spi: atmel: No need to call spi_master_put() if spi_alloc_master() failedPeng Fan2020-07-071-2/+1
* spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge2020-04-301-0/+1
* spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-18/+11
* Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-221-92/+117
|\
| * spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-1/+1
| * spi: atmel: Improve CS0 case support on AT91RM9200Gregory CLEMENT2019-10-181-3/+12
| * spi: atmel: Improve and fix GPIO CS usageGregory CLEMENT2019-10-181-8/+66
| * spi: atmel: Remove platform data supportGregory CLEMENT2019-10-181-14/+2
| * spi: atmel: Remove useless private fieldGregory CLEMENT2019-10-181-11/+6
| * spi: atmel: Configure GPIO per CS instead of by controllerGregory CLEMENT2019-10-181-24/+8
| * spi: atmel: Fix CS high supportGregory CLEMENT2019-10-181-4/+2
| * spi: atmel: Remove and fix erroneous commentsGregory CLEMENT2019-10-181-7/+3
| * spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-151-2/+1
| * spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean2019-10-151-2/+24
| * spi: atmel: Remove AVR32 leftoverGregory CLEMENT2019-10-011-24/+0
* | spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2019-10-181-7/+3
|/
* spi: atmel: add tracing to custom .transfer_one_message callbackUwe Kleine-König2019-08-021-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* spi-atmel: support inter-word delayJonas Bonn2019-01-301-5/+6
* spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-66/+27
* spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven2018-09-051-8/+2
* spi: spi-atmel: Use correct enum for DMA transfer directionStefan Agner2018-03-281-4/+4
* spi: atmel: init FIFOs before spi enableEugen Hristev2018-02-271-3/+5
* spi: atmel: Implements transfers with bounce bufferRadu Pirea2018-01-051-29/+84
* spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea2017-12-191-1/+1
*-. Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t...Mark Brown2017-07-031-3/+3
|\ \
| * | spi: atmel: print version only after successful registrationBaruch Siach2017-06-061-3/+3
| |/
* / spi: atmel: fix corrupted data issue on SAM9 family SoCsCyrille Pitchen2017-06-231-1/+23
|/
* spi: atmel: add deepest PM support to SAMA5D2Quentin Schulz2017-04-181-0/+9
* spi: atmel: factorize reusable code for SPI controller initQuentin Schulz2017-04-121-14/+21
*-. Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to...Mark Brown2016-12-121-178/+106
|\ \
| | * spi: atmel: remove the use of private channel fieldsNicolas Ferre2016-11-251-43/+43
| | * spi: atmel: trivial: remove unused fields in DMA structureNicolas Ferre2016-11-251-4/+0
| | * spi: atmel: Use SPI core DMA mapping frameworkCyrille Pitchen2016-11-251-32/+25
| | * spi: atmel: Use core SPI_MASTER_MUST_[RT]X handlingNicolas Ferre2016-11-251-96/+35
| | * spi: atmel: trivial: move info banner to latest probe actionNicolas Ferre2016-11-251-4/+4
| | * spi: atmel: fix indenting in atmel_spi_gpio_cs()Dan Carpenter2016-11-141-9/+9
* | | spi: atmel: Fix scheduling while atomicBen Whitten2016-11-151-1/+5
| |/ |/|
* | spi: atmel: use managed resource for gpio chip selectNicolas Ferre2016-11-091-11/+39
|/
* spi: atmel: fix gpio chip-select in case of non-DT platformCyrille Pitchen2016-01-281-0/+1
*-. Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...Mark Brown2015-11-041-15/+6
|\ \
| | * spi: atmel: Remove needless bits_per_word and speed_hz testsJarkko Nikula2015-09-251-15/+6
| |/