aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-atmel.c
AgeCommit message (Expand)Author
2017-07-27spi: atmel: fix corrupted data issue on SAM9 family SoCsCyrille Pitchen
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
2016-11-09spi: atmel: use managed resource for gpio chip selectNicolas Ferre
2016-01-28spi: atmel: fix gpio chip-select in case of non-DT platformCyrille Pitchen
2015-11-04Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...Mark Brown
2015-11-04Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2...Mark Brown
2015-10-23spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang
2015-09-25spi: atmel: Remove needless bits_per_word and speed_hz testsJarkko Nikula
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown
2015-09-10spi: atmel: remove warning when !CONFIG_PM_SLEEPAlexandre Belloni
2015-08-10spi: atmel: remove useless includeAlexandre Belloni
2015-06-16spi: atmel: add support to FIFOsCyrille Pitchen
2015-06-09spi: atmel: add support for the internal chip-select of the spi controllerCyrille Pitchen
2015-04-11Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/t...Mark Brown
2015-03-22spi: atmel: use endian agnostic IOBen Dooks
2015-02-26spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer
2015-02-04spi: atmel: cleanup wait_for_completion return handlingNicholas Mc Guire
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-24spi: atmel: introduce probe deferringLudovic Desroches
2014-11-24spi: atmel: remove compat for non DT board when requesting dma chanLudovic Desroches
2014-10-21spi/atmel: improve the system suspend/resume functions implementationWenyou Yang
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-10-20spi/atmel: fix simple_return.cocci warningsFengguang Wu
2014-10-20spi/atmel: add support for runtime PMWenyou Yang
2014-10-20spi/atmel: use dmaengine_terminate_all() APIVinod Koul
2014-08-01spi/atmel: Fix pointer to int conversion warnings on 64 bit buildsMark Brown
2014-07-16spi: atmel: Use dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-06-02Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/to...Mark Brown
2014-05-07spi: atmel: fix incorrect comparisonAlexandre Belloni
2014-04-18spi: atmel: Fix scheduling while atomic bugAlexander Stein
2014-04-14spi: atmel: Make current_remaining_bytes to be intAxel Lin
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...Mark Brown
2014-03-21spi: atmel: fix printk format warningsRandy Dunlap
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang
2014-03-05spi: atmel: adopt pinctrl supportWenyou Yang
2014-03-03spi: atmel: Let spi core handle validating transfer lengthAxel Lin
2014-03-03spi: atmel: Remove redundant list_empty checkingAxel Lin
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker