forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/staging/greybus/TODO
....@@ -1,5 +1,3 @@
11 * Convert all uses of the old GPIO API from <linux/gpio.h> to the
22 GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
33 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.