aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/topic/cadence' into spi-nextMark 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/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown1-1/+0
2014-03-30Merge 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-nextMark Brown1-7/+0
2014-03-30Merge 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-nextMark 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 register.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