Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / staging / greybus / TODO
blob6461e0132fe3d3157c5f56b619038c21989e3994
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 or ACPI.
4 * Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
5   ::enable and ::disable.