[alsa-devel] [PATCHv1 1/8] ALSA: Add SAI SoC Digital Audio Interface driver.
Timur Tabi
timur at tabi.org
Thu Oct 17 09:22:19 EDT 2013
Lars-Peter Clausen wrote:
>>> >>+ res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
>>> >>+ sai->base = devm_ioremap_resource(&pdev->dev, res);
>> >
>> >Why not use of_iomap()?
> Because it won't check for conflicting resource regions.
Maybe I've been out of the loop for too long, but why is that a
particular problem with this driver?
More information about the linux-arm-kernel
mailing list