Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi: mt7621: Remove 'clk' from 'struct mt7621_spi' | Christophe JAILLET | 2022-08-29 | 1 | -3/+1 |
* | spi: mt7621: Use devm_spi_register_controller() | Christophe JAILLET | 2022-08-29 | 1 | -15/+1 |
* | spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handling | Christophe JAILLET | 2022-08-29 | 1 | -13/+1 |
* | spi: mt7621: Fix an error message in mt7621_spi_probe() | Christophe JAILLET | 2022-08-29 | 1 | -5/+3 |
* | spi: mt7621: Don't leak SPI master in probe error path | Lukas Wunner | 2020-12-07 | 1 | -2/+3 |
* | spi: mt7621: Disable clock in probe error path | Lukas Wunner | 2020-12-07 | 1 | -1/+5 |
* | spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probe | Qinglang Miao | 2020-11-09 | 1 | -0/+2 |
* | spi: mt7621: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-09-04 | 1 | -3/+1 |
* | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-05-07 | 1 | -6/+1 |
* | spi: mt7621: Move SPI driver out of staging | Stefan Roese | 2019-03-25 | 1 | -0/+421 |