aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 39Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-07Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-02Merge branch 'spi-5.2' into spi-nextMark Brown
2019-05-02Merge branch 'spi-5.1' into spi-linusMark Brown
2019-05-02spi: rspi: Fix handling of QSPI code when transmit and receiveHoan Nguyen An
2019-05-02spi: atmel-quadspi: fix crash while suspendingClaudiu Beznea
2019-05-02spi: stm32: return the get_irq errorFabien Dessenne
2019-05-02spi: tegra114: fix PIO transferSowjanya Komatineni
2019-05-02spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi
2019-05-02spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin
2019-05-02spi: ep93xx: Convert to use CS GPIO descriptorsLinus Walleij
2019-05-02spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writeslNaga Sureshkumar Relli
2019-05-02spi: stm32-qspi: manage the get_irq error caseFabien Dessenne
2019-05-02spi/spi-bcm2835: Split transfers that exceed DLENMeghana Madhyastha
2019-05-02spi: pxa2xx: Add support for Intel Comet LakeEvan Green
2019-05-02spi: Release spi_res after finalizing messageNoralf Trønnes
2019-05-02spi: Remove warning in spi_split_transfers_maxsize()Noralf Trønnes
2019-05-02spi: Remove one needless transfer speed fall back caseJarkko Nikula
2019-05-02spi: pxa2xx: use a module softdep for dw_dmacFlavio Suligoi
2019-04-29spi: zynqmp: Fix build breakOlof Johansson
2019-04-08spi: add a method for configuring CS timingSowjanya Komatineni
2019-04-08spi: tegra114: add support for interrupt maskSowjanya Komatineni
2019-04-08spi: tegra114: add 3 wire transfer mode supportSowjanya Komatineni
2019-04-08spi: tegra114: add dual mode supportSowjanya Komatineni
2019-04-08spi: gpio: Use devm_spi_register_master()Andrey Smirnov
2019-04-08spi: bitbang: Introduce spi_bitbang_init()Andrey Smirnov
2019-04-08spi: gpio: Make sure spi_master_put() is called in every error pathAndrey Smirnov
2019-04-08spi: pxa2xxx: change "no DMA channels..." msg from debug to warningFlavio Suligoi
2019-04-08spi: fsl-lpspi: Clean up fsl_lpspi_probeAxel Lin
2019-04-08spi: fsl-lpspi: Fix build warning when !CONFIG_PMAxel Lin
2019-04-08spi: fsl-lpspi: Fix problematic dev_set_drvdata callAxel Lin
2019-04-08spi-mem: fix kernel-doc for spi_mem_dirmap_{read|write}()Sergei Shtylyov
2019-04-08spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FSYueHaibing
2019-04-08spi: kill useless initializer in spi_register_controller()Sergei Shtylyov
2019-04-05spi: spi-mem: Add support for Zynq QSPI controllerNaga Sureshkumar Relli
2019-04-05spi: gpio: Drop unused pdev field in struct spi_gpioAndrey Smirnov
2019-04-05spi: gpio: Drop mflags argument from spi_gpio_request()Andrey Smirnov
2019-04-05spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov
2019-04-05spi: gpio: Don't request CS GPIO in DT use-caseAndrey Smirnov