[roll] Roll fuchsia [kernel][irq] Check IRQ config when DEFAULT config is passed.

If a user attempts to create an interrupt and specifies "default" for
the trigger mode and level of the interrupt, be sure to check the
current configuration of that interrupt before configuring the
interrupt dispatcher.

Failure to do this means that we might have an interrupt which has
been configured for level triggering (because of ACPI), but then fail
to note that we need to mask and unmask the interrupt at the start/end
of processing.

Original-Bug: 102058
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712703
Original-Revision: cddb5d12a3d16d33b00f14e2855a42282e76530d
GitOrigin-RevId: 4df401d6d7018af169500e663d6c00f837ed6b91
Change-Id: Ic7ac329162aa78f9860617e1a4a5563e2225b6ea
1 file changed
tree: 26555425cb77b05c5ba6c35cab73eb77b0fce486
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.