Re: [PATCH] fbdev/sh7760fb: allow modular build

2024-04-11 Thread John Paul Adrian Glaubitz
Hi Randy, On Tue, 2024-04-09 at 21:54 -0700, Randy Dunlap wrote: > Will someone be merging this patch? Shall I pick it up through my tree? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH] fbdev/sh7760fb: allow modular build

2024-04-11 Thread John Paul Adrian Glaubitz
On Wed, 2024-04-10 at 15:17 +0200, Helge Deller wrote: > On 4/10/24 06:54, Randy Dunlap wrote: > > Hi, > > > > Will someone be merging this patch? > > I've just added it to the fbdev git tree. Ah, good. Then I can drop it from my queue again. Adrian -- .''`. John Paul Adrian Glaubitz : :' :

Re: [PATCH] fbdev/sh7760fb: allow modular build

2024-04-10 Thread Helge Deller
On 4/10/24 06:54, Randy Dunlap wrote: Hi, Will someone be merging this patch? I've just added it to the fbdev git tree. Thanks! Helge thanks. On 2/10/24 1:31 AM, John Paul Adrian Glaubitz wrote: On Fri, 2024-02-09 at 21:39 -0800, Randy Dunlap wrote: There is no reason to prohibit sh776

Re: [PATCH] fbdev/sh7760fb: allow modular build

2024-04-09 Thread Randy Dunlap
Hi, Will someone be merging this patch? thanks. On 2/10/24 1:31 AM, John Paul Adrian Glaubitz wrote: > On Fri, 2024-02-09 at 21:39 -0800, Randy Dunlap wrote: >> There is no reason to prohibit sh7760fb from being built as a >> loadable module as suggested by Geert, so change the config symbol >>

Re: [PATCH] fbdev/sh7760fb: allow modular build

2024-02-10 Thread John Paul Adrian Glaubitz
On Fri, 2024-02-09 at 21:39 -0800, Randy Dunlap wrote: > There is no reason to prohibit sh7760fb from being built as a > loadable module as suggested by Geert, so change the config symbol > from bool to tristate to allow that and change the FB dependency as > needed. > > Fixes: f75f71b2c418 ("fbde

Re: [PATCH] fbdev/sh7760fb: allow modular build

2024-02-10 Thread Javier Martinez Canillas
Randy Dunlap writes: > There is no reason to prohibit sh7760fb from being built as a > loadable module as suggested by Geert, so change the config symbol > from bool to tristate to allow that and change the FB dependency as > needed. > > Fixes: f75f71b2c418 ("fbdev/sh7760fb: Depend on FB=y") > Su

[PATCH] fbdev/sh7760fb: allow modular build

2024-02-09 Thread Randy Dunlap
There is no reason to prohibit sh7760fb from being built as a loadable module as suggested by Geert, so change the config symbol from bool to tristate to allow that and change the FB dependency as needed. Fixes: f75f71b2c418 ("fbdev/sh7760fb: Depend on FB=y") Suggested-by: Geert Uytterhoeven Sign