summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * spi: tegra114: set bus number based on idSowjanya Komatineni2019-04-051-0/+4
| | * spi: tegra114: use unpacked mode for below 4 bytesSowjanya Komatineni2019-04-051-1/+2
| | * spi: tegra114: set supported bits per wordSowjanya Komatineni2019-04-051-0/+1
| | * spi: tegra114: dump SPI registers during timeoutSowjanya Komatineni2019-04-051-0/+18
| | * Merge branch 'spi-5.1' into spi-5.2Mark Brown2019-04-057-71/+173
| | |\
| | * | spi: sh-msiof: Convert to use GPIO descriptorsGeert Uytterhoeven2019-04-041-16/+4
| | * | spi: bcm2835aux: polling_limit_us can be statickbuild test robot2019-04-041-1/+1
| | * | spi: bcm2835aux: add driver stats to debugfsMartin Sperl2019-04-031-0/+56
| | * | spi: sh-msiof: Add reset of registers before starting transferGeert Uytterhoeven2019-04-031-0/+18
| | * | spi: sh-msiof: Use readl_poll_timeout_atomic() instead of open-codingGeert Uytterhoeven2019-04-031-9/+3
| | * | spi: lpspi: add missing complete in abort func at dma modeClark Wang2019-04-031-1/+7
| | * | spi: gpio: Drop unused pdata copy in struct spi_gpioAndrey Smirnov2019-04-031-3/+0
| | * | spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()Andrey Smirnov2019-04-031-6/+6
| | * | spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()Andrey Smirnov2019-04-031-13/+14
| | * | spi: gpio: Add local struct device pointer in spi_gpio_probe()Andrey Smirnov2019-04-031-5/+6
| | * | spi: gpio: Drop unused spi_to_pdata()Andrey Smirnov2019-04-031-6/+0
| | * | spi: bcm2835aux: make the polling duration limits configurableMartin Sperl2019-04-031-11/+14
| | * | spi: bcm2835aux: setup gpio-cs to output and correct level during setupMartin Sperl2019-04-031-2/+14
| | * | spi: bcm2835aux: warn in dmesg that native cs is not really supportedMartin Sperl2019-04-031-0/+33
| | * | spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2019-04-031-1/+12
| | * | spi: bcm2835aux: remove dead codeMartin Sperl2019-04-031-3/+0
| | * | spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl2019-04-031-4/+4
| | * | spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl2019-04-031-7/+0
| | * | spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-04-031-33/+18
| | * | spi: spi-mem: export spi_mem_default_supports_op()Naga Sureshkumar Relli2019-04-031-2/+2
| | * | spi: sh-msiof: Use BIT() and GENMASK()Geert Uytterhoeven2019-04-031-87/+87
| | * | spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes2019-04-021-0/+16
| | * | spi: spi-fsl-spi: allow changing bits_per_word while CS is still activeRasmus Villemoes2019-04-021-5/+6
| | * | spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one()Jarkko Nikula2019-04-021-2/+2
| | * | spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one()Jarkko Nikula2019-04-021-7/+7
| | * | spi: tegra114: add SPI_LSB_FIRST supportSowjanya Komatineni2019-04-011-1/+6
| | * | spi: tegra114: use packed mode for 32 bits per wordSowjanya Komatineni2019-04-011-1/+1
| | * | spi: spi-fsl-spi: relax message sanity checking a littleRasmus Villemoes2019-04-011-3/+5
| | * | spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msgRasmus Villemoes2019-04-011-6/+4
| | * | spi: stm32-qspi: add dma supportLudovic Barre2019-03-261-1/+135
| | * | spi: stm32-qspi: add spi_master_put in release functionLudovic Barre2019-03-261-18/+28
| | * | spi: mt7621: Move SPI driver out of stagingStefan Roese2019-03-253-0/+428
| | * | spi: at91-usart: Remove duplicated checking for spi->bits_per_wordAxel Lin2019-03-251-7/+1
| | * | spi: atmel-quadspi: Make atmel_qspi_get_name staticYueHaibing2019-03-251-1/+1
| | * | spi: export tracepoint symbols to modulesArnd Bergmann2019-03-211-0/+2
| | * | spi: pxa2xx: Debug print DMA burst sizeAndy Shevchenko2019-03-201-0/+3
| | * | spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko2019-03-203-1/+8
| | * | spi: dw: Add support for an optional interface clockPhil Edworthy2019-03-201-0/+12
| | * | spi: mxic: simplify getting .driver_dataWolfram Sang2019-03-201-4/+2
| | * | spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be statickbuild test robot2019-03-201-1/+1
| | * | Merge tag 'v5.1-rc1' into spi-5.2Mark Brown2019-03-191-1/+0
| | |\ \ | |_|/ / |/| | |
| | * | spi: pxa2xx-pci: Drop unused header inclusionAndy Shevchenko2019-03-191-1/+0
| | * | spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot2019-03-191-2/+2
| | * | spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309Rasmus Villemoes2019-03-182-5/+37
| | * | spi: orion: Support spi_xfer->word_delay_usecsJan Kundrát2019-03-181-0/+4