Re: [PATCH v1 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header

2024-11-18 Thread Andy Shevchenko
On Mon, Nov 18, 2024 at 12:02:44PM +0100, Christophe Leroy wrote: > Le 18/11/2024 à 10:20, Andy Shevchenko a écrit : > > On Sat, Nov 16, 2024 at 11:44:35AM +0100, Christophe Leroy wrote: > > > Le 15/11/2024 à 14:38, Andy Shevchenko a écrit : > > > > Remove legacy-of-mm-gpiochip.h header file, repla

Re: [PATCH v1 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header

2024-11-18 Thread Christophe Leroy
Le 18/11/2024 à 10:20, Andy Shevchenko a écrit : On Sat, Nov 16, 2024 at 11:44:35AM +0100, Christophe Leroy wrote: Le 15/11/2024 à 14:38, Andy Shevchenko a écrit : Remove legacy-of-mm-gpiochip.h header file, replace of_* functions and structs with appropriate alternatives. Looks like you d

Re: [PATCH v1 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header

2024-11-18 Thread Andy Shevchenko
On Sat, Nov 16, 2024 at 11:44:35AM +0100, Christophe Leroy wrote: > Le 15/11/2024 à 14:38, Andy Shevchenko a écrit : > > Remove legacy-of-mm-gpiochip.h header file, replace of_* functions > > and structs with appropriate alternatives. > > Looks like you don't really have an alternative to > of_mm_

Re: [PATCH v1 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header

2024-11-16 Thread Christophe Leroy
Le 15/11/2024 à 14:38, Andy Shevchenko a écrit : Remove legacy-of-mm-gpiochip.h header file, replace of_* functions and structs with appropriate alternatives. Looks like you don't really have an alternative to of_mm_gpiochip_add_data(), you are replacing one single line by 11 new ones, and

[PATCH v1 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header

2024-11-15 Thread Andy Shevchenko
Remove legacy-of-mm-gpiochip.h header file, replace of_* functions and structs with appropriate alternatives. Signed-off-by: Andy Shevchenko --- arch/powerpc/platforms/8xx/cpm1.c | 119 +++--- 1 file changed, 60 insertions(+), 59 deletions(-) diff --git a/arch/powerpc/pl