summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mt65xx.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Merge up fixes to help CIMark Brown2023-05-301-0/+3
|\
| * spi: mt65xx: make sure operations completed before unloadingDaniel Golle2023-05-231-0/+3
* | spi: mt65xx: Convert to platform remove callbackMark Brown2023-05-301-13/+17
|\ \
| * | spi: mt65xx: Don't disguise a "return 0" as "return ret"Uwe Kleine-König2023-05-301-1/+1
| * | spi: mt65xx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2
| * | spi: mt65xx: Properly handle failures in .remove()Uwe Kleine-König2023-05-301-8/+14
| |/
* / spi: mediatek: advertise the availability of Dual and Quad modeQii Wang2023-05-251-1/+2
|/
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-3/+3
* spi: mediatek: Enable irq before the spi registrationRicardo Ribalda2022-12-261-7/+5
* Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-12-131-5/+7
|\
| * spi: mediatek: Enable irq when pdata is readyRicardo Ribalda2022-11-281-5/+7
* | spi: mediatek: Fix DEVAPC Violation at KO RemoveZhichao Liu2022-11-101-1/+7
* | spi: mediatek: Fix package division errorzhichao.liu2022-10-311-10/+13
|/
* spi: mt65xx: Add dma max segment size declarationzhichao.liu2022-09-271-0/+5
* spi: mt65xx: Fix definitions indentationAngeloGioacchino Del Regno2022-04-191-77/+77
* spi: mt65xx: Add kerneldoc for driver structuresAngeloGioacchino Del Regno2022-04-191-5/+34
* spi: mt65xx: Simplify probe function with dev_err_probe()AngeloGioacchino Del Regno2022-04-191-57/+29
* spi: mt65xx: Move pm_runtime_enable() call to remove all gotosAngeloGioacchino Del Regno2022-04-191-12/+6
* spi: mt65xx: Move clock parent setting to remove clock disable gotosAngeloGioacchino Del Regno2022-04-191-11/+8
* spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()AngeloGioacchino Del Regno2022-04-191-35/+35
* spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno2022-04-191-8/+1
* spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno2022-04-191-27/+16
* spi: mediatek: support hclkLeilk Liu2022-04-041-16/+69
* spi: mediatek: add spi memory support for ipm designLeilk Liu2022-04-041-1/+300
* spi: mediatek: add ipm design support for MT7986Leilk Liu2022-03-151-15/+87
* spi: mediatek: support tick_delay without enhance_timingLeilk Liu2022-03-151-3/+12
* spi: New support and problem adjustment of SPI rockchipMark Brown2022-02-171-1/+1
|\
| * spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard2022-01-311-1/+1
* | spi: mt65xx: Convert to GPIO descriptorsLinus Walleij2022-01-311-17/+6
|/
* spi: mediatek: skip delays if they are 0Dafna Hirschfeld2021-10-011-28/+36
* Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown2021-08-261-54/+105
|\
| * spi: mediatek: fix build warnning in set cs timingMason Zhang2021-08-091-6/+6
| * spi: modify set_cs_timing parameterMason Zhang2021-08-051-46/+61
| * spi: mediatek: add tick_delay supportMason Zhang2021-07-141-1/+10
| * spi: mediatek: add no_need_unprepare supportMason Zhang2021-07-111-7/+34
* | spi: mediatek: Fix fifo transferGuenter Roeck2021-08-021-14/+5
* | spi: mediatek: move devm_spi_register_master positionMason Zhang2021-07-141-6/+6
* | spi: mediatek: fix fifo rx modePeter Hess2021-07-111-3/+13
|/
* spi: mediatek: add set_cs_timing supportleilk.liu2021-02-081-16/+56
* spi: mediatek: add spi support for mt8192 ICleilk.liu2020-07-221-0/+3
* spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu2020-07-011-7/+8
* spi: mediatek: add SPI_CS_HIGH supportLuhua Xu2019-11-181-2/+10
* spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring2019-10-011-10/+1
* spi: mediatek: support large PAluhua.xu2019-09-131-5/+39
* spi: mediatek: add spi support for mt6765 ICluhua.xu2019-09-131-0/+9
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-1/+0
* Merge tag 'v5.2-rc4' into spi-5.3Mark Brown2019-06-101-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* | spi: mediatek: add SPI_LSB_FIRST supportLeilk Liu2019-06-061-9/+6
|/
* spi: mediatek: add spi support for mt7629 ICLeilk Liu2018-11-271-0/+3