swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 9f4ad9e425a1d3b6a34617b8ea226d56a119a717 authored by Linus Torvalds on 25 April 2021, 20:49:08 UTC
Linux 5.12
Tip revision: 9f4ad9e
TODO
* 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>

* convert all these over to drm_simple_display_pipe and submit for inclusion
  into the DRM subsystem under drivers/gpu/drm - fbdev doesn't take any new
  drivers anymore.
back to top