Home
last modified time | relevance | path

Searched hist:"41766119095 f80cbdb26bf10e9ac7347bc3185a3" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-internal.h41766119095f80cbdb26bf10e9ac7347bc3185a3 Sat Jul 27 02:44:31 UTC 2019 Joseph Chen <chenjh@rock-chips.com> irq: add virq irq-chip support

This patch support the device to add its interrupt controller as "irq chip"
into generic interrupt framework, the other driver can request its child
interrupt like a real hardware irq.

Example for PMIC:
GIC-\
|- ...
|- GPIO-\
|- ...
|- PMIC-\
|_ virq_0
|_ virq_1
|_ virq_2
|...
|_ virq_n

Change-Id: I17716f3db494a85fc22b23ff18042771a6116da8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
H A Dvirq.c41766119095f80cbdb26bf10e9ac7347bc3185a3 Sat Jul 27 02:44:31 UTC 2019 Joseph Chen <chenjh@rock-chips.com> irq: add virq irq-chip support

This patch support the device to add its interrupt controller as "irq chip"
into generic interrupt framework, the other driver can request its child
interrupt like a real hardware irq.

Example for PMIC:
GIC-\
|- ...
|- GPIO-\
|- ...
|- PMIC-\
|_ virq_0
|_ virq_1
|_ virq_2
|...
|_ virq_n

Change-Id: I17716f3db494a85fc22b23ff18042771a6116da8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
H A DMakefile41766119095f80cbdb26bf10e9ac7347bc3185a3 Sat Jul 27 02:44:31 UTC 2019 Joseph Chen <chenjh@rock-chips.com> irq: add virq irq-chip support

This patch support the device to add its interrupt controller as "irq chip"
into generic interrupt framework, the other driver can request its child
interrupt like a real hardware irq.

Example for PMIC:
GIC-\
|- ...
|- GPIO-\
|- ...
|- PMIC-\
|_ virq_0
|_ virq_1
|_ virq_2
|...
|_ virq_n

Change-Id: I17716f3db494a85fc22b23ff18042771a6116da8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
H A Dirq-generic.c41766119095f80cbdb26bf10e9ac7347bc3185a3 Sat Jul 27 02:44:31 UTC 2019 Joseph Chen <chenjh@rock-chips.com> irq: add virq irq-chip support

This patch support the device to add its interrupt controller as "irq chip"
into generic interrupt framework, the other driver can request its child
interrupt like a real hardware irq.

Example for PMIC:
GIC-\
|- ...
|- GPIO-\
|- ...
|- PMIC-\
|_ virq_0
|_ virq_1
|_ virq_2
|...
|_ virq_n

Change-Id: I17716f3db494a85fc22b23ff18042771a6116da8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
/rk3399_rockchip-uboot/include/
H A Dirq-generic.h41766119095f80cbdb26bf10e9ac7347bc3185a3 Sat Jul 27 02:44:31 UTC 2019 Joseph Chen <chenjh@rock-chips.com> irq: add virq irq-chip support

This patch support the device to add its interrupt controller as "irq chip"
into generic interrupt framework, the other driver can request its child
interrupt like a real hardware irq.

Example for PMIC:
GIC-\
|- ...
|- GPIO-\
|- ...
|- PMIC-\
|_ virq_0
|_ virq_1
|_ virq_2
|...
|_ virq_n

Change-Id: I17716f3db494a85fc22b23ff18042771a6116da8
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>