Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-04 | spi: octeon: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 | |
Use devm_platform_ioremap_resource() to simplify the code a bit. This is detected by coccinelle. Reported-by: Hulk Robot <[email protected]> Signed-off-by: YueHaibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]> | |||||
2016-07-24 | spi: octeon: Split driver into Octeon specific and common parts | Jan Glauber | 1 | -0/+104 | |
Separate driver probing from SPI transfer functions. Signed-off-by: Jan Glauber <[email protected]> Tested-by: Steven J. Hill <[email protected]> Signed-off-by: Mark Brown <[email protected]> |