- 10402419 spi: spi-mt65xx: Rename a variable in interrupt handler by Fei Shao · 10 months ago
- a20ad45 spi: spi-mt65xx: Fix NULL pointer access in interrupt handler by Fei Shao · 10 months ago
- 4247d7f spi: spi-mt65xx: Support sleep pin control by Ruihai Zhou · 1 year ago
- cae1578 spi: mt65xx: switch to use modern name by Yang Yingliang · 1 year, 5 months ago
- 90366cd spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX by Andy Shevchenko · 1 year, 6 months ago
- fdc5231 spi: Merge up fixes to help CI by Mark Brown · 1 year, 8 months ago
- 0bbb363 spi: mt65xx: Convert to platform remove callback by Mark Brown · 1 year, 8 months ago
- 6f089e9 spi: mt65xx: Don't disguise a "return 0" as "return ret" by Uwe Kleine-König · 1 year, 8 months ago
- df7e471 spi: mt65xx: Convert to platform remove callback returning void by Uwe Kleine-König · 1 year, 8 months ago
- 22f40727 spi: mt65xx: Properly handle failures in .remove() by Uwe Kleine-König · 1 year, 8 months ago
- dcb2d27 spi: mediatek: advertise the availability of Dual and Quad mode by Qii Wang · 1 year, 8 months ago
- 4be47a5 spi: mt65xx: make sure operations completed before unloading by Daniel Golle · 1 year, 9 months ago
- 9e264f3f spi: Replace all spi->chip_select and spi->cs_gpiod references with function call by Amit Kumar Mahapatra via Alsa-devel · 1 year, 10 months ago
- b24cded spi: mediatek: Enable irq before the spi registration by Ricardo Ribalda · 2 years, 1 month ago
- d0f3ad2 Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 2 years, 1 month ago
- c6f7874 spi: mediatek: Enable irq when pdata is ready by Ricardo Ribalda · 2 years, 1 month ago
- 0d10e90 spi: mediatek: Fix DEVAPC Violation at KO Remove by Zhichao Liu · 2 years, 2 months ago
- cf82d0e spi: mediatek: Fix package division error by zhichao.liu · 2 years, 3 months ago
- 309e98548 spi: mt65xx: Add dma max segment size declaration by zhichao.liu · 2 years, 4 months ago
- 8e8a9e3 spi: mt65xx: Fix definitions indentation by AngeloGioacchino Del Regno · 2 years, 9 months ago
- 3c5cd2e spi: mt65xx: Add kerneldoc for driver structures by AngeloGioacchino Del Regno · 2 years, 9 months ago
- 20cdbb8 spi: mt65xx: Simplify probe function with dev_err_probe() by AngeloGioacchino Del Regno · 2 years, 9 months ago
- 5088b31 spi: mt65xx: Move pm_runtime_enable() call to remove all gotos by AngeloGioacchino Del Regno · 2 years, 9 months ago
- 5dee8bb spi: mt65xx: Move clock parent setting to remove clock disable gotos by AngeloGioacchino Del Regno · 2 years, 9 months ago
- 6b44405 spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe() by AngeloGioacchino Del Regno · 2 years, 9 months ago
- 7f7cdef spi: mt65xx: Switch to device_get_match_data() by AngeloGioacchino Del Regno · 2 years, 9 months ago
- ace1458 spi: mt65xx: Simplify probe function with devm_spi_alloc_master by AngeloGioacchino Del Regno · 2 years, 9 months ago
- a740f4e spi: mediatek: support hclk by Leilk Liu · 2 years, 10 months ago
- 9f763fd spi: mediatek: add spi memory support for ipm design by Leilk Liu · 2 years, 10 months ago
- 7e963fb spi: mediatek: add ipm design support for MT7986 by Leilk Liu · 2 years, 10 months ago
- 03b1be3 spi: mediatek: support tick_delay without enhance_timing by Leilk Liu · 2 years, 10 months ago
- 8b861b8 spi: New support and problem adjustment of SPI rockchip by Mark Brown · 2 years, 11 months ago
- f83a96e spi: mediatek: Avoid NULL pointer crash in interrupt by Benjamin Gaignard · 3 years ago
- 1a5a87d spi: mt65xx: Convert to GPIO descriptors by Linus Walleij · 3 years ago
- 3672bb82 spi: mediatek: skip delays if they are 0 by Dafna Hirschfeld · 3 years, 3 months ago
- 6e9c846 Merge remote-tracking branch 'spi/for-5.15' into spi-next by Mark Brown · 3 years, 5 months ago
- 5c842e5 spi: mediatek: fix build warnning in set cs timing by Mason Zhang · 3 years, 5 months ago
- 04e6bb0 spi: modify set_cs_timing parameter by Mason Zhang · 3 years, 5 months ago
- 0d5c395 spi: mediatek: Fix fifo transfer by Guenter Roeck · 3 years, 5 months ago
- f84d866 spi: mediatek: add tick_delay support by Mason Zhang · 3 years, 6 months ago
- c934fec spi: mediatek: move devm_spi_register_master position by Mason Zhang · 3 years, 6 months ago
- 162a31e spi: mediatek: add no_need_unprepare support by Mason Zhang · 3 years, 7 months ago
- 3a70dd2 spi: mediatek: fix fifo rx mode by Peter Hess · 3 years, 6 months ago
- 9f6e7e8 spi: mediatek: add set_cs_timing support by leilk.liu · 4 years ago
- 8cf125c spi: mediatek: add spi support for mt8192 IC by leilk.liu · 4 years, 6 months ago
- 44b37eb spi: mediatek: use correct SPI_CFG2_REG MACRO by leilk.liu · 4 years, 7 months ago
- ae7c2d3 spi: mediatek: add SPI_CS_HIGH support by Luhua Xu · 5 years ago
- 5dd381e7 spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe() by Markus Elfring · 5 years ago
- fdeae8f spi: mediatek: support large PA by luhua.xu · 5 years ago
- 2c231e0 spi: mediatek: add spi support for mt6765 IC by luhua.xu · 5 years ago
- 6b8ac10 spi: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
- 4343f61 Merge tag 'v5.2-rc4' into spi-5.3 by Mark Brown · 6 years ago
- 3e582c6 spi: mediatek: add SPI_LSB_FIRST support by Leilk Liu · 6 years ago
- 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
- 942779c spi: mediatek: add spi support for mt7629 IC by Leilk Liu · 6 years ago
- e28ae34 Merge branch 'spi-4.20' into spi-4.21 for uniphier DT by Mark Brown · 6 years ago
- b654aa6 spi: mediatek: add spi support for mt8183 IC by Leilk Liu · 6 years ago
- a4d8f64 spi: mediatek: use correct mata->xfer_len when in fifo transfer by Leilk Liu · 6 years ago
- 00bca73 spi: mediatek: Don't modify spi_transfer when transfer. by Peter Shih · 6 years ago
- b6b1f2d spi: mediatek: add spi support for mt2712 IC by leilk.liu@mediatek.com · 8 years ago
- fc4f226 spi: mediatek: add spi support for mt7622 IC by Leilk Liu · 8 years ago
- 058fe49 spi: mediatek: adjust register to enhance time accuracy by Leilk Liu · 8 years ago
- 1ce2486 spi: mediatek: Only do dma for 4-byte aligned buffers by Daniel Kurtz · 8 years ago
- c2b08ce spi: mediatek: remove spi_master_put in mtk_spi_remove() by Wei Yongjun · 8 years ago
- 41d5a70 Merge remote-tracking branches 'spi/topic/lm70llp', 'spi/topic/loopback', 'spi/topic/mtk' and 'spi/topic/omap2-mcspi' into spi-next by Mark Brown · 9 years ago
- f30f072 Merge remote-tracking branch 'spi/fix/mtk' into spi-linus by Mark Brown · 9 years ago
- 15bcdefd spi: mediatek: Add spi support for mt2701 IC by Leilk Liu · 9 years ago
- 4eaf6f7 spi: mediatek: merge all identical compat to mtk_common_compat by Leilk Liu · 9 years ago
- de327e4 spi: mediatek: Prevent overflows in FIFO transfers by Nicolas Boichat · 9 years ago
- e38da37 spi: mediatek: revise mtk_spi_probe() failure flow by Leilk Liu · 9 years ago
- 4d92047 Merge branch 'fix/mediatek' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-mtk by Mark Brown · 9 years ago
- 4c3dbd3 spi: mediatek: remove needless pair of writel()/readl() by leilk.liu@mediatek.com · 9 years ago
- 98c8dcc spi: mediatek: single device does not require cs_gpios by Nicolas Boichat · 9 years ago
- 3745760 spi: mediatek: mt8173 spi multiple devices support by Leilk Liu · 9 years ago
- 58a984c7 spi: mediatek: handle controller_data in mtk_spi_setup by Leilk Liu · 9 years ago
- 79b5d3f spi: mediatek: remove mtk_spi_config by Leilk Liu · 9 years ago
- 5132361 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 9 years ago
- e26d15f spi: mediatek: fix wrong error return value on probe by Javier Martinez Canillas · 9 years ago
- 6583d20 spi: mediatek: fix spi cs polarity error by Leilk Liu · 9 years ago
- adcbcfe spi: mediatek: fix spi clock usage error by Leilk Liu · 9 years ago
- ca9f26a spi: mediatek: remove clk_disable_unprepare() by Leilk Liu · 9 years ago
- 1529332 spi: mediatek: fix SPI_CMD_PAUSE_IE macro error by Leilk Liu · 9 years ago
- 2ce0acf spi: mediatek: replace *_time name by Leilk Liu · 9 years ago
- 13da5a0 spi: mediatek: add PM clk_prepare_enable fail flow by Leilk Liu · 9 years ago
- 50f8fec spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_STATUS marco by Leilk Liu · 9 years ago
- dd69a0a spi: mediatek: add linux/io.h include file by Leilk Liu · 9 years ago
- a71d6ea spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSET by Leilk Liu · 9 years ago
- af57937 spi: medaitek: revise quirks compatibility style by Leilk Liu · 9 years ago
- 44f636d spi: mediatek: fix spi incorrect endian usage by Leilk Liu · 9 years ago
- c5e5cd2 spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardware by Leilk Liu · 9 years ago
- 39ba928 spi: Mediatek: fixup cpu_to_le32 incorrect usage by Leilk Liu · 9 years ago
- 7abc01b spi: mediatek: fix endian warnings by Leilk Liu · 9 years ago
- e4001885c spi: mt65xx: Fix module alias by Axel Lin · 9 years ago
- 4299aaa spi: mediatek: mtk_spi_driver can be static by kbuild test robot · 9 years ago
- a568231 spi: mediatek: Add spi bus for Mediatek MT8173 by Leilk Liu · 9 years ago