Re: [PATCH 13/20] ppc4xx_sdram: Rename functions to prevent name clashes

2022-09-07 Thread BALATON Zoltan
On Wed, 7 Sep 2022, Cédric Le Goater wrote: On 8/19/22 18:55, BALATON Zoltan wrote: Rename functions to avoid name clashes when moving the DDR2 controller model currently called ppc440_sdram to ppc4xx_devs. This also more clearly shows which function belongs to which model. Shouldn't we introd

Re: [PATCH 13/20] ppc4xx_sdram: Rename functions to prevent name clashes

2022-09-07 Thread Cédric Le Goater
On 8/19/22 18:55, BALATON Zoltan wrote: Rename functions to avoid name clashes when moving the DDR2 controller model currently called ppc440_sdram to ppc4xx_devs. This also more clearly shows which function belongs to which model. Shouldn't we introduce class handlers instead ? Thanks, C.

[PATCH 13/20] ppc4xx_sdram: Rename functions to prevent name clashes

2022-08-19 Thread BALATON Zoltan
Rename functions to avoid name clashes when moving the DDR2 controller model currently called ppc440_sdram to ppc4xx_devs. This also more clearly shows which function belongs to which model. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_uc.c | 69 ++--