aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mt65xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25spi: spi-mt65xx: Rename a variable in interrupt handlerFei Shao1-17/+15
2024-03-21spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-01-22spi: spi-mt65xx: Support sleep pin controlRuihai Zhou1-0/+5
2023-09-11spi: mt65xx: switch to use modern nameYang Yingliang1-95/+95
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-23spi: 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-26spi: 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-11spi: mediatek: add no_need_unprepare supportMason Zhang1-7/+34
2021-07-11spi: 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-06spi: mediatek: add SPI_LSB_FIRST supportLeilk Liu1-9/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-11-27spi: mediatek: add spi support for mt7629 ICLeilk Liu1-0/+3
2018-11-06Merge branch 'spi-4.20' into spi-4.21 for uniphier DTMark Brown1-2/+2
2018-11-05spi: mediatek: add spi support for mt8183 ICLeilk Liu1-0/+9
2018-10-31spi: mediatek: use correct mata->xfer_len when in fifo transferLeilk Liu1-2/+2
2018-09-18spi: mediatek: Don't modify spi_transfer when transfer.Peter Shih1-16/+21
2017-06-20spi: mediatek: add spi support for mt2712 ICleilk.liu@mediatek.com1-0/+7
2017-06-13spi: mediatek: add spi support for mt7622 ICLeilk Liu1-0/+9
2017-06-13spi: mediatek: adjust register to enhance time accuracyLeilk Liu1-5/+40
2017-01-31spi: mediatek: Only do dma for 4-byte aligned buffersDaniel Kurtz1-4/+33
2016-07-27spi: mediatek: remove spi_master_put in mtk_spi_remove()Wei Yongjun1-1/+0
2016-01-11Merge remote-tracking branches 'spi/topic/lm70llp', 'spi/topic/loopback', 'sp...Mark Brown1-15/+21
2016-01-11Merge remote-tracking branch 'spi/fix/mtk' into spi-linusMark Brown1-10/+18
2015-12-31spi: mediatek: Add spi support for mt2701 ICLeilk Liu1-0/+3
2015-12-31spi: mediatek: merge all identical compat to mtk_common_compatLeilk Liu1-5/+10
2015-12-30spi: mediatek: Prevent overflows in FIFO transfersNicolas Boichat1-10/+18
2015-11-25spi: mediatek: revise mtk_spi_probe() failure flowLeilk Liu1-7/+8
2015-11-25Merge branch 'fix/mediatek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown1-8/+18
2015-11-21spi: mediatek: remove needless pair of writel()/readl()leilk.liu@mediatek.com1-3/+0
2015-11-16spi: mediatek: single device does not require cs_gpiosNicolas Boichat1-8/+18
2015-10-27spi: mediatek: mt8173 spi multiple devices supportLeilk Liu1-13/+52
2015-10-27spi: mediatek: handle controller_data in mtk_spi_setupLeilk Liu1-7/+12
2015-10-27spi: mediatek: remove mtk_spi_configLeilk Liu1-33/+26
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown1-30/+23
2015-09-16spi: mediatek: fix wrong error return value on probeJavier Martinez Canillas1-2/+2
2015-09-07spi: mediatek: fix spi cs polarity errorLeilk Liu1-20/+7
2015-08-31spi: mediatek: fix spi clock usage errorLeilk Liu1-8/+15
2015-08-31spi: mediatek: remove clk_disable_unprepare()Leilk Liu1-1/+0
2015-08-27spi: mediatek: fix SPI_CMD_PAUSE_IE macro errorLeilk Liu1-1/+1
2015-08-25spi: mediatek: replace *_time nameLeilk Liu1-12/+8
2015-08-25spi: mediatek: add PM clk_prepare_enable fail flowLeilk Liu1-2/+11
2015-08-25spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_...Leilk Liu1-8/+10
2015-08-25spi: mediatek: add linux/io.h include fileLeilk Liu1-0/+1
2015-08-20spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSETLeilk Liu1-17/+20
2015-08-20spi: medaitek: revise quirks compatibility styleLeilk Liu1-18/+7
2015-08-20spi: mediatek: fix spi incorrect endian usageLeilk Liu1-22/+16
2015-08-19spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardwareLeilk Liu1-17/+0
2015-08-13spi: Mediatek: fixup cpu_to_le32 incorrect usageLeilk Liu1-4/+2
2015-08-11spi: mediatek: fix endian warningsLeilk Liu1-2/+4
2015-08-11spi: mt65xx: Fix module aliasAxel Lin1-1/+1
2015-08-07spi: mediatek: mtk_spi_driver can be statickbuild test robot1-1/+1
2015-08-07spi: mediatek: Add spi bus for Mediatek MT8173Leilk Liu1-0/+749