Re: [PATCH] powerpc: Remove cpm_dp...() macros

2023-10-27 Thread Michael Ellerman
On Wed, 11 Oct 2023 08:27:03 +0200, Christophe Leroy wrote: > Since commit d3c511ac1d72 ("powerpc/cpm: Remove > !CONFIG_PPC_CPM_NEW_BINDING code") cpm_dp...() macros have no added > value anymore. > > Last user of those macros were fixed by commit 5e6cb39a256d ("net: > fs_enet: Use cpm_muram_xxx()

[PATCH] powerpc: Remove cpm_dp...() macros

2023-10-10 Thread Christophe Leroy
Since commit d3c511ac1d72 ("powerpc/cpm: Remove !CONFIG_PPC_CPM_NEW_BINDING code") cpm_dp...() macros have no added value anymore. Last user of those macros were fixed by commit 5e6cb39a256d ("net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macros") Remove them. Signed-off-by: