On Thu, Apr 21, 2022 at 3:34 PM Aaro Koskinen aaro.koskinen@iki.fi wrote:
Hi,
On Wed, Apr 20, 2022 at 10:00:13PM +0200, Arnd Bergmann wrote:
On Wed, Apr 20, 2022 at 7:08 PM Aaro Koskinen aaro.koskinen@iki.fi wrote:
On Tue, Apr 19, 2022 at 03:36:42PM +0200, Arnd Bergmann wrote:
From: Arnd Bergmann arnd@arndb.de
This is the full series for converting OMAP1 to multiplatform, rebased from my 2019 attempt to do the same thing. The soc tree contains simpler patches to do the same for iop32x, ixp4xx, ep93xx and s3c24xx, which means we are getting closer to completing this for all ARMv5 platforms (I have patches for PXA, which is the last one remaining).
Janusz already tested the branch separately and did the missing work for the common-clk conversion after my previous approach was broken.
I tested the full series on the following OMAP1 boards: ams-delta, nokia770, osk, palmte and sx1 (QEMU only).
Apart from the earlyprintk breakage, everything seemed to work OK.
Nice, thanks a lot for testing!
With the updated patch 26 also earlyprintk now works, so if you still update the patches, feel free to add for the whole series:
Tested-by: Aaro Koskinen aaro.koskinen@iki.fi
I was just doing the merge, so I added the tag to the commit now.
There is now an "omap1/multiplatform-prep" branch that is part of arm/multiplatform, and I hope to not have to rebase that. I also have an arm/multiplatform-late branch with the remaining contents.
Arnd