]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
staging: sm750fb: remove irrelevant TODO line
authorRuben Wauters <rubenru09@aol.com>
Fri, 18 Apr 2025 15:17:50 +0000 (16:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 14:08:00 +0000 (16:08 +0200)
As all code referencing USE_HW_I2C and USE_DVICHIP has now
been deleted, this patch removes the TODO line referencing
it.

Signed-off-by: Ruben Wauters <rubenru09@aol.com>
Link: https://lore.kernel.org/r/20250418151755.42624-5-rubenru09@aol.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/TODO

index 9dd57c56625704f2b9f377706620e995c63c1aae..7ce632d040b3af11fe7d9bc45057cc89a7847171 100644 (file)
@@ -3,9 +3,6 @@ TODO:
 - use kernel coding style
 - refine the code and remove unused code
 - Implement hardware acceleration for imageblit if image->depth > 1
-- check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
-       are supposed to be sample code which is given here if someone wants to
-       use those functionalities)
 - must be ported to the atomic kms framework in the drm subsystem (which will
   give you a basic fbdev driver for free)