Re: [PATCH] fbdev: Remove unused SH-Mobile HDMI driver
From: Tomi Valkeinen <hidden>
Date: 2015-12-07 15:36:09
Also in:
linux-sh
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2015-12-07 15:36:09
Also in:
linux-sh
On 04/12/15 18:01, Geert Uytterhoeven wrote:
As of commit 44d88c754e57a6d9 ("ARM: shmobile: Remove legacy SoC code
for R-Mobile A1"), the SH-Mobile HDMI driver is no longer used.
In theory it could still be used on R-Mobile A1 SoCs, but that requires
adding DT support to the driver, which is not planned.
Remove the driver, it can be resurrected from git history when needed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
drivers/video/fbdev/Kconfig | 10 -
drivers/video/fbdev/Makefile | 1 -
drivers/video/fbdev/sh_mobile_hdmi.c | 1489 ----------------------------------
include/video/sh_mobile_hdmi.h | 49 --
4 files changed, 1549 deletions(-)
delete mode 100644 drivers/video/fbdev/sh_mobile_hdmi.c
delete mode 100644 include/video/sh_mobile_hdmi.hThanks, queued for 4.5. Tomi