aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-atmel.c
Commit message (Expand)AuthorAge
* spi: atmel: Refactor spi-atmel to use SPI framework queueWenyou Yang2014-01-09
* spi: atmel: add support for changing message transfer speedRichard Genoud2014-01-08
* spi: atmel: Use devm_*() functionsJingoo Han2013-12-04
* spi: atmel: fix return value check in atmel_spi_probe()Wei Yongjun2013-10-23
* spi/atmel: Convert to devm_ioremap_resource()Mark Brown2013-10-16
* Merge remote-tracking branch 'spi/topic/trivial' into spi-atmelMark Brown2013-10-16
|\
| * spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula2013-10-16
| * spi: atmel: Fix incorrect error pathSachin Kamat2013-10-07
* | spi: atmel: Fix checkpatch issueJingoo Han2013-10-14
* | spi: atmel: Silence checkpatch errorsSachin Kamat2013-09-16
* | spi: atmel: convert from legacy pm ops to dev_pm_opsJingoo Han2013-09-16
|/
* spi/atmel: Fix format specifier warningsEmil Goode2013-07-31
* spi/atmel: Annotate lock/unlock functionsMark Brown2013-07-28
* spi: atmel: prepare clk before calling enableBoris BREZILLON2013-07-17
* Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown2013-06-26
|\
| * spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-29
* | spi: atmel: convert to dma_request_slave_channel_compat()Richard Genoud2013-06-03
|/
* Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown2013-05-13
|\
| * spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood2013-04-07
* | spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud2013-05-02
* | spi/spi-atmel: add dmaengine supportNicolas Ferre2013-04-24
* | spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre2013-04-23
* | spi/spi-atmel: add physical base addressNicolas Ferre2013-04-23
* | spi/spi-atmel: status information passed through controller dataNicolas Ferre2013-04-01
* | spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre2013-04-01
* | spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang2013-04-01
* | spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang2013-04-01
|/
* spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely2013-02-05
* spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-12-17
* Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-13
|\
| * spi: Remove HOTPLUG section attributesGrant Likely2012-12-07
* | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-06
|/
* atmel/spi: fix missing probeJean-Christophe PLAGNIOL-VILLARD2011-11-09
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-29
|\
| * drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-24
* | ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-08
|/
* spi: reorganize driversGrant Likely2011-06-06