lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 6 Jan 2023 10:47:33 +0100
From:   Helge Deller <deller@....de>
To:     Arnd Bergmann <arnd@...nel.org>,
        Robert Jarzmik <robert.jarzmik@...e.fr>
Cc:     Daniel Mack <daniel@...que.org>,
        Haojian Zhuang <haojian.zhuang@...il.com>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        Arnd Bergmann <arnd@...db.de>, linux-fbdev@...r.kernel.org,
        dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH 22/27] fbdev: remove tmiofb driver

On 1/5/23 14:46, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> With the TMIO MFD support removed, the framebuffer driver can be
> removed as well.
>
> Cc: Helge Deller <deller@....de>
> Cc: linux-fbdev@...r.kernel.org
> Cc: dri-devel@...ts.freedesktop.org
> Signed-off-by: Arnd Bergmann <arnd@...db.de>

Acked-by: Helge Deller <deller@....de>

Arnd, I assume you will push the whole series through the ARM tree
(which I'd prefer) ?

Helge


> ---
>   drivers/video/fbdev/Kconfig  |   22 -
>   drivers/video/fbdev/Makefile |    1 -
>   drivers/video/fbdev/tmiofb.c | 1040 ----------------------------------
>   3 files changed, 1063 deletions(-)
>   delete mode 100644 drivers/video/fbdev/tmiofb.c
>
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index 28febf400666..3152f1a06a39 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -1871,28 +1871,6 @@ config FB_SH_MOBILE_LCDC
>   	help
>   	  Frame buffer driver for the on-chip SH-Mobile LCD controller.
>
> -config FB_TMIO
> -	tristate "Toshiba Mobile IO FrameBuffer support"
> -	depends on FB && (MFD_TMIO || COMPILE_TEST)
> -	select FB_CFB_FILLRECT
> -	select FB_CFB_COPYAREA
> -	select FB_CFB_IMAGEBLIT
> -	help
> -	  Frame buffer driver for the Toshiba Mobile IO integrated as found
> -	  on the Sharp SL-6000 series
> -
> -	  This driver is also available as a module ( = code which can be
> -	  inserted and removed from the running kernel whenever you want). The
> -	  module will be called tmiofb. If you want to compile it as a module,
> -	  say M here and read <file:Documentation/kbuild/modules.rst>.
> -
> -	  If unsure, say N.
> -
> -config FB_TMIO_ACCELL
> -	bool "tmiofb acceleration"
> -	depends on FB_TMIO
> -	default y
> -
>   config FB_S3C
>   	tristate "Samsung S3C framebuffer support"
>   	depends on FB && HAVE_CLK && HAS_IOMEM
> diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile
> index 1bb870b98848..e5206c3331d6 100644
> --- a/drivers/video/fbdev/Makefile
> +++ b/drivers/video/fbdev/Makefile
> @@ -85,7 +85,6 @@ obj-$(CONFIG_FB_PXA168)		  += pxa168fb.o
>   obj-$(CONFIG_PXA3XX_GCU)	  += pxa3xx-gcu.o
>   obj-$(CONFIG_MMP_DISP)           += mmp/
>   obj-$(CONFIG_FB_W100)		  += w100fb.o
> -obj-$(CONFIG_FB_TMIO)		  += tmiofb.o
>   obj-$(CONFIG_FB_AU1100)		  += au1100fb.o
>   obj-$(CONFIG_FB_AU1200)		  += au1200fb.o
>   obj-$(CONFIG_FB_VT8500)		  += vt8500lcdfb.o
> diff --git a/drivers/video/fbdev/tmiofb.c b/drivers/video/fbdev/tmiofb.c
> deleted file mode 100644
> index 50111966c981..000000000000

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ