summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mt65xx.c
AgeCommit message (Expand)Author
2024-03-25spi: spi-mt65xx: Rename a variable in interrupt handlerFei Shao
2024-03-21spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao
2024-01-22spi: spi-mt65xx: Support sleep pin controlRuihai Zhou
2023-09-11spi: mt65xx: switch to use modern nameYang Yingliang
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko
2023-05-30spi: Merge up fixes to help CIMark Brown
2023-05-30spi: mt65xx: Convert to platform remove callbackMark Brown
2023-05-30spi: mt65xx: Don't disguise a "return 0" as "return ret"Uwe Kleine-König
2023-05-30spi: mt65xx: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30spi: mt65xx: Properly handle failures in .remove()Uwe Kleine-König
2023-05-25spi: mediatek: advertise the availability of Dual and Quad modeQii Wang
2023-05-23spi: mt65xx: make sure operations completed before unloadingDaniel Golle
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2022-12-26spi: mediatek: Enable irq before the spi registrationRicardo Ribalda
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-11-28spi: mediatek: Enable irq when pdata is readyRicardo Ribalda
2022-11-10spi: mediatek: Fix DEVAPC Violation at KO RemoveZhichao Liu
2022-10-31spi: mediatek: Fix package division errorzhichao.liu
2022-09-27spi: mt65xx: Add dma max segment size declarationzhichao.liu
2022-04-19spi: mt65xx: Fix definitions indentationAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Add kerneldoc for driver structuresAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with dev_err_probe()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Move pm_runtime_enable() call to remove all gotosAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Move clock parent setting to remove clock disable gotosAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno
2022-04-04spi: mediatek: support hclkLeilk Liu
2022-04-04spi: mediatek: add spi memory support for ipm designLeilk Liu
2022-03-15spi: mediatek: add ipm design support for MT7986Leilk Liu
2022-03-15spi: mediatek: support tick_delay without enhance_timingLeilk Liu
2022-02-17spi: New support and problem adjustment of SPI rockchipMark Brown
2022-01-31spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard
2022-01-31spi: mt65xx: Convert to GPIO descriptorsLinus Walleij
2021-10-01spi: mediatek: skip delays if they are 0Dafna Hirschfeld
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown
2021-08-09spi: mediatek: fix build warnning in set cs timingMason Zhang
2021-08-05spi: modify set_cs_timing parameterMason Zhang
2021-08-02spi: mediatek: Fix fifo transferGuenter Roeck
2021-07-14spi: mediatek: add tick_delay supportMason Zhang
2021-07-14spi: mediatek: move devm_spi_register_master positionMason Zhang
2021-07-11spi: mediatek: add no_need_unprepare supportMason Zhang
2021-07-11spi: mediatek: fix fifo rx modePeter Hess
2021-02-08spi: mediatek: add set_cs_timing supportleilk.liu
2020-07-22spi: mediatek: add spi support for mt8192 ICleilk.liu
2020-07-01spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu
2019-10-01spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring
2019-09-13spi: mediatek: support large PAluhua.xu
2019-09-13spi: mediatek: add spi support for mt6765 ICluhua.xu