[roll] Roll fuchsia [vreg][fidl] Make Voltage interface in vreg FIDL return zx.status

Previously the fuchsia.hardware.vreg interface was only used to set the
voltage of a voltage regulator. As of fxrev.dev/1236544 the interface
can now also be used to enable/disable a regulator.

Some regulators may be fixed-voltage regulators that don't support
programming the voltage but may support the new Enable/Disable interface
only. Those regulators need a way to indicate that they do not support
the SetVoltageStep, GetVoltageStep, and GetRegulatorParams interfaces.

This CL allows those calls to also return a zx.Status so that they can
indicate that the method is not implemented.

Original-Bug: b/406156231
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1237804
Original-Revision: 8c04e0b3032aab13ca89cc55f1b047e078a0c494
GitOrigin-RevId: ec28a7bcad1f433dc3f722ad5859800c28fe79aa
Change-Id: I6016db608714fb56b6885fc525dce36be3a83a93
1 file changed
tree: d4217e181c3969ff970b8149386fc8cf0bc33c5d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.