Re: [PATCH v4 3/5] arch/powerpc: Remove trailing whitespaces

2023-09-12 Thread Philippe Mathieu-Daudé
On 12/9/23 15:49, Thomas Zimmermann wrote: Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann --- arch/powerpc/include/asm/machdep.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH v2 5/9] vgacon: remove screen_info dependency

2023-07-19 Thread Philippe Mathieu-Daudé
Hi Arnd, On 19/7/23 14:39, Arnd Bergmann wrote: From: Arnd Bergmann The vga console driver is fairly self-contained, and only used by architectures that explicitly initialize the screen_info settings. Chance every instance that picks the vga console by setting conswitchp to call a function in

Re: [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions

2023-07-19 Thread Philippe Mathieu-Daudé
(-) delete mode 100644 arch/hexagon/kernel/screen_info.c Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH v2 1/3] fbdev/g364fb: Fix build failure

2020-02-10 Thread Philippe Mathieu-Daudé
CURS_PAT_REG + 15 * 64) = 0x; > - fb_var.xres_virtual = fbvar.xres; > - fb_fix.line_length = (xres / 8) * fb_var.bits_per_pixel; > + fb_var.xres_virtual = fb_var.xres; > + fb_fix.line_length = fb_var.xres_virtual * fb_var.bits_per_pixel / 8; > fb_fix.smem_start = 0x4000; /* physical address */ > /* get size of video memory; this is special for the JAZZ hardware */ > mem = (r4030_read_reg32(JAZZ_R4030_CONFIG) >> 8) & 3; > Tested-by: Philippe Mathieu-Daudé ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 1/3] fbdev/g364fb: Fix build failure

2020-02-07 Thread Philippe Mathieu-Daudé
On Wed, Feb 5, 2020 at 11:18 PM Finn Thain wrote: > On Wed, 5 Feb 2020, Philippe Mathieu-Daudé wrote: > > On Sun, Feb 2, 2020 at 3:41 AM Finn Thain > > wrote: > > > > > > This patch resolves these compiler errors and warnings -- > > > > > >

Re: [PATCH 1/3] fbdev/g364fb: Fix build failure

2020-02-06 Thread Philippe Mathieu-Daudé
On 2/5/20 7:02 PM, Philippe Mathieu-Daudé wrote: > On Sun, Feb 2, 2020 at 3:41 AM Finn Thain wrote: >> >> This patch resolves these compiler errors and warnings -- >> >> CC drivers/video/fbdev/g364fb.o >> drivers/video/fbdev/g364fb.c: In function '

Re: [PATCH 1/3] fbdev/g364fb: Fix build failure

2020-02-06 Thread Philippe Mathieu-Daudé
The actual change is between v2.5.17/2.5.19: https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/diff/drivers/video/g364fb.c?id=b30e6e183a728923267 Date: 2002-05-22 07:52:33... The same commit introduced the changes in g364fb_cursor(), which was implemented previous to v2.4.0 so

Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver

2019-08-13 Thread Philippe Mathieu-Daudé
Hi Lee, On 8/12/19 10:16 AM, Lee Jones wrote: > On Thu, 25 Jul 2019, Paul Cercueil wrote: > >> It has been replaced with the ingenic-iio driver for the ADC. >> >> Signed-off-by: Paul Cercueil >> Tested-by: Artur Rojek >> --- >> drivers/mfd/Kconfig | 9 -- >> drivers/mfd/Makefile |