summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mt65xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-05-30spi: Merge up fixes to help CIMark Brown1-0/+3
2023-05-30spi: mt65xx: Convert to platform remove callbackMark Brown1-13/+17
2023-05-30spi: mt65xx: Don't disguise a "return 0" as "return ret"Uwe Kleine-König1-1/+1
2023-05-30spi: mt65xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30spi: mt65xx: Properly handle failures in .remove()Uwe Kleine-König1-8/+14
2023-05-25spi: mediatek: advertise the availability of Dual and Quad modeQii Wang1-1/+2
2023-05-24spi: mt65xx: make sure operations completed before unloadingDaniel Golle1-0/+3
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-3/+3
2022-12-27spi: mediatek: Enable irq before the spi registrationRicardo Ribalda1-7/+5
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-5/+7
2022-11-28spi: mediatek: Enable irq when pdata is readyRicardo Ribalda1-5/+7
2022-11-10spi: mediatek: Fix DEVAPC Violation at KO RemoveZhichao Liu1-1/+7
2022-10-31spi: mediatek: Fix package division errorzhichao.liu1-10/+13
2022-09-27spi: mt65xx: Add dma max segment size declarationzhichao.liu1-0/+5
2022-04-19spi: mt65xx: Fix definitions indentationAngeloGioacchino Del Regno1-77/+77
2022-04-19spi: mt65xx: Add kerneldoc for driver structuresAngeloGioacchino Del Regno1-5/+34
2022-04-19spi: mt65xx: Simplify probe function with dev_err_probe()AngeloGioacchino Del Regno1-57/+29
2022-04-19spi: mt65xx: Move pm_runtime_enable() call to remove all gotosAngeloGioacchino Del Regno1-12/+6
2022-04-19spi: mt65xx: Move clock parent setting to remove clock disable gotosAngeloGioacchino Del Regno1-11/+8
2022-04-19spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()AngeloGioacchino Del Regno1-35/+35
2022-04-19spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno1-8/+1
2022-04-19spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno1-27/+16
2022-04-04spi: mediatek: support hclkLeilk Liu1-16/+69
2022-04-04spi: mediatek: add spi memory support for ipm designLeilk Liu1-1/+300
2022-03-15spi: mediatek: add ipm design support for MT7986Leilk Liu1-15/+87
2022-03-15spi: mediatek: support tick_delay without enhance_timingLeilk Liu1-3/+12
2022-02-17spi: New support and problem adjustment of SPI rockchipMark Brown1-1/+1
2022-01-31spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard1-1/+1
2022-01-31spi: mt65xx: Convert to GPIO descriptorsLinus Walleij1-17/+6
2021-10-01spi: mediatek: skip delays if they are 0Dafna Hirschfeld1-28/+36
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown1-54/+105
2021-08-09spi: mediatek: fix build warnning in set cs timingMason Zhang1-6/+6
2021-08-05spi: modify set_cs_timing parameterMason Zhang1-46/+61
2021-08-02spi: mediatek: Fix fifo transferGuenter Roeck1-14/+5
2021-07-14spi: mediatek: add tick_delay supportMason Zhang1-1/+10
2021-07-14spi: mediatek: move devm_spi_register_master positionMason Zhang1-6/+6
2021-07-12spi: mediatek: add no_need_unprepare supportMason Zhang1-7/+34
2021-07-12spi: mediatek: fix fifo rx modePeter Hess1-3/+13
2021-02-08spi: mediatek: add set_cs_timing supportleilk.liu1-16/+56
2020-07-22spi: mediatek: add spi support for mt8192 ICleilk.liu1-0/+3
2020-07-01spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu1-7/+8
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu1-2/+10
2019-10-01spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring1-10/+1
2019-09-13spi: mediatek: support large PAluhua.xu1-5/+39
2019-09-13spi: mediatek: add spi support for mt6765 ICluhua.xu1-0/+9
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-10Merge tag 'v5.2-rc4' into spi-5.3Mark Brown1-9/+1
2019-06-07spi: mediatek: add SPI_LSB_FIRST supportLeilk Liu1-9/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1