summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-26spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang1-1/+1
2021-08-24spi: sprd: fill offset only to RD_CMD register for reading from slave deviceChunyan Zhang1-6/+5
2021-08-24spi: sprd: Make sure offset not equal to slave address sizeChunyan Zhang1-1/+1
2021-08-24spi: sprd: Pass offset instead of physical address to adi_read/_write()Chunyan Zhang1-61/+44
2021-08-23spi: rockchip-sfc: Fix assigned but never used return error codesColin Ian King1-2/+2
2021-08-23spi: rockchip-sfc: Remove redundant IO operationsJon Lin1-2/+2
2021-08-20spi: stm32: fix excluded_middle.cocci warningskernel test robot1-2/+1
2021-08-18spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()Yang Yingliang1-2/+0
2021-08-17spi: rockchip-sfc: add rockchip serial flash controllerChris Morgan3-0/+707
2021-08-17spi: rockchip-sfc: Bindings for Rockchip serial flash controllerChris Morgan1-0/+91
2021-08-12spi: mxic: add missing bracesYang Yingliang1-1/+2
2021-08-10spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-08-10spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-08-09spi: mediatek: fix build warnning in set cs timingMason Zhang1-6/+6
2021-08-09spi: mxic: patch for octal DTR mode supportZhengxun Li1-11/+30
2021-08-09spi: tegra20-slink: Don't use resource-managed spi_register helperDmitry Osipenko1-1/+5
2021-08-09spi: tegra20-slink: Improve runtime PM usageDmitry Osipenko1-48/+25
2021-08-05spi: modify set_cs_timing parameterMason Zhang3-52/+66
2021-08-05spi: move cs spi_delay to spi_deviceMason Zhang2-14/+12
2021-08-03Merge series "arm: ep93xx: CCF conversion" from Nikita Shubin <nikita.shubin@...Mark Brown1-2/+2
2021-08-03spi: bcm2835aux: use 'unsigned int' instead of 'unsigned'Jason Wang1-2/+2
2021-08-03spi: spi-ep93xx: Prepare clock before using itAlexander Sverdlin1-2/+2
2021-08-03spi: imx: Implement support for CS_WORDUwe Kleine-König1-0/+10
2021-07-22spi: pxa2xx: Adapt reset_sccr1() to the case when no message availableAndy Shevchenko1-3/+10
2021-07-19Merge series "spi: fsi: Reduce max transfer size to 8 bytes" from Eddie James...Mark Brown2-104/+22
2021-07-19dt-bindings: fsi: Remove ibm,fsi2spi-restricted compatibleEddie James1-1/+0
2021-07-19spi: fsi: Reduce max transfer size to 8 bytesEddie James1-103/+22
2021-07-19spi: imx: Simplify logic in spi_imx_push()Uwe Kleine-König1-8/+3
2021-07-19spi: pxa2xx: Reuse int_stop_and_reset() in couple of placesAndy Shevchenko1-9/+3
2021-07-19spi: pxa2xx: Reset DMA bits in CR1 in reset_sccr1()Andy Shevchenko1-1/+1
2021-07-19spi: pxa2xx: Convert reset_sccr1() to use pxa2xx_spi_update()Andy Shevchenko1-9/+7
2021-07-14spi: spi-geni-qcom: Remove confusing comment about setting the watermarkDouglas Anderson1-6/+0
2021-07-14spi: omap-spi: Convert to json-schemaAswath Govindraju2-48/+117
2021-07-14spi: mediatek: add tick_delay supportMason Zhang2-1/+11
2021-07-12Merge series "spi: stm32: various fixes & cleanup" from Alain Volmat <alain.v...Mark Brown1-78/+44
2021-07-11spi: mediatek: add no_need_unprepare supportMason Zhang1-7/+34
2021-07-11spi: mediatek: update spi master bingdings for MT6893 SOCMason Zhang1-0/+1
2021-07-11spi: <linux/spi/spi.h>: add missing struct kernel-doc entryRandy Dunlap1-1/+2
2021-07-11spi: stm32: finalize message either on dma callback or EOTAlain Volmat1-37/+20
2021-07-11spi: stm32h7: don't wait for EOT and flush fifo on disableAlain Volmat1-22/+2
2021-07-11spi: stm32h7: rework rx fifo read functionAmelie Delaunay1-17/+13
2021-07-11spi: stm32: Revert "properly handle 0 byte transfer"Alain Volmat1-4/+0
2021-07-11spi: stm32: enable pm_runtime autosuspendAlain Volmat1-0/+11
2021-07-11Merge existing fixes from spi/for-5.14Mark Brown2-26/+36
2021-07-11Linux 5.14-rc1v5.14-rc1Linus Torvalds1-2/+2
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins1-3/+3
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins1-6/+5
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins1-5/+8
2021-07-11mm/rmap: fix comments left over from recent changesHugh Dickins2-7/+2
2021-07-11Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-12/+31