Age | Commit message (Expand) | Author |
2019-08-02 | spi: atmel: add tracing to custom .transfer_one_message callback | Uwe Kleine-König |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-01-30 | spi-atmel: support inter-word delay | Jonas Bonn |
2019-01-09 | spi: atmel: Convert to use CS GPIO descriptors | Linus Walleij |
2018-09-05 | spi: Do not print a message if spi_controller_{suspend,resume}() fails | Geert Uytterhoeven |
2018-03-28 | spi: spi-atmel: Use correct enum for DMA transfer direction | Stefan Agner |
2018-02-27 | spi: atmel: init FIFOs before spi enable | Eugen Hristev |
2018-01-05 | spi: atmel: Implements transfers with bounce buffer | Radu Pirea |
2017-12-19 | spi: atmel: fixed spin_lock usage inside atmel_spi_remove | Radu Pirea |
2017-07-03 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t... | Mark Brown |
2017-06-23 | spi: atmel: fix corrupted data issue on SAM9 family SoCs | Cyrille Pitchen |
2017-06-06 | spi: atmel: print version only after successful registration | Baruch Siach |
2017-04-18 | spi: atmel: add deepest PM support to SAMA5D2 | Quentin Schulz |
2017-04-12 | spi: atmel: factorize reusable code for SPI controller init | Quentin Schulz |
2016-12-12 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to... | Mark Brown |
2016-11-25 | spi: atmel: remove the use of private channel fields | Nicolas Ferre |
2016-11-25 | spi: atmel: trivial: remove unused fields in DMA structure | Nicolas Ferre |
2016-11-25 | spi: atmel: Use SPI core DMA mapping framework | Cyrille Pitchen |
2016-11-25 | spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling | Nicolas Ferre |
2016-11-25 | spi: atmel: trivial: move info banner to latest probe action | Nicolas Ferre |
2016-11-15 | spi: atmel: Fix scheduling while atomic | Ben Whitten |
2016-11-14 | spi: atmel: fix indenting in atmel_spi_gpio_cs() | Dan Carpenter |
2016-11-09 | spi: atmel: use managed resource for gpio chip select | Nicolas Ferre |
2016-01-28 | spi: atmel: fix gpio chip-select in case of non-DT platform | Cyrille Pitchen |
2015-11-04 | Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top... | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2... | Mark Brown |
2015-10-23 | spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word | David Mosberger-Tang |
2015-09-25 | spi: atmel: Remove needless bits_per_word and speed_hz tests | Jarkko Nikula |
2015-09-22 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d... | Mark Brown |
2015-09-10 | spi: atmel: remove warning when !CONFIG_PM_SLEEP | Alexandre Belloni |
2015-08-10 | spi: atmel: remove useless include | Alexandre Belloni |
2015-06-16 | spi: atmel: add support to FIFOs | Cyrille Pitchen |
2015-06-09 | spi: atmel: add support for the internal chip-select of the spi controller | Cyrille Pitchen |
2015-04-11 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/t... | Mark Brown |
2015-03-22 | spi: atmel: use endian agnostic IO | Ben Dooks |
2015-02-26 | spi: atmel: Fix interrupt setup for PDC transfers | Torsten Fleischer |
2015-02-04 | spi: atmel: cleanup wait_for_completion return handling | Nicholas Mc Guire |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-24 | spi: atmel: introduce probe deferring | Ludovic Desroches |
2014-11-24 | spi: atmel: remove compat for non DT board when requesting dma chan | Ludovic Desroches |
2014-10-21 | spi/atmel: improve the system suspend/resume functions implementation | Wenyou Yang |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang |
2014-10-20 | spi/atmel: fix simple_return.cocci warnings | Fengguang Wu |
2014-10-20 | spi/atmel: add support for runtime PM | Wenyou Yang |
2014-10-20 | spi/atmel: use dmaengine_terminate_all() API | Vinod Koul |
2014-08-01 | spi/atmel: Fix pointer to int conversion warnings on 64 bit builds | Mark Brown |
2014-07-16 | spi: atmel: Use dmaengine_prep_slave_sg() API | Geert Uytterhoeven |
2014-06-02 | Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/to... | Mark Brown |
2014-05-07 | spi: atmel: fix incorrect comparison | Alexandre Belloni |
2014-04-18 | spi: atmel: Fix scheduling while atomic bug | Alexander Stein |