index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-mt65xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-25
spi: spi-mt65xx: Rename a variable in interrupt handler
Fei Shao
1
-17
/
+15
2024-03-21
spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
Fei Shao
1
-10
/
+12
2024-01-22
spi: spi-mt65xx: Support sleep pin control
Ruihai Zhou
1
-0
/
+5
2023-09-11
spi: mt65xx: switch to use modern name
Yang Yingliang
1
-95
/
+95
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
1
-1
/
+1
2023-05-30
spi: Merge up fixes to help CI
Mark Brown
1
-0
/
+3
2023-05-30
spi: mt65xx: Convert to platform remove callback
Mark Brown
1
-13
/
+17
2023-05-30
spi: mt65xx: Don't disguise a "return 0" as "return ret"
Uwe Kleine-König
1
-1
/
+1
2023-05-30
spi: mt65xx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-30
spi: mt65xx: Properly handle failures in .remove()
Uwe Kleine-König
1
-8
/
+14
2023-05-25
spi: mediatek: advertise the availability of Dual and Quad mode
Qii Wang
1
-1
/
+2
2023-05-24
spi: mt65xx: make sure operations completed before unloading
Daniel Golle
1
-0
/
+3
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-3
/
+3
2022-12-27
spi: mediatek: Enable irq before the spi registration
Ricardo Ribalda
1
-7
/
+5
2022-12-13
Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-5
/
+7
2022-11-28
spi: mediatek: Enable irq when pdata is ready
Ricardo Ribalda
1
-5
/
+7
2022-11-10
spi: mediatek: Fix DEVAPC Violation at KO Remove
Zhichao Liu
1
-1
/
+7
2022-10-31
spi: mediatek: Fix package division error
zhichao.liu
1
-10
/
+13
2022-09-27
spi: mt65xx: Add dma max segment size declaration
zhichao.liu
1
-0
/
+5
2022-04-19
spi: mt65xx: Fix definitions indentation
AngeloGioacchino Del Regno
1
-77
/
+77
2022-04-19
spi: mt65xx: Add kerneldoc for driver structures
AngeloGioacchino Del Regno
1
-5
/
+34
2022-04-19
spi: mt65xx: Simplify probe function with dev_err_probe()
AngeloGioacchino Del Regno
1
-57
/
+29
2022-04-19
spi: mt65xx: Move pm_runtime_enable() call to remove all gotos
AngeloGioacchino Del Regno
1
-12
/
+6
2022-04-19
spi: mt65xx: Move clock parent setting to remove clock disable gotos
AngeloGioacchino Del Regno
1
-11
/
+8
2022-04-19
spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()
AngeloGioacchino Del Regno
1
-35
/
+35
2022-04-19
spi: mt65xx: Switch to device_get_match_data()
AngeloGioacchino Del Regno
1
-8
/
+1
2022-04-19
spi: mt65xx: Simplify probe function with devm_spi_alloc_master
AngeloGioacchino Del Regno
1
-27
/
+16
2022-04-04
spi: mediatek: support hclk
Leilk Liu
1
-16
/
+69
2022-04-04
spi: mediatek: add spi memory support for ipm design
Leilk Liu
1
-1
/
+300
2022-03-15
spi: mediatek: add ipm design support for MT7986
Leilk Liu
1
-15
/
+87
2022-03-15
spi: mediatek: support tick_delay without enhance_timing
Leilk Liu
1
-3
/
+12
2022-02-17
spi: New support and problem adjustment of SPI rockchip
Mark Brown
1
-1
/
+1
2022-01-31
spi: mediatek: Avoid NULL pointer crash in interrupt
Benjamin Gaignard
1
-1
/
+1
2022-01-31
spi: mt65xx: Convert to GPIO descriptors
Linus Walleij
1
-17
/
+6
2021-10-01
spi: mediatek: skip delays if they are 0
Dafna Hirschfeld
1
-28
/
+36
2021-08-26
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
1
-54
/
+105
2021-08-09
spi: mediatek: fix build warnning in set cs timing
Mason Zhang
1
-6
/
+6
2021-08-05
spi: modify set_cs_timing parameter
Mason Zhang
1
-46
/
+61
2021-08-02
spi: mediatek: Fix fifo transfer
Guenter Roeck
1
-14
/
+5
2021-07-14
spi: mediatek: add tick_delay support
Mason Zhang
1
-1
/
+10
2021-07-14
spi: mediatek: move devm_spi_register_master position
Mason Zhang
1
-6
/
+6
2021-07-12
spi: mediatek: add no_need_unprepare support
Mason Zhang
1
-7
/
+34
2021-07-12
spi: mediatek: fix fifo rx mode
Peter Hess
1
-3
/
+13
2021-02-08
spi: mediatek: add set_cs_timing support
leilk.liu
1
-16
/
+56
2020-07-22
spi: mediatek: add spi support for mt8192 IC
leilk.liu
1
-0
/
+3
2020-07-01
spi: mediatek: use correct SPI_CFG2_REG MACRO
leilk.liu
1
-7
/
+8
2019-11-18
spi: mediatek: add SPI_CS_HIGH support
Luhua Xu
1
-2
/
+10
2019-10-01
spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()
Markus Elfring
1
-10
/
+1
2019-09-13
spi: mediatek: support large PA
luhua.xu
1
-5
/
+39
2019-09-13
spi: mediatek: add spi support for mt6765 IC
luhua.xu
1
-0
/
+9
[next]