aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-30spi-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
2018-03-28spi: spi-atmel: Use correct enum for DMA transfer directionStefan Agner1-4/+4
2018-02-27spi: atmel: init FIFOs before spi enableEugen Hristev1-3/+5
2018-01-05spi: atmel: Implements transfers with bounce bufferRadu Pirea1-29/+84
2017-12-19spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea1-1/+1
2017-07-03Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/topic/davinci' and 'spi/topic/imx' into spi-nextMark Brown1-3/+3
2017-06-23spi: atmel: fix corrupted data issue on SAM9 family SoCsCyrille Pitchen1-1/+23
2017-06-06spi: atmel: print version only after successful registrationBaruch Siach1-3/+3
2017-04-18spi: atmel: add deepest PM support to SAMA5D2Quentin Schulz1-0/+9
2017-04-12spi: atmel: factorize reusable code for SPI controller initQuentin Schulz1-14/+21
2016-12-12Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/axi' into spi-nextMark Brown1-178/+106
2016-11-25spi: atmel: remove the use of private channel fieldsNicolas Ferre1-43/+43
2016-11-25spi: atmel: trivial: remove unused fields in DMA structureNicolas Ferre1-4/+0
2016-11-25spi: atmel: Use SPI core DMA mapping frameworkCyrille Pitchen1-32/+25
2016-11-25spi: atmel: Use core SPI_MASTER_MUST_[RT]X handlingNicolas Ferre1-96/+35
2016-11-25spi: atmel: trivial: move info banner to latest probe actionNicolas Ferre1-4/+4
2016-11-15spi: atmel: Fix scheduling while atomicBen Whitten1-1/+5
2016-11-14spi: atmel: fix indenting in atmel_spi_gpio_cs()Dan Carpenter1-9/+9
2016-11-09spi: atmel: use managed resource for gpio chip selectNicolas Ferre1-11/+39
2016-01-28spi: atmel: fix gpio chip-select in case of non-DT platformCyrille Pitchen1-0/+1
2015-11-04Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-nextMark Brown1-15/+6
2015-11-04Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2-mcspi', 'spi/fix/ti-qspi' and 'spi/fix/xilinx' into spi-linusMark Brown1-1/+2
2015-10-23spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang1-1/+2
2015-09-25spi: atmel: Remove needless bits_per_word and speed_hz testsJarkko Nikula1-15/+6
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linusMark Brown1-0/+2
2015-09-10spi: atmel: remove warning when !CONFIG_PM_SLEEPAlexandre Belloni1-0/+2
2015-08-10spi: atmel: remove useless includeAlexandre Belloni1-1/+0
2015-06-16spi: atmel: add support to FIFOsCyrille Pitchen1-10/+245
2015-06-09spi: atmel: add support for the internal chip-select of the spi controllerCyrille Pitchen1-9/+28
2015-04-11Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-nextMark Brown1-1/+7
2015-03-22spi: atmel: use endian agnostic IOBen Dooks1-1/+7
2015-02-26spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer1-6/+6
2015-02-04spi: atmel: cleanup wait_for_completion return handlingNicholas Mc Guire1-7/+5