summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mt7621.c
Commit message (Expand)AuthorAgeFilesLines
* spi: mt7621: allow GPIO chip select linesJustin Swartz2024-03-251-50/+45
* spi: mt7621: switch to use modern nameYang Yingliang2023-09-111-25/+25
* spi: Explicitly include correct DT includesRob Herring2023-07-141-0/+2
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
* spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Christophe JAILLET2022-08-291-3/+1
* spi: mt7621: Use devm_spi_register_controller()Christophe JAILLET2022-08-291-15/+1
* spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingChristophe JAILLET2022-08-291-13/+1
* spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET2022-08-291-5/+3
* spi: mt7621: Don't leak SPI master in probe error pathLukas Wunner2020-12-071-2/+3
* spi: mt7621: Disable clock in probe error pathLukas Wunner2020-12-071-1/+5
* spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao2020-11-091-0/+2
* spi: mt7621: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-6/+1
* spi: mt7621: Move SPI driver out of stagingStefan Roese2019-03-251-0/+421