summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.14.266' into v4.14-rtLuis Claudio R. Goncalves2022-02-113-2/+7
|\
| * spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin2022-02-081-0/+5
| * spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard2022-02-081-1/+1
| * spi: bcm-qspi: check for valid cs before applying chip selectKamal Dasu2022-02-081-1/+1
* | Merge tag 'v4.14.264' into v4.14-rtLuis Claudio R. Goncalves2022-02-111-0/+1
|\ \ | |/
| * spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin2022-01-271-0/+1
* | Merge tag 'v4.14.261' into v4.14-rtLuis Claudio R. Goncalves2022-01-051-1/+1
|\ \ | |/
| * spi: change clk_disable_unprepare to clk_unprepareDongliang Mu2021-12-291-1/+1
* | Merge tag 'v4.14.256' into v4.14-rtLuis Claudio R. Goncalves2021-11-282-4/+6
|\ \ | |/
| * spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang2021-11-261-2/+3
| * spi: spl022: fix Microwire full duplex modeThomas Perrot2021-11-261-2/+3
* | Merge tag 'v4.14.249' into v4.14-rtLuis Claudio R. Goncalves2021-10-073-2/+4
|\ \ | |/
| * spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds2021-10-061-2/+2
| * spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
| * spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
* | Merge tag 'v4.14.244' into v4.14-rtLuis Claudio R. Goncalves2021-08-151-0/+2
|\ \ | |/
| * spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu2021-08-151-0/+2
* | Merge tag 'v4.14.243' into v4.14-rtLuis Claudio R. Goncalves2021-08-151-14/+5
|\ \ | |/
| * spi: mediatek: Fix fifo transferGuenter Roeck2021-08-081-14/+5
* | Merge tag 'v4.14.241' into v4.14-rtLuis Claudio R. Goncalves2021-08-153-9/+25
|\ \ | |/
| * spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET2021-07-281-1/+3
| * spi: cadence: Correct initialisation of runtime PM againMarek Vasut2021-07-281-5/+9
| * spi: mediatek: fix fifo rx modePeter Hess2021-07-281-3/+13
* | Merge tag 'v4.14.240' into v4.14-rtLuis Claudio R. Goncalves2021-08-155-4/+11
|\ \ | |/
| * spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt2021-07-201-1/+5
| * spi: omap-100k: Fix the length judgment problemTian Tao2021-07-201-1/+1
| * spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang2021-07-201-1/+3
| * spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang2021-07-201-1/+1
| * spi: Make of_register_spi_device also set the fwnodeCharles Keepax2021-07-201-0/+1
* | Merge tag 'v4.14.233' into v4.14-rtLuis Claudio R. Goncalves2021-06-084-17/+20
|\ \ | |/
| * spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-05-221-7/+2
| * spi: omap-100k: Fix reference leak to masterWei Yongjun2021-05-221-3/+3
| * spi: dln2: Fix reference leak to masterWei Yongjun2021-05-221-1/+1
| * spi: spi-ti-qspi: Free DMA resourcesTudor Ambarus2021-05-221-6/+14
* | Merge tag 'v4.14.223' into v4.14-rtClark Williams2021-03-084-15/+27
|\ \ | |/
| * spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko2021-03-031-8/+19
| * spi: stm32: properly handle 0 byte transferAlain Volmat2021-03-031-0/+4
| * spi: atmel: Put allocated master before returnPan Bian2021-03-031-1/+1
| * ARM: s3c: fix fiq for clang IASArnd Bergmann2021-03-031-6/+3
* | Merge tag 'v4.14.217' into v4.14-rtClark Williams2021-03-071-2/+4
|\ \ | |/
| * spi: cadence: cache reference clock rate during probeMichael Hennerich2021-01-231-2/+4
* | Merge tag 'v4.14.216' into v4.14-rtClark Williams2021-03-022-4/+3
|\ \ | |/
| * spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov2021-01-171-2/+2
| * spi: pxa2xx: Fix use-after-free on unbindLukas Wunner2021-01-171-2/+1
* | Merge tag 'v4.14.213' into v4.14-rtClark Williams2020-12-2912-36/+27
|\ \ | |/
| * spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner2020-12-291-2/+3
| * spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner2020-12-291-11/+2
| * spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner2020-12-291-1/+1
| * spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner2020-12-291-0/+1
| * spi: davinci: Fix use-after-free on unbindLukas Wunner2020-12-291-1/+1