Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.0-rc5 5 lines 278 B view raw
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* Convert the GPIO driver to use the GPIO irqchip library 5 GPIOLIB_IRQCHIP instead of reimplementing the same.