| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: spi-mt65xx: Use threaded interrupt for non-SPIMEM transfer | AngeloGioacchino Del Regno | 2024-07-29 | 1 | -15/+25 |
* | spi: spi-mt65xx: Rename a variable in interrupt handler | Fei Shao | 2024-03-25 | 1 | -17/+15 |
* | spi: spi-mt65xx: Fix NULL pointer access in interrupt handler | Fei Shao | 2024-03-21 | 1 | -10/+12 |
* | spi: spi-mt65xx: Support sleep pin control | Ruihai Zhou | 2024-01-22 | 1 | -0/+5 |
* | spi: mt65xx: switch to use modern name | Yang Yingliang | 2023-09-11 | 1 | -95/+95 |
* | spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX | Andy Shevchenko | 2023-07-11 | 1 | -1/+1 |
* | spi: Merge up fixes to help CI | Mark Brown | 2023-05-30 | 1 | -0/+3 |
|\ |
|
| * | spi: mt65xx: make sure operations completed before unloading | Daniel Golle | 2023-05-24 | 1 | -0/+3 |
* | | spi: mt65xx: Convert to platform remove callback | Mark Brown | 2023-05-30 | 1 | -13/+17 |
|\ \ |
|
| * | | spi: mt65xx: Don't disguise a "return 0" as "return ret" | Uwe Kleine-König | 2023-05-30 | 1 | -1/+1 |
| * | | spi: mt65xx: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-30 | 1 | -4/+2 |
| * | | spi: mt65xx: Properly handle failures in .remove() | Uwe Kleine-König | 2023-05-30 | 1 | -8/+14 |
| |/ |
|
* / | spi: mediatek: advertise the availability of Dual and Quad mode | Qii Wang | 2023-05-25 | 1 | -1/+2 |
|/ |
|
* | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 2023-03-11 | 1 | -3/+3 |
* | spi: mediatek: Enable irq before the spi registration | Ricardo Ribalda | 2022-12-27 | 1 | -7/+5 |
* | Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2022-12-13 | 1 | -5/+7 |
|\ |
|
| * | spi: mediatek: Enable irq when pdata is ready | Ricardo Ribalda | 2022-11-28 | 1 | -5/+7 |
* | | spi: mediatek: Fix DEVAPC Violation at KO Remove | Zhichao Liu | 2022-11-10 | 1 | -1/+7 |
* | | spi: mediatek: Fix package division error | zhichao.liu | 2022-10-31 | 1 | -10/+13 |
|/ |
|
* | spi: mt65xx: Add dma max segment size declaration | zhichao.liu | 2022-09-27 | 1 | -0/+5 |
* | spi: mt65xx: Fix definitions indentation | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -77/+77 |
* | spi: mt65xx: Add kerneldoc for driver structures | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -5/+34 |
* | spi: mt65xx: Simplify probe function with dev_err_probe() | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -57/+29 |
* | spi: mt65xx: Move pm_runtime_enable() call to remove all gotos | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -12/+6 |
* | spi: mt65xx: Move clock parent setting to remove clock disable gotos | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -11/+8 |
* | spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe() | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -35/+35 |
* | spi: mt65xx: Switch to device_get_match_data() | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -8/+1 |
* | spi: mt65xx: Simplify probe function with devm_spi_alloc_master | AngeloGioacchino Del Regno | 2022-04-19 | 1 | -27/+16 |
* | spi: mediatek: support hclk | Leilk Liu | 2022-04-04 | 1 | -16/+69 |
* | spi: mediatek: add spi memory support for ipm design | Leilk Liu | 2022-04-04 | 1 | -1/+300 |
* | spi: mediatek: add ipm design support for MT7986 | Leilk Liu | 2022-03-15 | 1 | -15/+87 |
* | spi: mediatek: support tick_delay without enhance_timing | Leilk Liu | 2022-03-15 | 1 | -3/+12 |
* | spi: New support and problem adjustment of SPI rockchip | Mark Brown | 2022-02-17 | 1 | -1/+1 |
|\ |
|
| * | spi: mediatek: Avoid NULL pointer crash in interrupt | Benjamin Gaignard | 2022-01-31 | 1 | -1/+1 |
* | | spi: mt65xx: Convert to GPIO descriptors | Linus Walleij | 2022-01-31 | 1 | -17/+6 |
|/ |
|
* | spi: mediatek: skip delays if they are 0 | Dafna Hirschfeld | 2021-10-01 | 1 | -28/+36 |
* | Merge remote-tracking branch 'spi/for-5.15' into spi-next | Mark Brown | 2021-08-26 | 1 | -54/+105 |
|\ |
|
| * | spi: mediatek: fix build warnning in set cs timing | Mason Zhang | 2021-08-09 | 1 | -6/+6 |
| * | spi: modify set_cs_timing parameter | Mason Zhang | 2021-08-05 | 1 | -46/+61 |
| * | spi: mediatek: add tick_delay support | Mason Zhang | 2021-07-14 | 1 | -1/+10 |
| * | spi: mediatek: add no_need_unprepare support | Mason Zhang | 2021-07-12 | 1 | -7/+34 |
* | | spi: mediatek: Fix fifo transfer | Guenter Roeck | 2021-08-02 | 1 | -14/+5 |
* | | spi: mediatek: move devm_spi_register_master position | Mason Zhang | 2021-07-14 | 1 | -6/+6 |
* | | spi: mediatek: fix fifo rx mode | Peter Hess | 2021-07-12 | 1 | -3/+13 |
|/ |
|
* | spi: mediatek: add set_cs_timing support | leilk.liu | 2021-02-08 | 1 | -16/+56 |
* | spi: mediatek: add spi support for mt8192 IC | leilk.liu | 2020-07-22 | 1 | -0/+3 |
* | spi: mediatek: use correct SPI_CFG2_REG MACRO | leilk.liu | 2020-07-01 | 1 | -7/+8 |
* | spi: mediatek: add SPI_CS_HIGH support | Luhua Xu | 2019-11-18 | 1 | -2/+10 |
* | spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe() | Markus Elfring | 2019-10-01 | 1 | -10/+1 |
* | spi: mediatek: support large PA | luhua.xu | 2019-09-13 | 1 | -5/+39 |