Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphus12 committed Nov 20, 2024
1 parent 1e6d80b commit 0e35cf0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions linux/内核-驱动/中断/armv8设备树解析.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
do_one_initcall

int of_platform_default_populate(struct device_node *root,
const struct of_dev_auxdata *lookup,
struct device *parent)
{
return of_platform_populate(root, of_default_bus_match_table, lookup,
parent);
}

of_amba_device_create
/* Decode the IRQs and address ranges */
for (i = 0; i < AMBA_NR_IRQS; i++)
dev->irq[i] = irq_of_parse_and_map(node, i);

irq_domain_ops

0 comments on commit 0e35cf0

Please sign in to comment.