summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-02spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET1-1/+0
2020-02-28spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus1-0/+11
2020-02-27spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson1-3/+0
2020-02-26spi: pxa2xx: Add CS control clock quirkEvan Green1-0/+23
2020-02-21spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner1-0/+5
2020-02-21spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki1-4/+7
2020-02-06spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra1-39/+38
2020-02-06spi: spi-omap2-mcspi: Handle DMA size restriction on AM65xVignesh Raghavendra2-0/+27
2020-01-23dt-binding: spi: add NPCM PSPI reset bindingTomer Maimon1-10/+2
2020-01-17spi: npcm-pspi: modify reset supportTomer Maimon1-22/+11
2020-01-17spi: npcm-pspi: improve spi transfer performanceTomer Maimon1-0/+7
2020-01-17spi: spi-ti-qspi: fix warningJean Pihet1-0/+1
2020-01-14spi: fsl: simplify error path in of_fsl_spi_probe()Christophe Leroy1-19/+8
2020-01-14spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker1-16/+16
2020-01-14spi: spi-ti-qspi: optimize byte-transfersJean Pihet1-3/+51
2020-01-14spi: spi-ti-qspi: support large flash devicesJean Pihet1-0/+30
2020-01-13spi: spi-qcom-qspi: Use device managed memory for clk_bulk_dataMatthias Kaehlcke1-1/+8
2020-01-10MAINTAINERS: Add a maintainer for the HiSilicon v3xx SFC driverJohn Garry1-0/+6
2020-01-10spi: Add HiSilicon v3xx SPI NOR flash controller driverJohn Garry3-0/+294
2020-01-10dt-bindings: spi_atmel: add microchip,sam9x60-spiClaudiu Beznea1-1/+1
2020-01-10spi: bcm2835: Raise maximum number of slaves to 4Lukas Wunner1-1/+1
2020-01-09spi: sh-msiof: Do not redefine STR while compile testingKrzysztof Kozlowski1-209/+209
2020-01-08spi: rspi: Add support for GPIO chip selectsGeert Uytterhoeven1-1/+8
2020-01-08spi: rspi: Add support for multiple native chip selectsGeert Uytterhoeven1-1/+4
2020-01-08spi: rspi: Remove set_config_register() macroGeert Uytterhoeven1-3/+1
2020-01-08spi: rspi: Use dev_warn_once() instead of open-codingGeert Uytterhoeven1-3/+2
2020-01-08spi: sh-msiof: Convert to generic unused native cs handling.Geert Uytterhoeven1-50/+3
2020-01-08spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven2-0/+25
2020-01-08spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error messageRayagonda Kokatanur1-1/+1
2019-12-28spi: Catch improper use of PTP system timestamping APIVladimir Oltean1-0/+7
2019-12-27spi: oc-tiny: Use GPIO descriptorsLinus Walleij2-53/+1
2019-12-25spi: uniphier: Add DMA transfer mode supportKunihiko Hayashi1-2/+198
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown10-26/+81
2019-12-25spi: tegra114: use true,false for bool variablezhengbin1-2/+2
2019-12-25spi: imx: use true,false for bool variablezhengbin1-2/+2
2019-12-25spi: fsl-lpspi: use true,false for bool variablezhengbin1-2/+2
2019-12-25spi: uniphier: Add handle_err callback functionKunihiko Hayashi1-0/+17
2019-12-25spi: uniphier: Change argument of irq functions to private structureKunihiko Hayashi1-6/+6
2019-12-25spi: uniphier: Fix FIFO thresholdKunihiko Hayashi1-12/+19
2019-12-18dt-bindings: spi: Convert stm32 spi bindings to json-schemaBenjamin Gaignard2-62/+105
2019-12-17spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFERJim Quinlan1-1/+4
2019-12-17spi: spi-ti-qspi: Remove unused macro for fclk frequencyJean Pihet1-2/+0
2019-12-16spi: meson-spicc: Use GPIO descriptorsLinus Walleij1-23/+2
2019-12-16spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-10/+22
2019-12-16spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-6/+24
2019-12-16spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-6/+6
2019-12-16spi: sirf: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-6/+6
2019-12-16spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-12-16spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+16
2019-12-16spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-10/+24