[roll] Roll fuchsia [zxcrypt] Update DdkUnbind and DdkChildPreRelease impl for DFv2.

Though the child could disappear first even in DFv1, it was
unexpected (e.g. someone else removing the child device).

In DFv2, it is always the case that the driver manager will completely
unbind / release a child device before unbinding the parent device.
So the new order would be:
child-unbind
parent-child_pre_release
child-release
parent-unbind
parent-release

This is different to what used to happen in DFv1, where the order was:
parent-unbind
child-unbind
parent-child_pre_release
child-release
parent_release

Original-Bug: 42182707
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/973069
Original-Revision: dd06409fb0149cdf898c9ac3f4b9b08488903e4f
GitOrigin-RevId: a9f7474745a0ec62c2a9ec4c34aed445f3513a9e
Change-Id: I22868152925fbb4ce2992a4f87731afcb2fe421b
1 file changed
tree: 6b0fe7f9cc61f22cdcf27f0448f31e0095732419
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.