[roll] Roll fuchsia [kernel] Use mmio-ptr in <reg.h>

The strips down <reg.h> to only the calls that are actually in use.
It implements them as C++ inlines instead of macros, and as just
wrappers around the <lib/mmio-ptr/mmio-ptr.h> API that should be
the bottleneck for all MMIO accesses.

Original-Bug: 121013
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/796864
Original-Revision: 5ae98b8883074e4dc327ba7d7df1a6c374d4ae6d
GitOrigin-RevId: 54a0170bd42e84d436715bf55eaeb0c9362844c8
Change-Id: I0f67929c84b46f32a542d6e31b87a6ddb9693c5d
1 file changed
tree: f5761cb219d4243d3bdaadf695074264e14c67da
  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.