Re: [PATCH v2 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-09 Thread Thomas Zimmermann
Hi Am 08.12.21 um 18:49 schrieb Rob Herring: On Tue, Dec 7, 2021 at 1:31 AM Hector Martin wrote: This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Signed-off-by: Hector Martin ---

Re: [PATCH v2 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-08 Thread Rob Herring
On Tue, Dec 7, 2021 at 1:31 AM Hector Martin wrote: > > This code is required for both simplefb and simpledrm, so let's move it > into the OF core instead of having it as an ad-hoc initcall in the > drivers. > > Signed-off-by: Hector Martin > --- > drivers/of/platform.c | 5 + >

Re: [PATCH v2 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-07 Thread Thomas Zimmermann
Am 07.12.21 um 10:02 schrieb Thomas Zimmermann: Hi Am 07.12.21 um 08:29 schrieb Hector Martin: This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Signed-off-by: Hector Martin Acked-by: Thomas

Re: [PATCH v2 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-07 Thread Thomas Zimmermann
Hi Am 07.12.21 um 08:29 schrieb Hector Martin: This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Signed-off-by: Hector Martin Acked-by: Thomas Zimmermann This looks much better than before.

[PATCH v2 1/3] of: Move simple-framebuffer device handling from simplefb to of

2021-12-06 Thread Hector Martin
This code is required for both simplefb and simpledrm, so let's move it into the OF core instead of having it as an ad-hoc initcall in the drivers. Signed-off-by: Hector Martin --- drivers/of/platform.c | 5 + drivers/video/fbdev/simplefb.c | 21 + 2 files