aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mt7621.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25spi: mt7621: allow GPIO chip select linesJustin Swartz1-50/+45
2023-09-11spi: mt7621: switch to use modern nameYang Yingliang1-25/+25
2023-07-14spi: Explicitly include correct DT includesRob Herring1-0/+2
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2022-08-29spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Christophe JAILLET1-3/+1
2022-08-29spi: mt7621: Use devm_spi_register_controller()Christophe JAILLET1-15/+1
2022-08-29spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingChristophe JAILLET1-13/+1
2022-08-29spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET1-5/+3
2020-12-07spi: mt7621: Don't leak SPI master in probe error pathLukas Wunner1-2/+3
2020-12-07spi: mt7621: Disable clock in probe error pathLukas Wunner1-1/+5
2020-11-09spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao1-0/+2
2019-09-04spi: mt7621: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+1
2019-03-25spi: mt7621: Move SPI driver out of stagingStefan Roese1-0/+421