hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
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.
* Convert the GPIO driver to use the GPIO irqchip library
  GPIOLIB_IRQCHIP instead of reimplementing the same.