rv1126-uboot/drivers/irq
Joseph Chen 8db677370c irq: irq-gpio-switch: add gpio alias name support
Before the patch, we get gpio index(0,1,2..) depends on gpio
fdt node name, such as: gpio0@..., gpio1@..., etc.

But from RK3568, we add gpio alias to indicate gpio index
information and index is removed from gpio node name, ie:
gpio@fdd60000, gpio@fe740000, etc.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I56e45941f9572fbc6a5a5916896e12f6eff9dcf3
2020-11-14 15:32:03 +08:00
..
Kconfig irq: use CONFIG_ROCKCHIP_GPIO_V2 instead of CONFIG_IRQ2GPIO_V2 2020-05-28 19:20:09 +08:00
Makefile irq: use CONFIG_ROCKCHIP_GPIO_V2 instead of CONFIG_IRQ2GPIO_V2 2020-05-28 19:20:09 +08:00
irq-generic.c irq: virq: add parent irq enable/disable management 2019-10-23 11:12:30 +08:00
irq-gic.c irq: gicv3: use cpu interface system registers for gicc read/write 2020-10-28 21:23:07 +08:00
irq-gpio-switch.c irq: irq-gpio-switch: add gpio alias name support 2020-11-14 15:32:03 +08:00
irq-gpio-v2.c drivers: irq: add irq to gpio v2 transfer support 2020-03-25 21:12:49 +08:00
irq-gpio.c irq: virq: add parent irq enable/disable management 2019-10-23 11:12:30 +08:00
irq-internal.h
virq.c irq: virq: add parent irq enable/disable management 2019-10-23 11:12:30 +08:00