summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-02-01spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula1-0/+4
2020-02-01spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-01-17spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost1-1/+1
2020-01-17spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven1-6/+2
2020-01-17spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2020-01-17spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter1-0/+7
2020-01-17spi: sprd: Fix the incorrect SPI registerHuanpeng Xin1-1/+1
2020-01-12spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2020-01-12spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra1-1/+5
2020-01-12spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan1-0/+2
2020-01-12spi: fsl: Handle the single hardwired chipselect caseLinus Walleij1-2/+12
2020-01-12spi: fsl: Fix GPIO descriptor supportLinus Walleij1-0/+1
2020-01-12spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula1-0/+4
2020-01-09spi: uniphier: Fix FIFO thresholdKunihiko Hayashi1-12/+19
2020-01-09spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI modeVladimir Oltean1-11/+4
2019-12-31spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy1-3/+3
2019-12-31spi: fsl: don't map irq during probeChristophe Leroy1-3/+2
2019-12-31spi: cadence: Correct handling of native chipselectCharles Keepax1-3/+3
2019-12-31spi: dw: Correct handling of native chipselectCharles Keepax1-2/+3
2019-12-31spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-31spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4
2019-12-31spi: pxa2xx: Add missed security checksChuhong Yuan1-0/+6
2019-12-31spi: img-spfi: fix potential double releasePan Bian1-0/+2
2019-12-31spi: dw: Fix Designware SPI loopbackThor Thayer1-1/+2
2019-12-31spi: sifive: disable clk when probe fails and removeChuhong Yuan1-4/+7
2019-12-31spi: sprd: adi: Add missing lock protection when rebootingLingling Xu1-0/+3
2019-12-31spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost1-1/+3
2019-12-31spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski1-0/+3
2019-12-13spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT1-1/+2
2019-12-13spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT1-9/+9
2019-12-13spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-12-13spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard1-1/+2
2019-12-13spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf1-5/+33
2019-09-18Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+5
2019-09-18Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2019-09-17Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-434/+0
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown64-887/+1817
2019-09-15Merge branch 'spi-5.3' into spi-linusMark Brown6-6/+33
2019-09-13spi: mediatek: support large PAluhua.xu1-5/+39
2019-09-13spi: mediatek: add spi support for mt6765 ICluhua.xu1-0/+9
2019-09-11spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFOLukas Wunner1-11/+82
2019-09-11spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFOLukas Wunner1-23/+218
2019-09-11spi: bcm2835: Cache CS register value for ->prepare_message()Lukas Wunner1-20/+26
2019-09-11spi: Guarantee cacheline alignment of driver-private dataLukas Wunner1-4/+7
2019-09-11spi: bcm2835: Drop dma_pending flagLukas Wunner1-15/+8
2019-09-10spi: bcm2835: Work around DONE bit erratumLukas Wunner1-2/+12
2019-09-09spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()Markus Elfring1-4/+1
2019-09-05spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean1-11/+12
2019-09-05spi: npcm-fiu: remove set but not used variable 'retlen'YueHaibing1-3/+0
2019-09-04spi: fsl-spi: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+2