aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-atmel.c
AgeCommit message (Expand)Author
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang
2014-01-09spi: atmel: Refactor spi-atmel to use SPI framework queueWenyou Yang
2014-01-08spi: atmel: add support for changing message transfer speedRichard Genoud
2013-12-04spi: atmel: Use devm_*() functionsJingoo Han
2013-10-23spi: atmel: fix return value check in atmel_spi_probe()Wei Yongjun
2013-10-16spi/atmel: Convert to devm_ioremap_resource()Mark Brown
2013-10-16Merge remote-tracking branch 'spi/topic/trivial' into spi-atmelMark Brown
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula
2013-10-14spi: atmel: Fix checkpatch issueJingoo Han
2013-10-07spi: atmel: Fix incorrect error pathSachin Kamat
2013-09-17spi: atmel: Silence checkpatch errorsSachin Kamat
2013-09-17spi: atmel: convert from legacy pm ops to dev_pm_opsJingoo Han
2013-07-31spi/atmel: Fix format specifier warningsEmil Goode
2013-07-28spi/atmel: Annotate lock/unlock functionsMark Brown
2013-07-17spi: atmel: prepare clk before calling enableBoris BREZILLON
2013-06-26Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown
2013-06-03spi: atmel: convert to dma_request_slave_channel_compat()Richard Genoud
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown
2013-05-02spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud
2013-04-24spi/spi-atmel: add dmaengine supportNicolas Ferre
2013-04-23spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre
2013-04-23spi/spi-atmel: add physical base addressNicolas Ferre
2013-04-07spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood
2013-04-01spi/spi-atmel: status information passed through controller dataNicolas Ferre
2013-04-01spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre
2013-04-01spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang
2013-04-01spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely
2012-12-17spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD
2012-12-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2011-11-09atmel/spi: fix missing probeJean-Christophe PLAGNIOL-VILLARD
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King
2011-06-06spi: reorganize driversGrant Likely