[roll] Roll fuchsia [scsi][ufs] Support SCSI UNMAP command

This CL uses the inquiry command to determine if the device supports
the unmap command and, if supported, performs the unmap command.

For now, I am only going to apply the trim(unmap) command handling to
the UFS driver and leave the ums and virtio to a separate patch.

Test: ufs-unit-tests disk-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/930713
Original-Revision: 40cbcf8d6b3f519a9e0e19fa10e8e9c0c67e1dcc
GitOrigin-RevId: 67d9d9a2ca350be1253c9a1d2f89751ebc2c21b1
Change-Id: Ie1b48cb3ef7ed140ab42034c11904c988a05c3b5
1 file changed
tree: 66586124aa6c0458b1db8d7f963f56f64bf11347
  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.