Re: [RESEND v7 00/37] Device Tree support for SH7751 based board

2024-05-20 Thread John Paul Adrian Glaubitz
Hi Yoshinori, On Mon, 2024-05-20 at 22:06 +0900, Yoshinori Sato wrote: > On Sat, 18 May 2024 18:08:30 +0900, > John Paul Adrian Glaubitz wrote: > > > > Hi Yoshinori, > > > > On Thu, 2024-04-04 at 14:14 +0900, Yoshinori Sato wrote: > > &g

Re: [RESEND v7 00/37] Device Tree support for SH7751 based board

2024-05-18 Thread John Paul Adrian Glaubitz
b [1] repository so I can fetch it from there? Thanks, Adrian > [1] https://gitlab.com/yoshinori.sato/linux -- .''`. 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
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 -- .''`.

Re: [linux-next:master] BUILD REGRESSION e31185ce00a96232308300008db193416ceb9769

2024-02-23 Thread John Paul Adrian Glaubitz
lzma2.c:751:(.text+0x904): > > undefined reference to `__ubsan_handle_out_of_bounds' > > This is fixed here and is waiting to land: > https://lore.kernel.org/linux-hardening/20240130232717.work.088-k...@kernel.org/ I was unable to reproduce this issue. Adrian -- .''`. John Paul A

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

2024-02-10 Thread John Paul Adrian Glaubitz
ixes: f75f71b2c418 ("fbdev/sh7760fb: Depend on FB=y") > Suggested-by: Geert Uytterhoeven > Signed-off-by: Randy Dunlap > Cc: Thomas Zimmermann > Cc: Javier Martinez Canillas > Cc: John Paul Adrian Glaubitz > Cc: Sam Ravnborg > Cc: Helge Deller > Cc: linux-fb...@v

Re: [PATCH 00/27] sparc32: sunset sun4m and sun4d

2024-02-04 Thread John Paul Adrian Glaubitz
d since your patches have been laying around for some time already, I don't think that waiting a little longer will be a problem. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH] sh: ecovec24: Rename missed backlight field from fbdev to dev

2024-01-19 Thread John Paul Adrian Glaubitz
_dvi_modes); > > /* No backlight */ > - gpio_backlight_data.fbdev = NULL; > + gpio_backlight_data.dev = NULL; > > gpio_set_value(GPIO_PTA2, 1); > gpio_set_value(GPIO_PTU1, 1); Applied to my sh-linux tree. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH] sh: ecovec24: Rename missed backlight field from fbdev to dev

2024-01-18 Thread John Paul Adrian Glaubitz
_dvi_modes); > > /* No backlight */ > - gpio_backlight_data.fbdev = NULL; > + gpio_backlight_data.dev = NULL; > > gpio_set_value(GPIO_PTA2, 1); > gpio_set_value(GPIO_PTU1, 1); Reviewed-by: John Paul Adrian Glaubitz -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH 00/27] sparc32: sunset sun4m and sun4d

2023-12-20 Thread John Paul Adrian Glaubitz
tion first. Once we have an active maintainer again, we can have a more extended discussion about what to keep and how to name things. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH 00/27] sparc32: sunset sun4m and sun4d

2023-12-20 Thread John Paul Adrian Glaubitz
as has fixes for these issues? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH 00/27] sparc32: sunset sun4m and sun4d

2023-12-20 Thread John Paul Adrian Glaubitz

Re: [PATCH v2] drm/virtio: Add suppport for non-native buffer formats

2023-11-25 Thread John Paul Adrian Glaubitz
) Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH] fbdev/sh7760fb: Depend on FB=y

2023-09-21 Thread John Paul Adrian Glaubitz
deo/fbdev/Kconfig > +++ b/drivers/video/fbdev/Kconfig > @@ -1756,7 +1756,7 @@ config FB_COBALT > > config FB_SH7760 > bool "SH7760/SH7763/SH7720/SH7721 LCDC support" > - depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ > + d

Re: [PATCH] fbdev: sh7760fb: require FB=y to build cleanly

2023-09-21 Thread John Paul Adrian Glaubitz
niel Vetter > Cc: Helge Deller > Cc: linux-fb...@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: John Paul Adrian Glaubitz > Cc: linux...@vger.kernel.org > --- > drivers/video/fbdev/Kconfig |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [PATCH] fbdev/sh7760fb: Depend on FB=y

2023-09-21 Thread John Paul Adrian Glaubitz
deo/fbdev/Kconfig > +++ b/drivers/video/fbdev/Kconfig > @@ -1756,7 +1756,7 @@ config FB_COBALT > > config FB_SH7760 > bool "SH7760/SH7763/SH7720/SH7721 LCDC support" > - depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ > + d

Re: [PATCH v2 08/18] sh: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag

2023-07-13 Thread John Paul Adrian Glaubitz
Hi Thomas! On Thu, 2023-07-13 at 15:53 +0200, John Paul Adrian Glaubitz wrote: > On Thu, 2023-07-13 at 14:58 +0200, Thomas Zimmermann wrote: > > Assign FB_MODE_IS_UNKNOWN to sh7763fb_videomode.flag instead of > > FBINFO_FLAG_DEFAULT. Both are 0, so the stored value

Re: [PATCH v2 08/18] sh: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag

2023-07-13 Thread John Paul Adrian Glaubitz
for videomodes are prefixed with FB_MODE_. > > v2: > * assign FB_MODE_IS_UNKNOWN (Adrian) > > Signed-off-by: Thomas Zimmermann > Acked-by: Sam Ravnborg > Cc: Yoshinori Sato > Cc: Rich Felker > Cc: John Paul Adrian Glaubitz > --- > arch/sh/boards/mach-sh7763r

Re: [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag

2023-07-10 Thread John Paul Adrian Glaubitz
. Would you agree using that > > instead? > > Sure, I'll update the patch accordingly. Thanks! I'll ack the updated patch. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag

2023-07-10 Thread John Paul Adrian Glaubitz
, which > has the same value. > > [1] https://elixir.bootlin.com/linux/latest/source/include/linux/fb.h#L681 FB_MODE_IS_UNKNOWN sounds very reasonable to me. Would you agree using that instead? > > > > Also, I prefer "sh:" as the architecture prefix, not "arch/sh:&

Re: [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag

2023-07-10 Thread John Paul Adrian Glaubitz
mory area of > sh7763fb_videomode. So remove the assignment. > > Signed-off-by: Thomas Zimmermann > Cc: Yoshinori Sato > Cc: Rich Felker > Cc: John Paul Adrian Glaubitz > --- > arch/sh/boards/mach-sh7763rdp/setup.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/sh/

Re: [PATCH v3 16/19] arch/sh: Implement with generic helpers

2023-04-17 Thread John Paul Adrian Glaubitz
Cc: Yoshinori Sato > Cc: Rich Felker > Cc: John Paul Adrian Glaubitz > --- > arch/sh/include/asm/fb.h | 15 +-- > 1 file changed, 1 insertion(+), 14 deletions(-) > > diff --git a/arch/sh/include/asm/fb.h b/arch/sh/include/asm/fb.h > index 9a0bca2686fd..19df

Re: [PATCH v3 16/19] arch/sh: Implement with generic helpers

2023-04-17 Thread John Paul Adrian Glaubitz
Hi Thomas! On Mon, 2023-04-17 at 16:06 +0200, Thomas Zimmermann wrote: > Hi > > Am 17.04.23 um 15:02 schrieb John Paul Adrian Glaubitz: > > Hi Thomas! > > > > On Mon, 2023-04-17 at 14:56 +0200, Thomas Zimmermann wrote: > > > Replace the architecture's fbdev

Re: [PATCH v3 16/19] arch/sh: Implement with generic helpers

2023-04-17 Thread John Paul Adrian Glaubitz
mann > Cc: Yoshinori Sato > Cc: Rich Felker > Cc: John Paul Adrian Glaubitz > --- > arch/sh/include/asm/fb.h | 15 +-- > 1 file changed, 1 insertion(+), 14 deletions(-) > > diff --git a/arch/sh/include/asm/fb.h b/arch/sh/include/asm/fb.h > index 9a0bca268

Re: remove arch/sh

2023-02-13 Thread John Paul Adrian Glaubitz
Hi Steve! On Mon, 2023-02-06 at 10:08 +1100, Stephen Rothwell wrote: > Hi, > > On Fri, 3 Feb 2023 09:30:37 +0100 Christoph Hellwig wrote: > > > > On Fri, Feb 03, 2023 at 09:24:46AM +0100, John Paul Adrian Glaubitz wrote: > > > Since this is my very first time step

Re: remove arch/sh

2023-02-09 Thread John Paul Adrian Glaubitz
it shouldn't be too difficult to qualify for an > > account. > > So you're not planning to use https://lk.j-core.org/J-Core-Developers/sh-linux > but push to kernel.org and ask Linus to pull from there? Yes, that's what Geert recommended. Adrian -- .''`. John

Re: remove arch/sh

2023-02-08 Thread John Paul Adrian Glaubitz
s patches people have sent in for arch/sh, review and test them and apply them. My test board is running the latest kernel now, so I can test new patches, too. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426

Re: remove arch/sh

2023-02-08 Thread John Paul Adrian Glaubitz
Hi Randy! On Tue, 2023-02-07 at 17:31 -0800, Randy Dunlap wrote: > > On 2/7/23 01:06, John Paul Adrian Glaubitz wrote: > > Hello Christoph! > > > > On Fri, 2023-02-03 at 08:14 +0100, Christoph Hellwig wrote: > > > On Mon, Jan 16, 2023 at 09:52:10AM +0100

Re: remove arch/sh

2023-02-07 Thread John Paul Adrian Glaubitz
Hello Christoph! On Fri, 2023-02-03 at 08:14 +0100, Christoph Hellwig wrote: > On Mon, Jan 16, 2023 at 09:52:10AM +0100, John Paul Adrian Glaubitz wrote: > > We have had a discussion between multiple people invested in the SuperH > > port and > > I have decided to volunte

Re: remove arch/sh

2023-02-05 Thread John Paul Adrian Glaubitz
Hi Stephen! On Mon, 2023-02-06 at 10:08 +1100, Stephen Rothwell wrote: > Hi, > > On Fri, 3 Feb 2023 09:30:37 +0100 Christoph Hellwig wrote: > > > > On Fri, Feb 03, 2023 at 09:24:46AM +0100, John Paul Adrian Glaubitz wrote: > > > Since this is my very firs

Re: remove arch/sh

2023-02-03 Thread John Paul Adrian Glaubitz
Hi Geert! On Fri, 2023-02-03 at 11:33 +0100, Geert Uytterhoeven wrote: > Hi Adrian, > > On Fri, Feb 3, 2023 at 11:29 AM John Paul Adrian Glaubitz > wrote: > > On Fri, 2023-02-03 at 09:30 +0100, Christoph Hellwig wrote: > > > On Fri, Feb 03, 2023 at 09:24:46AM +0100

Re: remove arch/sh

2023-02-03 Thread John Paul Adrian Glaubitz
Hi Christoph! On Fri, 2023-02-03 at 09:30 +0100, Christoph Hellwig wrote: > On Fri, Feb 03, 2023 at 09:24:46AM +0100, John Paul Adrian Glaubitz wrote: > > Since this is my very first time stepping up as a kernel maintainer, I was > > hoping > > to get some pointers

Re: remove arch/sh

2023-02-03 Thread John Paul Adrian Glaubitz
Hello Christoph! On Fri, 2023-02-03 at 08:14 +0100, Christoph Hellwig wrote: > On Mon, Jan 16, 2023 at 09:52:10AM +0100, John Paul Adrian Glaubitz wrote: > > We have had a discussion between multiple people invested in the SuperH > > port and > > I have decided to volunte

Re: [PULL] drm-misc-next

2023-01-23 Thread John Paul Adrian Glaubitz
] https://www.phoronix.com/news/Linux-6.3-Dropping-Old-DRM -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PULL] drm-misc-next

2023-01-23 Thread John Paul Adrian Glaubitz
Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PATCH/RFC 0/3] Atari DRM driver

2023-01-23 Thread John Paul Adrian Glaubitz
Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: [PULL] drm-misc-next

2023-01-23 Thread John Paul Adrian Glaubitz
are sporting a Rage 128 GPU. Similar question applies to the i810 GPU used in some old ThinkPads, for example. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: remove arch/sh

2023-01-16 Thread John Paul Adrian Glaubitz
Hello Christoph! On 1/16/23 08:13, Christoph Hellwig wrote: On Fri, Jan 13, 2023 at 09:09:52AM +0100, John Paul Adrian Glaubitz wrote: I'm still maintaining and using this port in Debian. It's a bit disappointing that people keep hammering on it. It works fine for me. What platforms do you

Re: remove arch/sh

2023-01-13 Thread John Paul Adrian Glaubitz
Sato which adds device tree support to SH. Maybe we can revive it. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: remove arch/sh

2023-01-13 Thread John Paul Adrian Glaubitz
it but I'm a bit hesitant as I'm not 100% sure my skills are sufficient. Maybe if someone can assist me? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: remove arch/sh

2023-01-13 Thread John Paul Adrian Glaubitz
10 years, and not at all for more than 1 year. Drop arch/sh and everything that depends on it. I'm still maintaining and using this port in Debian. It's a bit disappointing that people keep hammering on it. It works fine for me. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian

Re: [PATCH 1/2] video: fbdev: amifb: remove dead APUS support

2020-06-03 Thread John Paul Adrian Glaubitz
be new affordable PowerPC upgrade cards for the Amiga in the future as the PowerPC cards are still sought after by the Amiga community, so there is still demand for those on the market. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Ber

Re: [PATCH 1/2] video: fbdev: amifb: remove dead APUS support

2020-06-03 Thread John Paul Adrian Glaubitz
only for cursor handling, which I doubt is > actually used by any user space application. The only exception is the > DIVUL() macro, which is used once during initialization, thus also not > performance critical. I see, thanks. Adrian -- .''`. John Paul Adrian Glaubitz : :' : D

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-13 Thread John Paul Adrian Glaubitz
inux/kernel/git/torvalds/linux.git/commit/?id=037d1a66ae640ca2723f47c0115ffa9e603699b3 > [2] https://bugs.freedesktop.org/show_bug.cgi?id=95017 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-12 Thread John Paul Adrian Glaubitz
n archive. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 ___ dri-devel mailing

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-11 Thread John Paul Adrian Glaubitz
some comments from other directions. In any case, I agree with Christian's stance that if the code is supposed to be removed, it should be deprecated first. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@phy

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-11 Thread John Paul Adrian Glaubitz
on powerpc for a > while. Do you have a code reference at hand for this bit of information (AGP being disabled on Macs)? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universit

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-11 Thread John Paul Adrian Glaubitz
me which is why I wrote this mail. If this just applies to the mechanism to allow system memory to be used as graphics memory, the results may be different. > Maybe we should just deprecate the configuration option first? Would this change imply the removal of CONFIG_AGP_*? If yes, I assu

Re: [RFC] Remove AGP support from Radeon/Nouveau/TTM

2020-05-11 Thread John Paul Adrian Glaubitz
hat other users can voice their opinion. Thanks, Adrian > [1] https://cdimage.debian.org/cdimage/ports/2020-04-19/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `

Re: [PATCH] video: fbdev: remove dead igafb driver

2017-10-19 Thread John Paul Adrian Glaubitz
could be that I actually have this particular SPARC framebuffer in my hardware collection. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 742