Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: Mark hyperv_fb driver Obsolete

The hyperv_fb driver is deprecated in favor of Hyper-V DRM driver. Split
the hyperv_fb entry from the hyperv drivers list, mark it obsolete.

Signed-off-by: Prasanna Kumar T S M <ptsm@linux.microsoft.com>
Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Wei Liu <wei.liu@kernel.org>

authored by

Prasanna Kumar T S M and committed by
Wei Liu
020b4e86 34b46203

+10 -1
+10 -1
MAINTAINERS
··· 11404 11404 F: drivers/pci/controller/pci-hyperv.c 11405 11405 F: drivers/scsi/storvsc_drv.c 11406 11406 F: drivers/uio/uio_hv_generic.c 11407 - F: drivers/video/fbdev/hyperv_fb.c 11408 11407 F: include/asm-generic/mshyperv.h 11409 11408 F: include/clocksource/hyperv_timer.h 11410 11409 F: include/hyperv/hvgdk.h ··· 11416 11417 F: include/uapi/linux/hyperv.h 11417 11418 F: net/vmw_vsock/hyperv_transport.c 11418 11419 F: tools/hv/ 11420 + 11421 + HYPER-V FRAMEBUFFER DRIVER 11422 + M: "K. Y. Srinivasan" <kys@microsoft.com> 11423 + M: Haiyang Zhang <haiyangz@microsoft.com> 11424 + M: Wei Liu <wei.liu@kernel.org> 11425 + M: Dexuan Cui <decui@microsoft.com> 11426 + L: linux-hyperv@vger.kernel.org 11427 + S: Obsolete 11428 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git 11429 + F: drivers/video/fbdev/hyperv_fb.c 11419 11430 11420 11431 HYPERBUS SUPPORT 11421 11432 M: Vignesh Raghavendra <vigneshr@ti.com>