summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-2/+1
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-273-3/+3
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-3/+3
* | Merge branch 'spi-5.6' into spi-nextMark Brown2020-01-2328-531/+1053
|\ \
| * | spi: npcm-pspi: modify reset supportTomer Maimon2020-01-171-22/+11
| * | spi: npcm-pspi: improve spi transfer performanceTomer Maimon2020-01-171-0/+7
| * | spi: spi-ti-qspi: fix warningJean Pihet2020-01-171-0/+1
| * | spi: fsl: simplify error path in of_fsl_spi_probe()Christophe Leroy2020-01-141-19/+8
| * | spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker2020-01-141-16/+16
| * | spi: spi-ti-qspi: optimize byte-transfersJean Pihet2020-01-141-3/+51
| * | spi: spi-ti-qspi: support large flash devicesJean Pihet2020-01-141-0/+30
| * | spi: spi-qcom-qspi: Use device managed memory for clk_bulk_dataMatthias Kaehlcke2020-01-131-1/+8
| * | spi: Add HiSilicon v3xx SPI NOR flash controller driverJohn Garry2020-01-103-0/+294
| * | spi: bcm2835: Raise maximum number of slaves to 4Lukas Wunner2020-01-091-1/+1
| * | spi: sh-msiof: Do not redefine STR while compile testingKrzysztof Kozlowski2020-01-091-209/+209
| * | spi: rspi: Add support for GPIO chip selectsGeert Uytterhoeven2020-01-071-1/+8
| * | spi: rspi: Add support for multiple native chip selectsGeert Uytterhoeven2020-01-071-1/+4
| * | spi: rspi: Remove set_config_register() macroGeert Uytterhoeven2020-01-071-3/+1
| * | spi: rspi: Use dev_warn_once() instead of open-codingGeert Uytterhoeven2020-01-071-3/+2
| * | spi: sh-msiof: Convert to generic unused native cs handling.Geert Uytterhoeven2020-01-071-50/+3
| * | spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven2020-01-071-0/+17
| * | spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error messageRayagonda Kokatanur2020-01-071-1/+1
| * | spi: Catch improper use of PTP system timestamping APIVladimir Oltean2019-12-271-0/+7
| * | spi: oc-tiny: Use GPIO descriptorsLinus Walleij2019-12-271-49/+1
| * | spi: uniphier: Add DMA transfer mode supportKunihiko Hayashi2019-12-251-2/+198
| * | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-259-26/+54
| |\ \
| * | | spi: tegra114: use true,false for bool variablezhengbin2019-12-251-2/+2
| * | | spi: imx: use true,false for bool variablezhengbin2019-12-251-2/+2
| * | | spi: fsl-lpspi: use true,false for bool variablezhengbin2019-12-251-2/+2
| * | | spi: uniphier: Add handle_err callback functionKunihiko Hayashi2019-12-251-0/+17
| * | | spi: uniphier: Change argument of irq functions to private structureKunihiko Hayashi2019-12-251-6/+6
| * | | spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFERJim Quinlan2019-12-171-1/+4
| * | | spi: spi-ti-qspi: Remove unused macro for fclk frequencyJean Pihet2019-12-171-2/+0
| * | | spi: meson-spicc: Use GPIO descriptorsLinus Walleij2019-12-161-23/+2
| * | | spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-10/+22
| * | | spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-6/+24
| * | | spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-6/+6
| * | | spi: sirf: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-6/+6
| * | | spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-3/+3
| * | | spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-2/+16
| * | | spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-10/+24
| * | | spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi2019-12-161-2/+4
| * | | spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-18/+11
| * | | spi: rspi: Remove obsolete platform_device_id entriesGeert Uytterhoeven2019-12-111-2/+0
| * | | spi: dw: Avoid BUG_ON() in case of host failureAditya Pakki2019-12-111-1/+2
| * | | spi: bitbang: Make chipselect callback optionalLinus Walleij2019-12-091-2/+19
| * | | spi: stm32: Switch to use GPIO descriptors for CSLinus Walleij2019-12-091-44/+3
| * | | spi/topcliff-pch: Remove unneeded semicolonzhengbin2019-12-091-2/+2
* | | | Merge branch 'spi-5.5' into spi-linusMark Brown2020-01-234-20/+33
|\ \ \ \
| * | | | spi: pxa2xx: Avoid touching SSCR0_SSE on MMP2Lubomir Rintel2020-01-211-11/+17