On 11/5/23 20:55, Michael Kelley wrote:
From: Abhinav Singh Sent: Monday, October
30, 2023 3:50 PM
This patch fixes two sparse warnings
1. sparse complaining about the removal of __iomem address
space when casting the return value of this ioremap_cache(...)
from `void __ioremap*` to `void*`.
From: Abhinav Singh Sent: Monday, October
30, 2023 3:50 PM
>
> This patch fixes two sparse warnings
>
> 1. sparse complaining about the removal of __iomem address
> space when casting the return value of this ioremap_cache(...)
> from `void __ioremap*` to `void*`.
> Fixed this by replacing the
This patch fixes two sparse warnings
1. sparse complaining about the removal of __iomem address
space when casting the return value of this ioremap_cache(...)
from `void __ioremap*` to `void*`.
Fixed this by replacing the ioremap_cache(...)
by memremap(...) and using MEMREMAP_DEC and MEMREMAP_WB f