aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2017-02-09spi: armada-3700: Remove .owner field for driverWei Yongjun1-1/+0
2017-02-07spi: acpi: Initialize modalias from of_compatibleDan O'Donovan1-1/+3
2017-01-31spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read()Kamal Dasu1-31/+85
2017-01-31spi: fix device-node leaksJohan Hovold1-2/+6
2017-01-31spi: mediatek: Only do dma for 4-byte aligned buffersDaniel Kurtz1-4/+33
2017-01-31spi: When no dma_chan map buffers with spi_master's parentDaniel Kurtz1-4/+4
2017-01-23spi: pca2xx-pci: Allow MSIJan Kiszka1-1/+7
2017-01-23spi: pxa2xx: Prepare for edge-triggered interruptsJan Kiszka1-0/+3
2017-01-20Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds8-12/+21
2017-01-19spi: pxa2xx: Add support for Intel Gemini LakeDavid E. Box1-0/+4
2017-01-17Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown1-1/+3
2017-01-17Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linusMark Brown6-6/+12
2017-01-17spi/topcliff-pch: Delete an error message for a failed memory allocation in pch_spi_set_tx()Markus Elfring1-1/+0
2017-01-17spi/topcliff-pch: Combine substrings for four messagesMarkus Elfring1-9/+11
2017-01-17spi/topcliff-pch: Improve size determinations in pch_spi_probe()Markus Elfring1-2/+2
2017-01-17spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()Markus Elfring1-2/+2
2017-01-17spi/topcliff-pch: Delete an unnecessary return statement in two functionsMarkus Elfring1-2/+0
2017-01-17spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe()Markus Elfring1-1/+1
2017-01-17spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe()Markus Elfring1-2/+3
2017-01-17spi/mpc52xx: Combine substrings for two messagesMarkus Elfring1-4/+3
2017-01-17spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()Markus Elfring1-2/+3
2017-01-17spi: fsl: Combine substrings for two messagesMarkus Elfring1-6/+6
2017-01-17spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()Markus Elfring1-1/+1
2017-01-17spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()Markus Elfring1-1/+2
2017-01-17spi: Use kcalloc() in spi_register_board_info()Markus Elfring1-1/+1
2017-01-17spi: pxa2xx: Factor out handle_bad_msgJan Kiszka1-14/+15
2017-01-17spi: s3c64xx: potential oops on probe errorDan Carpenter1-4/+4
2017-01-12spi: davinci: use dma_mapping_error()Kevin Hilman1-2/+2
2017-01-10spi: make falcon-spi boolHauke Mehrtens1-1/+1
2017-01-09spi: fsl-lpspi: fix indentation errorGao Pan1-3/+3
2017-01-09spi: s3c64xx: Don't request/release DMA channels for each SPI transferMarek Szyprowski1-28/+29
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2-5/+4
2017-01-09spi: spi-axi: Free resources on error pathChristophe JAILLET1-1/+2
2017-01-06spi: bcm53xx: (re)license code to the GPL v2Rafał Miłecki1-1/+9
2017-01-06spi: imx: adjust watermark level according to transfer lengthJiada Wang1-8/+8
2017-01-04spi: pxa2xx-pci: Enable DMA for Intel MerrifieldAndy Shevchenko1-0/+24
2017-01-04spi: pxa2xx: add missed breakAndy Shevchenko1-0/+1
2017-01-04spi: sh-msiof: Remove useless memory allocation failure messageGeert Uytterhoeven1-3/+1
2017-01-04spi: rspi: Remove useless memory allocation failure messageGeert Uytterhoeven1-3/+1
2017-01-04spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)Andy Shevchenko1-2/+2
2016-12-31spi: armada-3700: Coding style fixesRomain Perier1-1/+2
2016-12-31spi: armada-3700: Replaced raw values for nbits by the SPI macrosRomain Perier1-3/+3
2016-12-31spi: dw: Make debugfs name unique between instancesPhil Reid1-1/+4
2016-12-31spi: bcm53xx: set of_node to let DT specify device(s)Rafał Miłecki1-7/+1
2016-12-31spi: bcm-qspi: Enable the driver on BMIPS_GENERICJaedon Shin1-1/+2
2016-12-20spi: sh-msiof: Do not use C++ style commentSimon Horman1-1/+1
2016-12-19spi: rockchip: support "sleep" pin configurationBrian Norris1-0/+5
2016-12-16spi: armada-3700: Set mode bits correctlyDan Carpenter1-1/+1
2016-12-16spi: armada-3700: Remove unnecessary conditionDan Carpenter1-2/+1
2016-12-15spi: core: Extract of_spi_parse_dt()Geert Uytterhoeven1-24/+36