brintos

brintos / linux-shallow public Read only

0
0
Text · 272 B · 6461e01 Raw
6 lines · plain
1* Convert all uses of the old GPIO API from <linux/gpio.h> to the2  GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO3  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.6