- 2d9a744 spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed by Peng Fan · 4 years, 6 months ago
- b68527d spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit() by Jules Irenge · 4 years, 8 months ago
- d947c9d spi: atmel: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
- ca4196a Merge branch 'spi-5.5' into spi-next by Mark Brown · 5 years ago
- bef1e0c spi: atmel: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
- fed8d8c spi: atmel: fix handling of cs_change set on non-last xfer by Mans Rullgard · 5 years ago
- 9c86f12 spi: atmel: Improve CS0 case support on AT91RM9200 by Gregory CLEMENT · 5 years ago
- 57e3137 spi: atmel: Improve and fix GPIO CS usage by Gregory CLEMENT · 5 years ago
- 1cb84b0 spi: atmel: Remove platform data support by Gregory CLEMENT · 5 years ago
- 60086e2 spi: atmel: Remove useless private field by Gregory CLEMENT · 5 years ago
- 585d18f spi: atmel: Configure GPIO per CS instead of by controller by Gregory CLEMENT · 5 years ago
- 7cbb16b spi: atmel: Fix CS high support by Gregory CLEMENT · 5 years ago
- 4d8672d spi: atmel: Remove and fix erroneous comments by Gregory CLEMENT · 5 years ago
- e74dc5c spi: use new `spi_transfer_delay_exec` helper where straightforward by Alexandru Ardelean · 5 years ago
- 6c613f6 spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device by Alexandru Ardelean · 5 years ago
- e61bb11 spi: atmel: Remove AVR32 leftover by Gregory CLEMENT · 5 years ago
- 3c0448d spi: atmel: add tracing to custom .transfer_one_message callback by Uwe Kleine-König · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 473a78a spi-atmel: support inter-word delay by Jonas Bonn · 6 years ago
- efc92fb spi: atmel: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
- 7c5d8a2 spi: Do not print a message if spi_controller_{suspend,resume}() fails by Geert Uytterhoeven · 6 years ago
- 3573257 spi: spi-atmel: Use correct enum for DMA transfer direction by Stefan Agner · 7 years ago
- 9581329 spi: atmel: init FIFOs before spi enable by Eugen Hristev · 7 years ago
- a9889ed spi: atmel: Implements transfers with bounce buffer by Radu Pirea · 7 years ago
- 66e900a spi: atmel: fixed spin_lock usage inside atmel_spi_remove by Radu Pirea · 7 years ago
- 63a8927 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/topic/davinci' and 'spi/topic/imx' into spi-next by Mark Brown · 7 years ago
- 7094576 spi: atmel: fix corrupted data issue on SAM9 family SoCs by Cyrille Pitchen · 8 years ago
- 6aba9c6 spi: atmel: print version only after successful registration by Baruch Siach · 8 years ago
- e538007 spi: atmel: add deepest PM support to SAMA5D2 by Quentin Schulz · 8 years ago
- 05514c8 spi: atmel: factorize reusable code for SPI controller init by Quentin Schulz · 8 years ago
- 0afa072 Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/axi' into spi-next by Mark Brown · 8 years ago
- 768f3d9 spi: atmel: remove the use of private channel fields by Nicolas Ferre · 8 years ago
- d5fab59 spi: atmel: trivial: remove unused fields in DMA structure by Nicolas Ferre · 8 years ago
- 04242ca spi: atmel: Use SPI core DMA mapping framework by Cyrille Pitchen · 8 years ago
- 7910d9a spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling by Nicolas Ferre · 8 years ago
- ce24a51 spi: atmel: trivial: move info banner to latest probe action by Nicolas Ferre · 8 years ago
- 39fe33f spi: atmel: Fix scheduling while atomic by Ben Whitten · 8 years ago
- b52b348 spi: atmel: fix indenting in atmel_spi_gpio_cs() by Dan Carpenter · 8 years ago
- 9610620 spi: atmel: use managed resource for gpio chip select by Nicolas Ferre · 8 years ago
- 70f340d spi: atmel: fix gpio chip-select in case of non-DT platform by Cyrille Pitchen · 9 years ago
- 076fcb1 Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 9 years ago
- 5ba838c Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2-mcspi', 'spi/fix/ti-qspi' and 'spi/fix/xilinx' into spi-linus by Mark Brown · 9 years ago
- 06515f8 spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word by David Mosberger-Tang · 9 years ago
- e864658 spi: atmel: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
- 5132361 Merge 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-linus by Mark Brown · 9 years ago
- d630526 spi: atmel: remove warning when !CONFIG_PM_SLEEP by Alexandre Belloni · 9 years ago
- bdbbd38 spi: atmel: remove useless include by Alexandre Belloni · 9 years ago
- 11f2764 spi: atmel: add support to FIFOs by Cyrille Pitchen · 10 years ago
- 4820303 spi: atmel: add support for the internal chip-select of the spi controller by Cyrille Pitchen · 10 years ago
- f9de734 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 10 years ago
- ea46732 spi: atmel: use endian agnostic IO by Ben Dooks · 10 years ago
- 76e1d14 spi: atmel: Fix interrupt setup for PDC transfers by Torsten Fleischer · 10 years ago
- 1369dea spi: atmel: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 5e9af37 spi: atmel: introduce probe deferring by Ludovic Desroches · 10 years ago
- 7758e39 spi: atmel: remove compat for non DT board when requesting dma chan by Ludovic Desroches · 10 years ago
- c1ee8f3 spi/atmel: improve the system suspend/resume functions implementation by Wenyou Yang · 10 years ago
- 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- d0de6ff spi/atmel: fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
- ce0c4ca spi/atmel: add support for runtime PM by Wenyou Yang · 10 years ago
- 5398ad6 spi/atmel: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
- 67f08d6 spi/atmel: Fix pointer to int conversion warnings on 64 bit builds by Mark Brown · 10 years ago
- ef40eb3 spi: atmel: Use dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
- 446fe5e Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic/cadence' into spi-next by Mark Brown · 11 years ago
- b112f05 spi: atmel: fix incorrect comparison by Alexandre Belloni · 11 years ago
- 1676014 spi: atmel: Fix scheduling while atomic bug by Alexander Stein · 11 years ago
- 0c3b974 spi: atmel: Make current_remaining_bytes to be int by Axel Lin · 11 years ago
- 6e07b91 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 11 years ago
- 9dee279 Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next by Mark Brown · 11 years ago
- 0f38af4 Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm63xx', 'spi/topic/bcm63xx-hsspi', 'spi/topic/bfin5xx', 'spi/topic/bitbang' and 'spi/topic/bpw' into spi-next by Mark Brown · 11 years ago
- 54f4c51 spi: atmel: fix printk format warnings by Randy Dunlap · 11 years ago
- ba938f3 spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks by Wenyou Yang · 11 years ago
- 5bdfd49 spi: atmel: adopt pinctrl support by Wenyou Yang · 11 years ago
- ad6f33d spi: atmel: Let spi core handle validating transfer length by Axel Lin · 11 years ago
- 0e6d873 spi: atmel: Remove redundant list_empty checking by Axel Lin · 11 years ago
- 354312f spi: Remove duplicate code to check chip_select by Axel Lin · 11 years ago
- 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 8090d6d spi: atmel: Refactor spi-atmel to use SPI framework queue by Wenyou Yang · 11 years ago
- d3b72c7 spi: atmel: add support for changing message transfer speed by Richard Genoud · 11 years ago
- 9f87d6f spi: atmel: Use devm_*() functions by Jingoo Han · 11 years ago
- 543c954 spi: atmel: fix return value check in atmel_spi_probe() by Wei Yongjun · 11 years ago
- 3140747 spi/atmel: Convert to devm_ioremap_resource() by Mark Brown · 11 years ago
- 381bd95 Merge remote-tracking branch 'spi/topic/trivial' into spi-atmel by Mark Brown · 11 years ago
- f6bd03a spi: Don't break user-visible strings to multiple source lines in drivers by Jarkko Nikula · 11 years ago
- 01b9e04 spi: atmel: Fix checkpatch issue by Jingoo Han · 11 years ago
- de8cc23 spi: atmel: Fix incorrect error path by Sachin Kamat · 11 years ago
- a536d76 spi: atmel: Silence checkpatch errors by Sachin Kamat · 11 years ago
- ec60dd3 spi: atmel: convert from legacy pm ops to dev_pm_ops by Jingoo Han · 11 years ago
- 2de024b spi/atmel: Fix format specifier warnings by Emil Goode · 11 years ago
- 6c07ef2 spi/atmel: Annotate lock/unlock functions by Mark Brown · 11 years ago
- dfec4a6 spi: atmel: prepare clk before calling enable by Boris BREZILLON · 11 years ago
- 4581949 Merge remote-tracking branch 'spi/topic/bpw' into spi-next by Mark Brown · 12 years ago
- 2f767a9 spi: atmel: convert to dma_request_slave_channel_compat() by Richard Genoud · 12 years ago
- 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 12 years ago
- 88b0357 Merge remote-tracking branch 'spi/fix/grant' into spi-linus by Mark Brown · 12 years ago
- f557c98 spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIO by Richard Genoud · 12 years ago
- 1ccc404 spi/spi-atmel: add dmaengine support by Nicolas Ferre · 12 years ago
- 8aad792 spi/spi-atmel: add flag to controller data for lock operations by Nicolas Ferre · 12 years ago
- dfab30e spi/spi-atmel: add physical base address by Nicolas Ferre · 12 years ago
- 3d35226 spi/atmel: fix speed_hz check in atmel_spi_transfer() by Joachim Eastwood · 12 years ago