summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Merge series "spi: spi-zynqmp-gpspi: fix some issues" from quanyang.wang@wind...Mark Brown1-26/+27
2021-04-09spi: davinci: Use device_get_match_data() helperTian Tao1-7/+2
2021-04-09spi: qup: fix PM reference leak in spi_qup_remove()Wang Li1-1/+1
2021-04-09spi: orion: set devdata properly as it is being used laterMuhammad Usama Anjum1-1/+2
2021-04-09spi: imx: add a check for speed_hz before calculating the clockClark Wang1-16/+21
2021-04-09spi: omap-100k: Fix reference leak to masterWei Yongjun1-3/+3
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1
2021-04-09spi: simplify devm_spi_register_controllerTian Tao1-14/+5
2021-04-09spi: dln2: Fix reference leak to masterWei Yongjun1-1/+1
2021-04-09spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_opQuanyang Wang1-1/+1
2021-04-09spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's inter...Quanyang Wang1-22/+18
2021-04-09spi: spi-zynqmp-gqspi: add mutex locking for exec_opQuanyang Wang1-0/+5
2021-04-09spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_ex...Quanyang Wang1-3/+3
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-08spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()Yang Yingliang1-5/+18
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-7/+2
2021-04-08spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu1-0/+1
2021-04-07spi: orion: Use device_get_match_data() helperTian Tao1-4/+2
2021-04-07spi: hisi-kunpeng: Fix Woverflow warning on conversionJay Fang1-1/+1
2021-03-31spi: Add HiSilicon SPI Controller Driver for Kunpeng SoCsJay Fang3-0/+516
2021-03-31Merge tag 'mute-led-rework' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown1-0/+1
2021-03-31spi: pl022: Convert to use GPIO descriptorsLinus Walleij1-6/+14
2021-03-31spi: pl022: Use GPIOs looked up by the coreLinus Walleij1-60/+10
2021-03-31spi: pl022: Drop custom per-chip cs_controlLinus Walleij1-24/+2
2021-03-29spi: pl022: User more sensible defaultsLinus Walleij1-2/+2
2021-03-25Merge series "enable flexspi support on imx8mp" from Heiko Schocher <hs@denx....Mark Brown1-0/+1
2021-03-25spi: fsi: Remove multiple sequenced ops for restricted chipsEddie James1-20/+7
2021-03-25spi: fspi: enable fspi driver for on imx8mpHeiko Schocher1-0/+1
2021-03-25spi: imx: Use of_device_get_match_data() helperTian Tao1-3/+2
2021-03-24spi: pl022: Fix trailing whitespaceJay Fang1-1/+1
2021-03-24spi: rockchip: Fix code indent should use tabs where possibleJay Fang1-3/+3
2021-03-24spi: spi-mem: Fix code indent should use tabs where possibleJay Fang1-3/+3
2021-03-24spi: jcore: Fix trailing statements should be on next lineJay Fang1-1/+2
2021-03-24spi: spi-bitbang: Fix open brace following function definitions go on the nex...Jay Fang1-3/+6
2021-03-24spi: dln2: Fix open brace following function definitions go on the next lineJay Fang1-1/+2
2021-03-24spi: spi-mtk-nor: Fix checkpatch spacing errorJay Fang1-1/+1
2021-03-24spi: omap-100k: Fix checkpatch spacing errorsJay Fang1-4/+4
2021-03-24spi: pxa2xx: Fix checkpatch spacing errorsJay Fang2-2/+2
2021-03-24spi: sprd: Fix checkpatch spacing errorJay Fang1-1/+1
2021-03-24spi: spi-topcliff-pch: Fix checkpatch spacing errorJay Fang1-1/+2
2021-03-23spi: mediatek: add mt8195 spi slave supportLeilk Liu1-0/+8
2021-03-23spi: mediatek: add mtk_spi_compatible supportLeilk Liu1-4/+24
2021-03-19spi: stm32: Fix use-after-free on unbindAlain Volmat1-14/+10
2021-03-17spi: imx: Improve driver descriptionFabio Estevam1-1/+1
2021-03-17spi: Fix spelling mistake "softwade" -> "software"Colin Ian King1-1/+1
2021-03-16Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...Mark Brown1-15/+6
2021-03-16spi: Remove support for dangling device propertiesHeikki Krogerus1-21/+3
2021-03-16spi: Add support for software nodesHeikki Krogerus1-2/+11
2021-03-16spi: spi-qcom-qspi: Convert to use resource-managed OPP APIYangtao Li1-13/+5
2021-03-16spi: spi-geni-qcom: Convert to use resource-managed OPP APIYangtao Li1-10/+6