]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/blob - drivers/staging/fbtft/TODO
Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel...
[rpmsg/rpmsg.git] / drivers / staging / fbtft / TODO
1 * convert all uses of the old GPIO API from <linux/gpio.h> to the
2   GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
3   lines from device tree, ACPI or board files, board files should
4   use <linux/gpio/machine.h>
6 * convert all these over to drm_simple_display_pipe and submit for inclusion
7   into the DRM subsystem under drivers/gpu/drm - fbdev doesn't take any new
8   drivers anymore.