summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/TODO
blob: 6461e0132fe3d3157c5f56b619038c21989e3994 (plain)
1
2
3
4
5
* 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 or ACPI.
* Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
  ::enable and ::disable.