Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ae48363 authored by Andres Salomon's avatar Andres Salomon Committed by Greg Kroah-Hartman
Browse files

staging: olpc_dcon: add TODO file



Add and populate a TODO file for the olpc_dcon driver.

Signed-off-by: default avatarAndres Salomon <dilinger@queued.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5f0753b8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
TODO:
	- checkpatch.pl cleanups
	- port geode gpio calls to newer cs5535 API
	- see if vx855 gpio API can be made similar enough to cs5535 so we can
	  share more code
	- allow simultaneous XO-1 and XO-1.5 support
	- console event notifier support
	- drop global variables, use a proper olpc_dcon_priv struct
	- audit code for unnecessary code; old unsupported prototype
	  workarounds, ancient variables (noaa?), etc
	- verify sane i2c API usage, update to new stuff if necessary

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
copy:
	Andres Salomon <dilinger@queued.net>