summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to...Mark Brown2017-02-195-94/+158
|\ \ \ \
| | | | * spi: bcm53xx: (re)license code to the GPL v2Rafał Miłecki2017-01-061-1/+9
| | | | * spi: bcm53xx: set of_node to let DT specify device(s)Rafał Miłecki2016-12-311-7/+1
| | | * | spi: bcm-qspi: Remove unnecessary platform_set_drvdata()Wei Yongjun2017-02-141-1/+0
| | | * | spi: bcm-qspi: Fix bcm_qspi_bspi_read() performanceKamal Dasu2017-02-141-37/+46
| | | * | spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read()Kamal Dasu2017-01-311-31/+85
| | | * | spi: bcm-qspi: Enable the driver on BMIPS_GENERICJaedon Shin2016-12-311-1/+2
| | | |/
| | * | spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip selectFelix Fietkau2016-12-141-1/+1
| | * | spi: spi-ath79: support multiple internal chip select linesFelix Fietkau2016-12-141-10/+11
| | |/
| * | spi: armada-3700: Remove spi_master_put in a3700_spi_remove()Wei Yongjun2017-02-191-1/+0
| * | spi: armada-3700: Remove .owner field for driverWei Yongjun2017-02-091-1/+0
| * | spi: armada-3700: Coding style fixesRomain Perier2016-12-311-1/+2
| * | spi: armada-3700: Replaced raw values for nbits by the SPI macrosRomain Perier2016-12-311-3/+3
| * | spi: armada-3700: Remove unnecessary conditionDan Carpenter2016-12-161-2/+1
* | | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2017-02-192-8/+37
|\ \ \
| * | | spi: mediatek: Only do dma for 4-byte aligned buffersDaniel Kurtz2017-01-311-4/+33
| * | | spi: When no dma_chan map buffers with spi_master's parentDaniel Kurtz2017-01-311-4/+4
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2017-02-192-11/+16
|\ \ \
| * | | spi: fix device-node leaksJohan Hovold2017-01-311-2/+6
| * | | spi: fsl: Combine substrings for two messagesMarkus Elfring2017-01-171-6/+6
| * | | spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()Markus Elfring2017-01-171-1/+1
| * | | spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()Markus Elfring2017-01-171-1/+2
| * | | spi: Use kcalloc() in spi_register_board_info()Markus Elfring2017-01-171-1/+1
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/rspi' and 'spi/fix/...Mark Brown2017-02-193-4/+7
|\ \ \ \ \
| | | * | | spi: s3c64xx: fix inconsistency between binding and driverAndi Shyti2017-02-131-1/+1
| | | |/ /
| | * | | spi: rspi: Replaces "n" by "len" in qspi_transfer_*()DongCV2017-02-161-2/+2
| | * | | spi: rspi: Fixes bogus received byte in qspi_transfer_in()DongCV2017-02-161-1/+0
| | |/ /
| * | | spi: pxa2xx: Add support for Intel Gemini LakeDavid E. Box2017-01-191-0/+4
* | | | Merge tag 'spi-fix-v4.10-rc4' into spi-linusMark Brown2017-02-1934-628/+2640
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown2017-01-172-7/+16
| |\ \ \ \
| | * | | | spi: sh-msiof: Do not use C++ style commentSimon Horman2016-12-201-1/+1
| | * | | | spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindingsSimon Horman2016-12-142-7/+16
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davi...Mark Brown2017-01-176-6/+12
| |\ \ \ \ \ \ \ \ | | | | | | | |/ / | | | | | | |/| |
| | | | | | * | | spi: pxa2xx: add missed breakAndy Shevchenko2017-01-041-0/+1
| | | | | | |/ /
| | | | | * / / spi: SPI_FSL_DSPI should depend on HAS_DMAGeert Uytterhoeven2016-12-141-0/+1
| | | | | |/ /
| | | | * | | spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)Andy Shevchenko2017-01-041-2/+2
| | | | * | | spi: dw: Make debugfs name unique between instancesPhil Reid2016-12-311-1/+4
| | | | |/ /
| | | * / / spi: davinci: use dma_mapping_error()Kevin Hilman2017-01-121-2/+2
| | | |/ /
| | * / / spi: spi-axi: Free resources on error pathChristophe JAILLET2017-01-091-1/+2
| | |/ /
| * | / spi: armada-3700: Set mode bits correctlyDan Carpenter2016-12-161-1/+1
| | |/ | |/|
| * | spi: armada-3700: fix unsigned compare than zero on irqColin Ian King2016-12-141-4/+5
| |/
| *-------. Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to...Mark Brown2016-12-127-27/+107
| |\ \ \ \ \
| | | | | | * spi: xlp: Fix module autoload for OF registrationJavier Martinez Canillas2016-11-231-0/+1
| | | | | * | spi: spi-topcliff-pch: Remove some dead codeChristophe JAILLET2016-11-211-12/+1
| | | | | |/
| | | | * / spi: spi-ti-qspi: reinit of completion variablePrahlad V2016-11-151-0/+1
| | | | |/
| | | * | spi: sun6i: Support Allwinner H3 SPI controllerMilo Kim2016-11-021-5/+13
| | | * | spi: sun6i: Add binding for Allwinner H3 SPI controllerMilo Kim2016-11-021-2/+23
| | | * | spi: sun4i: Allow transfers larger than FIFO sizeAlexandru Gagniuc2016-10-291-8/+67
| | | |/
| | * / spi: spidev: Add device to spidev device tree compatibility listFabien Lahoudere2016-10-211-0/+1
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2016-12-123-8/+50
| |\ \ \ \ \