Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / staging / olpc_dcon / TODO
1 TODO:
2         - complete rewrite:
3           1. The underlying fbdev drivers need to be converted into drm kernel
4              modesetting drivers.
5           2. The dcon low-power display mode can then be integrated using the
6              drm damage tracking and self-refresh helpers.
7           This bolted-on self-refresh support that digs around in fbdev
8           internals, but isn't properly integrated, is not the correct solution.
9         - see if vx855 gpio API can be made similar enough to cs5535 so we can
10           share more code
11         - convert all uses of the old GPIO API from <linux/gpio.h> to the
12           GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
13           lines from device tree, ACPI or board files, board files should
14           use <linux/gpio/machine.h>
15         - allow simultaneous XO-1 and XO-1.5 support
16
17 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
18 copy:
19         Daniel Drake <dsd@laptop.org>
20         Jens Frederich <jfrederich@gmail.com>