aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/TODO
blob: fe09efbc7f777a8c09a568db57cc5aeb5be6f36c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TODO:
	- complete rewrite:
	  1. The underlying fbdev drivers need to be converted into drm kernel
	     modesetting drivers.
	  2. The dcon low-power display mode can then be integrated using the
	     drm damage tracking and self-refresh helpers.
	  This bolted-on self-refresh support that digs around in fbdev
	  internals, but isn't properly integrated, is not the correct solution.
	- see if vx855 gpio API can be made similar enough to cs5535 so we can
	  share more code
	- convert all uses of the old GPIO API from <linux/gpio.h> to the
	  GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
	  lines from device tree, ACPI or board files, board files should
	  use <linux/gpio/machine.h>
	- allow simultaneous XO-1 and XO-1.5 support

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
copy:
	Daniel Drake <dsd@laptop.org>
	Jens Frederich <jfrederich@gmail.com>