| Commit message (Expand) | Author | Age | Files | Lines |
* | spi/atmel: Fix pointer to int conversion warnings on 64 bit builds | Mark Brown | 2014-08-01 | 1 | -2/+2 |
* | spi: atmel: Use dmaengine_prep_slave_sg() API | Geert Uytterhoeven | 2014-07-16 | 1 | -12/+6 |
*-. | Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/to... | Mark Brown | 2014-06-02 | 1 | -3/+6 |
|\ \ |
|
| | * | spi: atmel: fix incorrect comparison | Alexandre Belloni | 2014-05-07 | 1 | -2/+3 |
| | * | spi: atmel: Make current_remaining_bytes to be int | Axel Lin | 2014-04-14 | 1 | -1/+3 |
| |/ |
|
* | | spi: atmel: Fix scheduling while atomic bug | Alexander Stein | 2014-04-18 | 1 | -0/+3 |
|/ |
|
*---. | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 2014-03-30 | 1 | -1/+0 |
|\ \ \ |
|
| | * | | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-03 | 1 | -1/+0 |
| |/ / |
|
| | | | |
| \ \ | |
*-. \ \ | Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi... | Mark Brown | 2014-03-30 | 1 | -7/+0 |
|\ \ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | spi: Remove duplicate code to check chip_select | Axel Lin | 2014-02-12 | 1 | -7/+0 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to... | Mark Brown | 2014-03-30 | 1 | -14/+12 |
|\ \ \
| | |/
| |/| |
|
| | * | spi: atmel: fix printk format warnings | Randy Dunlap | 2014-03-21 | 1 | -3/+3 |
| | * | spi: atmel: adopt pinctrl support | Wenyou Yang | 2014-03-05 | 1 | -0/+9 |
| | * | spi: atmel: Let spi core handle validating transfer length | Axel Lin | 2014-03-03 | 1 | -8/+0 |
| | * | spi: atmel: Remove redundant list_empty checking | Axel Lin | 2014-03-03 | 1 | -3/+0 |
| |/ |
|
* | | spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks | Wenyou Yang | 2014-03-05 | 1 | -1/+16 |
|/ |
|
* | spi: atmel: Refactor spi-atmel to use SPI framework queue | Wenyou Yang | 2014-01-09 | 1 | -458/+220 |
* | spi: atmel: add support for changing message transfer speed | Richard Genoud | 2014-01-08 | 1 | -37/+55 |
* | spi: atmel: Use devm_*() functions | Jingoo Han | 2013-12-04 | 1 | -12/+6 |
* | spi: atmel: fix return value check in atmel_spi_probe() | Wei Yongjun | 2013-10-23 | 1 | -1/+3 |
* | spi/atmel: Convert to devm_ioremap_resource() | Mark Brown | 2013-10-16 | 1 | -3/+1 |
* | Merge remote-tracking branch 'spi/topic/trivial' into spi-atmel | Mark Brown | 2013-10-16 | 1 | -2/+4 |
|\ |
|
| * | spi: Don't break user-visible strings to multiple source lines in drivers | Jarkko Nikula | 2013-10-16 | 1 | -2/+2 |
| * | spi: atmel: Fix incorrect error path | Sachin Kamat | 2013-10-07 | 1 | -1/+2 |
* | | spi: atmel: Fix checkpatch issue | Jingoo Han | 2013-10-14 | 1 | -2/+1 |
* | | spi: atmel: Silence checkpatch errors | Sachin Kamat | 2013-09-17 | 1 | -8/+8 |
* | | spi: atmel: convert from legacy pm ops to dev_pm_ops | Jingoo Han | 2013-09-17 | 1 | -11/+11 |
|/ |
|
* | spi/atmel: Fix format specifier warnings | Emil Goode | 2013-07-31 | 1 | -9/+11 |
* | spi/atmel: Annotate lock/unlock functions | Mark Brown | 2013-07-28 | 1 | -2/+2 |
* | spi: atmel: prepare clk before calling enable | Boris BREZILLON | 2013-07-17 | 1 | -5/+7 |
* | Merge remote-tracking branch 'spi/topic/bpw' into spi-next | Mark Brown | 2013-06-26 | 1 | -8/+1 |
|\ |
|
| * | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 2013-05-29 | 1 | -8/+1 |
* | | spi: atmel: convert to dma_request_slave_channel_compat() | Richard Genoud | 2013-06-03 | 1 | -15/+27 |
|/ |
|
* | Merge remote-tracking branch 'spi/fix/grant' into spi-linus | Mark Brown | 2013-05-13 | 1 | -2/+2 |
|\ |
|
| * | spi/atmel: fix speed_hz check in atmel_spi_transfer() | Joachim Eastwood | 2013-04-07 | 1 | -2/+2 |
* | | spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIO | Richard Genoud | 2013-05-02 | 1 | -9/+38 |
* | | spi/spi-atmel: add dmaengine support | Nicolas Ferre | 2013-04-24 | 1 | -21/+566 |
* | | spi/spi-atmel: add flag to controller data for lock operations | Nicolas Ferre | 2013-04-23 | 1 | -14/+21 |
* | | spi/spi-atmel: add physical base address | Nicolas Ferre | 2013-04-23 | 1 | -0/+2 |
* | | spi/spi-atmel: status information passed through controller data | Nicolas Ferre | 2013-04-01 | 1 | -5/+8 |
* | | spi/spi-atmel: call unmapping on transfers buffers | Nicolas Ferre | 2013-04-01 | 1 | -3/+5 |
* | | spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0 | Wenyou Yang | 2013-04-01 | 1 | -13/+12 |
* | | spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg... | Wenyou Yang | 2013-04-01 | 1 | -16/+50 |
|/ |
|
* | spi: Remove erroneous __init, __exit and __exit_p() references in drivers | Grant Likely | 2013-02-05 | 1 | -1/+1 |
* | spi/atmel: add DT support | Jean-Christophe PLAGNIOL-VILLARD | 2012-12-17 | 1 | -1/+16 |
* | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-12-13 | 1 | -2/+2 |
|\ |
|
| * | spi: Remove HOTPLUG section attributes | Grant Likely | 2012-12-07 | 1 | -2/+2 |
* | | arm: at91: move platfarm_data to include/linux/platform_data/atmel.h | Jean-Christophe PLAGNIOL-VILLARD | 2012-11-06 | 1 | -1/+1 |
|/ |
|
* | atmel/spi: fix missing probe | Jean-Christophe PLAGNIOL-VILLARD | 2011-11-09 | 1 | -2/+3 |
* | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-10-29 | 1 | -12/+1 |
|\ |
|