aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mt7621.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11spi: mt7621: switch to use modern nameGravatar Yang Yingliang 1-25/+25
2023-07-14spi: Explicitly include correct DT includesGravatar Rob Herring 1-0/+2
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Gravatar Amit Kumar Mahapatra via Alsa-devel 1-1/+1
2022-08-29spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Gravatar Christophe JAILLET 1-3/+1
2022-08-29spi: mt7621: Use devm_spi_register_controller()Gravatar Christophe JAILLET 1-15/+1
2022-08-29spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingGravatar Christophe JAILLET 1-13/+1
2022-08-29spi: mt7621: Fix an error message in mt7621_spi_probe()Gravatar Christophe JAILLET 1-5/+3
2020-12-07spi: mt7621: Don't leak SPI master in probe error pathGravatar Lukas Wunner 1-2/+3
2020-12-07spi: mt7621: Disable clock in probe error pathGravatar Lukas Wunner 1-1/+5
2020-11-09spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeGravatar Qinglang Miao 1-0/+2
2019-09-04spi: mt7621: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+1
2019-03-25spi: mt7621: Move SPI driver out of stagingGravatar Stefan Roese 1-0/+421