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

staging: sm750fb: add drm development branch details

The sm750 driver in staging has no future as new framebuffer driver
will not be added to fbdev anymore. A drm driver is being prepared, and
the details added to the TODO file. This sm750fb driver will be removed
as soon as the drm driver is ready. Also, remove my old email.

Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sudip Mukherjee and committed by
Greg Kroah-Hartman
5adc211e 548cbba1

+4 -1
+4 -1
drivers/staging/sm750fb/TODO
··· 9 9 - must be ported to the atomic kms framework in the drm subsystem (which will 10 10 give you a basic fbdev driver for free) 11 11 12 + Note: 13 + - This driver will be removed from staging after the drm driver is ready 14 + - The drm driver is getting ready at https://gitlab.com/sudipm/sm750/tree/sm750 15 + 12 16 Please send any patches to 13 17 Greg Kroah-Hartman <greg@kroah.com> 14 18 Sudip Mukherjee <sudipm.mukherjee@gmail.com> 15 19 Teddy Wang <teddy.wang@siliconmotion.com> 16 - Sudip Mukherjee <sudip@vectorindia.org>