aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 39Thomas Gleixner2-10/+2
2019-05-23Merge branch 'spi-5.2' into spi-5.3Mark Brown3-5/+10
2019-05-23spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson1-6/+30
2019-05-23spi: tegra114: set master cleanup and also invoke it on probe errorSowjanya Komatineni1-0/+3
2019-05-23spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu1-1/+6
2019-05-22spi: bcm2835: Drop assignment of dma_slave_config directionLukas Wunner1-2/+0
2019-05-22spi: bcm2835: Replace spi_master by spi_controllerLukas Wunner1-95/+96
2019-05-22spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2019-05-20spi: spidev: Add dhcom-board to compatibility listChristoph Niedermaier1-0/+1
2019-05-20Merge tag 'v5.2-rc1' into spi-5.3Mark Brown5-13/+10
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+6
2019-05-16spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing1-1/+1
2019-05-15spi: tegra114: add support for TX and RX trimmersSowjanya Komatineni1-2/+65
2019-05-15spi: tegra114: add support for HW CS timingSowjanya Komatineni1-2/+46
2019-05-15spi: tegra114: add support for hw based csSowjanya Komatineni1-12/+27
2019-05-15spi: tegra114: add support for gpio based CSSowjanya Komatineni1-0/+13
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan1-0/+1
2019-05-13spi: bcm2835: only split transfers that exceed DLEN if DMA availableNicolas Saenz Julienne1-9/+11
2019-05-13spi: Allow selecting BCM2835 SPI controllers on ARCH_BRCMSTBFlorian Fainelli1-2/+2
2019-05-13spi: bcm2835: Remove spi_alloc_master() error printingHoan Nguyen An1-3/+1
2019-05-13spi: bcm2835aux: Remove spi_alloc_master() error printingHoan Nguyen An1-3/+1
2019-05-13spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl1-0/+1
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+1
2019-05-09spi: Fix Raspberry Pi breakageMark Brown1-2/+2
2019-05-08spi: rockchip: turn down tx dma burstsEmil Renner Berthing1-2/+2
2019-05-08spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl1-0/+8
2019-05-08spi: core: allow defining time that cs is deassertedMartin Sperl1-10/+49
2019-05-08spi: bcm2835: add driver stats to debugfsMartin Sperl1-0/+74
2019-05-08spi: bcm2835: make the polling duration limits configurableMartin Sperl1-8/+14
2019-05-08spi: bcm2835: added comment about different bus behaviour of DMA modeMartin Sperl1-1/+4
2019-05-08spi: bcm2835: Avoid 64-bit arithmetic in xfer len calcMartin Sperl1-9/+9
2019-05-08spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argumentMartin Sperl1-4/+2
2019-05-08spi: at91-usart: add DMA supportRadu Pirea1-2/+219
2019-05-08spi: ep93xx: Drop unused variableLinus Walleij1-1/+0
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-6/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-07Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds33-702/+2824
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-05-02Merge branch 'spi-5.2' into spi-nextMark Brown28-550/+2582
2019-05-02Merge branch 'spi-5.1' into spi-linusMark Brown13-152/+243
2019-05-02spi: rspi: Fix handling of QSPI code when transmit and receiveHoan Nguyen An1-43/+28
2019-05-02spi: atmel-quadspi: fix crash while suspendingClaudiu Beznea1-2/+4
2019-05-02spi: stm32: return the get_irq errorFabien Dessenne1-2/+3
2019-05-02spi: tegra114: fix PIO transferSowjanya Komatineni1-2/+3
2019-05-02spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi1-2/+6
2019-05-02spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin1-0/+5
2019-05-02spi: ep93xx: Convert to use CS GPIO descriptorsLinus Walleij1-26/+6