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

staging: sm750fb: remove irrelevant TODO line

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>

authored by

Ruben Wauters and committed by
Greg Kroah-Hartman
9a7988fa 8d2edd72

-3
-3
drivers/staging/sm750fb/TODO
··· 3 3 - use kernel coding style 4 4 - refine the code and remove unused code 5 5 - Implement hardware acceleration for imageblit if image->depth > 1 6 - - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two 7 - are supposed to be sample code which is given here if someone wants to 8 - use those functionalities) 9 6 - must be ported to the atomic kms framework in the drm subsystem (which will 10 7 give you a basic fbdev driver for free) 11 8