summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2019-04-05spi: tegra114: set bus number based on idSowjanya Komatineni
2019-04-05spi: tegra114: use unpacked mode for below 4 bytesSowjanya Komatineni
2019-04-05spi: tegra114: set supported bits per wordSowjanya Komatineni
2019-04-05spi: tegra114: dump SPI registers during timeoutSowjanya Komatineni
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown
2019-04-05spi: tegra114: avoid reset call in atomic contextSowjanya Komatineni
2019-04-05spi: tegra114: de-assert CS before SPI mode changeSowjanya Komatineni
2019-04-04spi: sh-msiof: Convert to use GPIO descriptorsGeert Uytterhoeven
2019-04-04spi: bcm2835aux: polling_limit_us can be statickbuild test robot
2019-04-04spi: Add missing error handling for CS GPIOsGeert Uytterhoeven
2019-04-04spi: spi-gpio: Remove spi->controller_data commentGeert Uytterhoeven
2019-04-03spi: bcm2835aux: add driver stats to debugfsMartin Sperl
2019-04-03spi: sh-msiof: Add reset of registers before starting transferGeert Uytterhoeven
2019-04-03spi: sh-msiof: Use readl_poll_timeout_atomic() instead of open-codingGeert Uytterhoeven
2019-04-03spi: lpspi: add missing complete in abort func at dma modeClark Wang
2019-04-03spi: gpio: Drop unused pdata copy in struct spi_gpioAndrey Smirnov
2019-04-03spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()Andrey Smirnov
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