[roll] Roll fuchsia [devicetree][arm-gic] Improve the clarity of operations in the Visitor

The use of auto, .first, and .second combined with some unintuitive and
clashing common names like 'Node' made it hard to follow the intentions
of the visitor. Some code has been destructured and/or unrolled and the
interrupt parsing logic has been slightly refactored to make more clear
to future readers.

Original-Bug: https://fxbug.dev/402466083
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277162
Original-Revision: 4c054b7ea5b38158ee6f463c251fa62049f0a6e4
GitOrigin-RevId: 3a82d8272cce8556bc24e17f5157c7b0d0b56b76
Change-Id: I9636ecc468a717eb8b606baad3ce7e75cd385407
1 file changed
tree: a513519666dee1198a59f8e858027bf542140f47
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.