[PATCH v2 0/3] some fixes for sifive_ccache

Conor Dooley conor at kernel.org
Wed Nov 16 10:33:22 PST 2022


Hey,

On Tue, Oct 18, 2022 at 10:31:46AM +0800, Yang Yingliang wrote:
> Add missing iounmap()/free_irq()/of_node_put() in sifive_ccache_init().

I've picked the series up for v6.2, should be here:
https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/log/?h=riscv-soc-for-next

We've been sorting out re-routing stuff like this soc driver via the soc
tree rather than via the RISC-V and it took a bit of time so apologies
for the delay.

Thanks,
Conor.

> 
> v1 -> v2:
>   - Add review tag from Conor Dooley in patch #1 and #2.
>   - Add patch #3 to fix missing of_node_put().
> 
> Yang Yingliang (3):
>   soc: sifive: ccache: fix missing iounmap() in error path in
>     sifive_ccache_init()
>   soc: sifive: ccache: fix missing free_irq() in error path in
>     sifive_ccache_init()
>   soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()
> 
>  drivers/soc/sifive/sifive_ccache.c | 33 ++++++++++++++++++++++--------
>  1 file changed, 25 insertions(+), 8 deletions(-)
> 
> -- 
> 2.25.1
> 
> 
> _______________________________________________
> linux-riscv mailing list
> linux-riscv at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv



More information about the linux-riscv mailing list