mbox series

[v2,0/3] some fixes for sifive_ccache

Message ID 20221018023149.1048176-1-yangyingliang@huawei.com (mailing list archive)
Headers show
Series some fixes for sifive_ccache | expand

Message

Yang Yingliang Oct. 18, 2022, 2:31 a.m. UTC
Add missing iounmap()/free_irq()/of_node_put() in sifive_ccache_init().

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(-)

Comments

Ben Dooks Oct. 18, 2022, 7:35 a.m. UTC | #1
On 18/10/2022 03:31, Yang Yingliang wrote:
> Add missing iounmap()/free_irq()/of_node_put() in sifive_ccache_init().
> 
> 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(-)

i might get some time to test these, initial review looks fine.
Conor Dooley Nov. 16, 2022, 6:33 p.m. UTC | #2
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@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv