aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi/spi-mt7621.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus Torvalds1-6/+1
2019-03-25spi: mt7621: Move SPI driver out of stagingStefan Roese1-0/+421