summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-19spi: stm32: remove inexistant variables in struct stm32_spi_cfg commentAlain Volmat1-2/+0
2022-01-19spi: stm32-qspi: Update spi registeringPatrice Chotard1-30/+17
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski2-1/+2
2022-01-07spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin1-0/+1
2022-01-07spi: atmel: Fix typoQinghua Jin1-1/+1
2022-01-06spi: dt-bindings: mediatek,spi-mtk-nor: Fix example 'interrupts' propertyRob Herring1-1/+1
2022-01-06spi: qcom: geni: handle timeout for gpi modeVinod Koul1-1/+25
2022-01-06spi: qcom: geni: set the error code for gpi transferVinod Koul1-1/+5
2022-01-06spi: spi-mux: Add reference to spi-peripheral-props.yaml schemaRob Herring1-0/+1
2022-01-04spi: ar934x: fix transfer sizeOskari Lemmela1-5/+11
2021-12-23spi: pxa2xx: Propagate firmware nodeAndy Shevchenko1-2/+1
2021-12-23spi: dw: Propagate firmware nodeAndy Shevchenko1-2/+2
2021-12-23spi: dln2: Propagate firmware nodeAndy Shevchenko1-1/+3
2021-12-22spi: ar934x: fix transfer and word delaysOskari Lemmela1-0/+2
2021-12-20spi: spi-mtk-nor: add new clock name 'axi' for spi norTinghan Shen1-1/+5
2021-12-15spi: atmel,quadspi: Define sama7g5 QSPITudor Ambarus1-2/+14
2021-12-15spi: atmel,quadspi: Convert to json-schemaTudor Ambarus2-37/+87
2021-12-13spi: Fix incorrect cs_setup delay handlingHector Martin1-7/+6
2021-12-01dt-bindings: mtd: spi-nor: Add a reference to spi-peripheral-props.yamlPratyush Yadav1-1/+2
2021-12-01spi: dt-bindings: cdns,qspi-nor: Move peripheral-specific properties outPratyush Yadav3-33/+44
2021-12-01spi: dt-bindings: add schema listing peripheral-specific propertiesPratyush Yadav2-67/+89
2021-11-29spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko3-10/+2
2021-11-29spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko5-52/+4
2021-11-29ARM: pxa/lubbock: Replace custom ->cs_control() by GPIO lookup tableAndy Shevchenko1-6/+9
2021-11-26spi: tegra210-quad: use devm call for cdata memoryKrishna Yarlagadda1-10/+1
2021-11-26spi: atmel: Remove setting of deprecated member of struct dma_slave_configTudor Ambarus1-2/+0
2021-11-26spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()Tudor Ambarus1-21/+17
2021-11-25spi: bcm-qspi: set transfer parameter only if they changeKamal Dasu1-0/+12
2021-11-25spi: bcm-qspi: choose sysclk setting based on requested speedKamal Dasu1-6/+26
2021-11-24spi: Fix condition in the __spi_register_driver()Andy Shevchenko1-1/+1
2021-11-24spi: spidev: Make probe to fail early if a spidev compatible is usedJavier Martinez Canillas1-3/+4
2021-11-23spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_dataAndy Shevchenko2-33/+6
2021-11-23spi: spidev: Use SPI_MODE_USER_MASK instead of castingAndy Shevchenko1-1/+1
2021-11-23spi: Fix multi-line comment styleAndy Shevchenko1-71/+89
2021-11-23spi: Replace memset() with __GFP_ZEROAndy Shevchenko1-2/+1
2021-11-22spi: fsl-lpspi: Add imx8ulp compatible stringJacky Bai1-4/+7
2021-11-22spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko1-11/+6
2021-11-22spi: Add resets to the PL022 bindingsLinus Walleij1-0/+3
2021-11-22spi: docs: improve the SPI userspace API documentationJavier Martinez Canillas1-15/+43
2021-11-18RSPI driver support for RZ/G2LMark Brown2-2/+29
2021-11-18spi: qcom: geni: remove unused definesVinod Koul1-4/+0
2021-11-18spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()Lad Prabhakar1-1/+1
2021-11-18spi: spi-rspi: Add support to deassert/assert reset lineLad Prabhakar1-0/+25
2021-11-18spi: dt-bindings: renesas,rspi: Document RZ/G2L SoCLad Prabhakar1-1/+3
2021-11-17spi: hisi-kunpeng: Fix the debugfs directory name incorrectoujiefeng1-7/+8
2021-11-16spi: dw: Define the capabilities in a continuous bit-flags setSerge Semin1-1/+1
2021-11-16spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin3-7/+7
2021-11-16spi: dw: Introduce Synopsys IP-core versions interfaceSerge Semin2-8/+42
2021-11-16spi: dw: Convert to using the Bitfield access macrosSerge Semin2-45/+50
2021-11-16spi: dw: Put the driver entities naming in orderSerge Semin6-209/+211