aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-cavium-octeon.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04spi: octeon: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-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-24spi: octeon: Split driver into Octeon specific and common partsJan Glauber1-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]>