-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for a bunch of block interface renames Signed-off-by: Ivan Velickovic <[email protected]>
- Loading branch information
1 parent
7d80b1d
commit e376b2f
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
Submodule sddf
updated
14 files
+32 −32 | blk/components/virt.c | |
+28 −0 | ci/examples.sh | |
+33 −0 | drivers/blk/mmc/imx/README.md | |
+299 −0 | drivers/blk/mmc/imx/include/usdhc.h | |
+28 −0 | drivers/blk/mmc/imx/mmc_driver.mk | |
+1,018 −0 | drivers/blk/mmc/imx/usdhc.c | |
+32 −0 | examples/blk/mmc/Makefile | |
+81 −0 | examples/blk/mmc/README.md | |
+79 −0 | examples/blk/mmc/board/imx8mm_evk/mmc.system | |
+79 −0 | examples/blk/mmc/board/maaxboard/mmc.system | |
+177 −0 | examples/blk/mmc/client.c | |
+104 −0 | examples/blk/mmc/include/configs/blk_config.h | |
+89 −0 | examples/blk/mmc/mmc.mk | |
+39 −39 | include/sddf/blk/queue.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters