summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| * | spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe()Markus Elfring2019-10-011-9/+1
| * | spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe()Markus Elfring2019-10-011-11/+1
| * | spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring2019-10-011-10/+1
| * | spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()Markus Elfring2019-10-011-9/+1
| * | spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal2019-10-011-1/+1
| * | spi: atmel: Remove AVR32 leftoverGregory CLEMENT2019-10-011-24/+0
| * | spi: dw: Add compatible string for Renesas RZ/N1 SPI ControllerPhil Edworthy2019-10-011-0/+1
| * | spi: dw: Add basic runtime PM supportPhil Edworthy2019-10-011-0/+8
* | | spi: fsl-cpm: Correct the free:ingLinus Walleij2019-11-151-1/+2
* | | spi: bcm2835: fix typo in commentChris Packham2019-11-051-1/+1
* | | spi: dw: Fix Designware SPI loopbackThor Thayer2019-11-051-1/+2
* | | spi: sifive: disable clk when probe fails and removeChuhong Yuan2019-11-041-4/+7
* | | spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula2019-10-291-0/+4
* | | spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT2019-10-251-1/+2
* | | spi: pxa2xx: Drop extra check of platform_get_resource() returned valueAndy Shevchenko2019-10-231-5/+3
* | | spi: dw: Move runtime PM enable/disable from common to platform driver partJarkko Nikula2019-10-221-0/+5
* | | spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2019-10-181-7/+3
* | | spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven2019-10-181-6/+2
* | | Merge tag 'v5.4-rc3' into spi-5.4Mark Brown2019-10-189-462/+22
|\| |
| * | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-23/+5
| |\ \
| | * | drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose2019-07-301-7/+1
| | * | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-16/+4
| * | | Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds2019-09-173-3/+3
| |\ \ \
| | * | | spi: docs: convert to ReST and add it to the kABI booksetMauro Carvalho Chehab2019-07-313-3/+3
| | |/ /
| * | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-163-434/+0
| |\ \ \
| | * | | spi: remove w90x900 driverArnd Bergmann2019-09-043-437/+0
| | |/ /
| * | | Merge branch 'spi-5.4' into spi-nextMark Brown2019-09-1564-887/+1817
| |\ \ \
| * \ \ \ Merge branch 'spi-5.3' into spi-linusMark Brown2019-09-156-6/+33
| |\ \ \ \
| | * | | | spi: bcm2835: Work around DONE bit erratumLukas Wunner2019-09-101-2/+12
| | * | | | spi: uniphier: fix wrong register overwriteKeiji Hayashibara2019-09-031-0/+1
| | * | | | spi: dw-pci: Add MODULE_DEVICE_TABLEJarkko Nikula2019-08-301-0/+1
| * | | | | Merge tag 'spi-fix-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-054-4/+21
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT2019-10-181-9/+9
* | | | | | spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter2019-10-181-0/+7
| |_|_|_|/ |/| | | |
* | | | | spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf2019-10-081-5/+33
* | | | | spi: spi-fsl-dspi: Always use the TCFQ devices in poll modeVladimir Oltean2019-10-081-1/+4
* | | | | spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard2019-10-041-1/+2
* | | | | spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost2019-10-011-1/+1
* | | | | spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost2019-10-011-1/+3
* | | | | spi: orion: fix runtime PM initializationtomaspaukrt@email.cz2019-09-261-3/+0
* | | | | spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski2019-09-251-0/+3
* | | | | spi: mxic: Fix DMAS_CTRL register layoutMiquel Raynal2019-09-201-2/+2
* | | | | spi: mxic: Select SPI_NOR type by defaultMiquel Raynal2019-09-201-1/+1
| |_|_|/ |/| | |
* | | | spi: mediatek: support large PAluhua.xu2019-09-131-5/+39
* | | | spi: mediatek: add spi support for mt6765 ICluhua.xu2019-09-131-0/+9
* | | | spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFOLukas Wunner2019-09-111-11/+82
* | | | spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFOLukas Wunner2019-09-111-23/+218
* | | | spi: bcm2835: Cache CS register value for ->prepare_message()Lukas Wunner2019-09-111-20/+26
* | | | spi: Guarantee cacheline alignment of driver-private dataLukas Wunner2019-09-111-4/+7
* | | | spi: bcm2835: Drop dma_pending flagLukas Wunner2019-09-111-15/+8