summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 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-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris2017-02-101-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2017-02-101-3/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-208-12/+21
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown2017-01-171-1/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | 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-141-1/+3
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ 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 tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-12-141-17/+4
|\ \ | |/ |/|
| * spi: s3c64xx: Do not use platform_data for DMA parametersSylwester Nawrocki2016-11-171-17/+4
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to...Mark Brown2016-12-126-25/+84
|\ \ \ \ \ \
| | | | | * | 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: 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
|\ \ \ \ \
| | | | * | spi: s3c64xx: Allow driver to build if COMPILE_TEST is enabledJavier Martinez Canillas2016-11-091-1/+1
| | | | |/
| | | * | spi: rspi: avoid uninitialized variable accessArnd Bergmann2016-11-091-49/+45
| | | * | spi: rspi: supports 32bytes buffer for DUAL and QUADHiep Cao Minh2016-11-041-3/+49
| | | |/
| | * / spi: spi-pxa2xx: Remove unused macroJarkko Nikula2016-11-141-1/+0
| | |/
| * / spi: orion: fix comment to mention MVEBUUwe Kleine-König2016-11-301-1/+2
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/t...Mark Brown2016-12-126-17/+562
|\ \ \ \ \
| | | | * | spi: omap2-mcspi: Remove redundant return value check of platform_get_resource()Wei Yongjun2016-10-241-5/+0
| | | | * | spi: omap2-mcspi: Fix modifying platform resource dataVikram N2016-10-211-4/+2
| | | | |/
| | | * / spi: jcore: Fix module autoload for OF registrationJavier Martinez Canillas2016-11-231-0/+1
| | | |/