[roll] Roll fuchsia [sdmmc][sdhci] Remove unnecessary and obsolete flags

Remove three SDMMC command flags:
  - DMA_EN: Not used, and no longer needed as SDMMC controller drivers
    decide whether or not to use DMA
  - BLKCNT_EN: SDHCI-specific, can be determined from other flags
  - MULTI_BLK: SDHCI-specific, can be determined from other flags and
    the block count field

Also remove uses of these flags from SDHCI, and always set block count
enable for requests that include a data transfer. The controller ignores
this bit in the single block transfer case.

This fixes a data transfer issue with SDIO cards, as the SDIO core
driver was not passing the BLKCNT_EN flag when it should have been.

Original-Bug: 376074123
Test: eMMC and SDIO initialized on Sorrel
Test: sdhci-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156374
Original-Revision: cbdb8795d1110b52df03691d89d8e9573b6320f9
GitOrigin-RevId: 37bfafc170fe40d6dfef128b7e79233134078e0b
Change-Id: I34af90669aeb876680ff9af3de1932b9b228014c
1 file changed
tree: 42fcae96d96946f7e07b1766251b4d49672d7ff0
  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.