[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.