aboutsummaryrefslogtreecommitdiffstats
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-01spi: atmel: Drop unused definesMiquel Raynal1-3/+0
2023-12-01spi: 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-09spi: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+1
2023-06-22spi: 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-11spi: 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-01spi: 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-09spi: 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-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/t...Mark 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/to...Mark 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/top...Mark Brown1-15/+6
2015-11-04Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2...Mark 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/d...Mark 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/t...Mark 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
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-24spi: atmel: introduce probe deferringLudovic Desroches1-4/+16
2014-11-24spi: atmel: remove compat for non DT board when requesting dma chanLudovic Desroches1-23/+2
2014-10-21spi/atmel: improve the system suspend/resume functions implementationWenyou Yang1-35/+26
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20spi/atmel: fix simple_return.cocci warningsFengguang Wu1-6/+1
2014-10-20spi/atmel: add support for runtime PMWenyou Yang1-7/+61
2014-10-20spi/atmel: use dmaengine_terminate_all() APIVinod Koul1-4/+2
2014-08-01spi/atmel: Fix pointer to int conversion warnings on 64 bit buildsMark Brown1-2/+2
2014-07-16spi: atmel: Use dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-12/+6
2014-06-02Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/to...Mark Brown1-3/+6
2014-05-07spi: atmel: fix incorrect comparisonAlexandre Belloni1-2/+3
2014-04-18spi: atmel: Fix scheduling while atomic bugAlexander Stein1-0/+3
2014-04-14spi: atmel: Make current_remaining_bytes to be intAxel Lin1-1/+3
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown1-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown1-7/+0
2014-03-30Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...Mark Brown1-14/+12
2014-03-21spi: atmel: fix printk format warningsRandy Dunlap1-3/+3
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang1-1/+16
2014-03-05spi: atmel: adopt pinctrl supportWenyou Yang1-0/+9
2014-03-03spi: atmel: Let spi core handle validating transfer lengthAxel Lin1-8/+0
2014-03-03spi: atmel: Remove redundant list_empty checkingAxel Lin1-3/+0
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin1-7/+0
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-09spi: atmel: Refactor spi-atmel to use SPI framework queueWenyou Yang1-458/+220
2014-01-08spi: atmel: add support for changing message transfer speedRichard Genoud1-37/+55
2013-12-04spi: atmel: Use devm_*() functionsJingoo Han1-12/+6
2013-10-23spi: atmel: fix return value check in atmel_spi_probe()Wei Yongjun1-1/+3
2013-10-16spi/atmel: Convert to devm_ioremap_resource()Mark Brown1-3/+1
2013-10-16Merge remote-tracking branch 'spi/topic/trivial' into spi-atmelMark Brown1-2/+4
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula1-2/+2
2013-10-14spi: atmel: Fix checkpatch issueJingoo Han1-2/+1
2013-10-07spi: atmel: Fix incorrect error pathSachin Kamat1-1/+2
2013-09-17spi: atmel: Silence checkpatch errorsSachin Kamat1-8/+8
2013-09-17spi: atmel: convert from legacy pm ops to dev_pm_opsJingoo Han1-11/+11
2013-07-31spi/atmel: Fix format specifier warningsEmil Goode1-9/+11
2013-07-28spi/atmel: Annotate lock/unlock functionsMark Brown1-2/+2
2013-07-17spi: atmel: prepare clk before calling enableBoris BREZILLON1-5/+7
2013-06-26Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown1-8/+1
2013-06-03spi: atmel: convert to dma_request_slave_channel_compat()Richard Genoud1-15/+27
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-8/+1
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown1-2/+2
2013-05-02spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud1-9/+38
2013-04-24spi/spi-atmel: add dmaengine supportNicolas Ferre1-21/+566
2013-04-23spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre1-14/+21
2013-04-23spi/spi-atmel: add physical base addressNicolas Ferre1-0/+2
2013-04-07spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood1-2/+2
2013-04-01spi/spi-atmel: status information passed through controller dataNicolas Ferre1-5/+8
2013-04-01spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre1-3/+5
2013-04-01spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang1-13/+12
2013-04-01spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang1-16/+50
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely1-1/+1
2012-12-17spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD1-1/+16
2012-12-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-2/+2
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-11-09atmel/spi: fix missing probeJean-Christophe PLAGNIOL-VILLARD1-2/+3
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-12/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+1
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+1093