Back to home page

OSCL-LXR

 
 

    


0001 * Convert all uses of the old GPIO API from <linux/gpio.h> to the
0002   GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
0003   lines from device tree or ACPI.
0004 * Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
0005   ::enable and ::disable.