Re: [PATCH NEXT 1/4] powerpc/pasemi: Add PCI initialisation for Nemo board.
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-07-11 14:04:50
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-07-11 14:04:50
Christian Zigotzky [off-list ref] writes:
Hello Michael,
Thanks a lot for your reply. OK, first I would like to add=20
pr_info("NEMO SB600 IOB base %08llx\n",res.start)
to the Nemo patch. Is this line correct now?Yes I think so. The type of start is resource_size_t, which can be 32 or 64-bits. But in this code it should always be 64-bit.
After that I will try to contact Darren because of your other comments. If I don=E2=80=99t reach Darren then I will try to fix the issues but I t=
hink
I need your help for fixing them.
Sure. cheers