Re: [PATCH 0/4] Remove addr parameter from reset_cpu()

2021-03-04 Thread Simon Glass
Hi Harald, On Tue, 2 Mar 2021 at 06:35, Harald Seiler wrote: > > Hi, > > On Tue, 2020-12-15 at 16:47 +0100, Harald Seiler wrote: > > Hi, > > > > this is something I had on my mind for a longer time but never got > > around to actually do until now ... A while back, while working on the > > patchs

Re: [PATCH 0/4] Remove addr parameter from reset_cpu()

2021-03-02 Thread Harald Seiler
Hi, On Tue, 2020-12-15 at 16:47 +0100, Harald Seiler wrote: > Hi, > > this is something I had on my mind for a longer time but never got > around to actually do until now ... A while back, while working on the > patchset that led to commit c5635a032a4b ("ARM: imx8m: Don't use the > addr parameter

[PATCH 0/4] Remove addr parameter from reset_cpu()

2020-12-15 Thread Harald Seiler
Hi, this is something I had on my mind for a longer time but never got around to actually do until now ... A while back, while working on the patchset that led to commit c5635a032a4b ("ARM: imx8m: Don't use the addr parameter of reset_cpu()"), I noticed that the `addr` parameter of reset_cpu() see