summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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/+0Star
| | * | 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/+0Star
| | * | 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/+0Star
| | * | 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/+0Star
| | * | spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-04-031-33/+18Star
| | * | 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/+4Star
| | * | 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/+1Star
| | * | 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/+2Star
| | * | 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/+0Star
| | |\ \ | |_|/ / |/| | |
| | * | spi: pxa2xx-pci: Drop unused header inclusionAndy Shevchenko2019-03-191-1/+0Star
| | * | 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
| | * | spi: spidev: Enable control of inter-word delaysJan Kundrát2019-03-181-1/+3
| | * | spi: lpspi: Code cleanupClark Wang2019-03-181-1/+1
| | * | spi: lpspi: Add the missing NULL checkClark Wang2019-03-181-2/+5
| | * | spi: lpspi: add dma mode supportClark Wang2019-03-181-11/+301
| | * | spi: lpspi: use the core way to implement cs-gpio functionClark Wang2019-03-181-35/+66
| | * | spi: lpspi: add the error info of transfer speed settingClark Wang2019-03-181-3/+13
| | * | spi: lpspi: enable runtime pm for lpspiHan Xu2019-03-181-25/+92
| | * | spi: lpspi: Add i.MX8 boards support for lpspiClark Wang2019-03-181-11/+41
| | * | spi: spi-mem: stm32-qspi: add suspend/resume supportLudovic Barre2019-03-151-4/+35
| | * | Merge branch 'spi-5.1' into spi-5.2 for stm32Mark Brown2019-03-154-30/+26Star
| | |\ \