summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-03spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()Andrey Smirnov
2019-04-03spi: gpio: Add local struct device pointer in spi_gpio_probe()Andrey Smirnov
2019-04-03spi: gpio: Drop unused spi_to_pdata()Andrey Smirnov
2019-04-03spi: bcm2835aux: make the polling duration limits configurableMartin Sperl
2019-04-03spi: bcm2835aux: setup gpio-cs to output and correct level during setupMartin Sperl
2019-04-03spi: bcm2835aux: warn in dmesg that native cs is not really supportedMartin Sperl
2019-04-03spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl
2019-04-03spi: bcm2835aux: remove dead codeMartin Sperl
2019-04-03spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl
2019-04-03spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl
2019-04-03spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl
2019-04-03spi: spi-mem: export spi_mem_default_supports_op()Naga Sureshkumar Relli
2019-04-03spi: sh-msiof: Use BIT() and GENMASK()Geert Uytterhoeven
2019-04-02spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes
2019-04-02spi: spi-fsl-spi: allow changing bits_per_word while CS is still activeRasmus Villemoes
2019-04-02spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one()Jarkko Nikula
2019-04-02spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one()Jarkko Nikula
2019-04-01spi: tegra114: add SPI_LSB_FIRST supportSowjanya Komatineni
2019-04-01spi: tegra114: use packed mode for 32 bits per wordSowjanya Komatineni
2019-04-01spi: spi-fsl-spi: relax message sanity checking a littleRasmus Villemoes
2019-04-01spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msgRasmus Villemoes
2019-04-01spi: tegra114: reset controller on probeSowjanya Komatineni
2019-04-01spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni
2019-04-01spi: tegra114: flush fifosSowjanya Komatineni
2019-04-01spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni
2019-04-01spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni
2019-04-01spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni
2019-04-01spi: pic32: fix dma channels terminationCezary Gapinski
2019-03-27spi: tegra20-slink: change chip select action orderRandolph Maaßen
2019-03-26spi: stm32-qspi: add dma supportLudovic Barre
2019-03-26spi: stm32-qspi: add spi_master_put in release functionLudovic Barre
2019-03-25spi: mt7621: Move SPI driver out of stagingStefan Roese
2019-03-25spi: at91-usart: Remove duplicated checking for spi->bits_per_wordAxel Lin
2019-03-25spi: atmel-quadspi: Make atmel_qspi_get_name staticYueHaibing
2019-03-21spi: export tracepoint symbols to modulesArnd Bergmann
2019-03-21spi: lpspi: fix dataloss when SS is inactivated between every wordsClark Wang
2019-03-20spi: pxa2xx: Debug print DMA burst sizeAndy Shevchenko
2019-03-20spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko
2019-03-20spi: dw: Add support for an optional interface clockPhil Edworthy
2019-03-20dt-bindings: snps,dw-apb-ssi: Add optional clock bindings documentationGareth Williams
2019-03-20dt-bindings: snps,dw-apb-ssi: Add mandatory clock bindings documentationPhil Edworthy
2019-03-20spi: mxic: simplify getting .driver_dataWolfram Sang
2019-03-20spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be statickbuild test robot
2019-03-19Merge tag 'v5.1-rc1' into spi-5.2Mark Brown
2019-03-19spi: pxa2xx-pci: Drop unused header inclusionAndy Shevchenko
2019-03-19spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot
2019-03-18spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309Rasmus Villemoes
2019-03-18spi: orion: Support spi_xfer->word_delay_usecsJan Kundrát
2019-03-18spi: spidev: Enable control of inter-word delaysJan Kundrát
2019-03-18spi: lpspi: Code cleanupClark Wang