| #
1b461e2d |
| 16-Nov-2021 |
Joseph Chen <chenjh@rock-chips.com> |
irq: use commmon name for read and write operation
It maybe i2c and spi interface, etc.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I320dd67289f42e75515ae247f67d12cc4167347c
|
| #
b8dc613c |
| 19-Nov-2019 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
25c13168 |
| 22-Oct-2019 |
Joseph Chen <chenjh@rock-chips.com> |
irq: virq: add parent irq enable/disable management
- disable virq chip by default; - fix bank->use_count little than 0;
Change-Id: I69aa07cc2924dab40eea6524588869361ad8cf66 Signed-off-by: Joseph C
irq: virq: add parent irq enable/disable management
- disable virq chip by default; - fix bank->use_count little than 0;
Change-Id: I69aa07cc2924dab40eea6524588869361ad8cf66 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
92f4f090 |
| 09-Aug-2019 |
Joseph Chen <chenjh@rock-chips.com> |
irq: add "dump_irqs" command support
Change-Id: Ia20bc3b0f4dc600f311ba3de0e75714b5d4c002c Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
ae63f119 |
| 09-Aug-2019 |
Joseph Chen <chenjh@rock-chips.com> |
irq: add trigger count and enable/disable stat
Change-Id: I3f29c4e3e420be0fe545a2f55f238345a17eaa6a Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
41766119 |
| 27-Jul-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 r
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>
show more ...
|