commit | 76c839fcb417feb6532959a13eaaceb0f2b2b861 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:52 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | 44d70d84b1b84948124e08bda4b156aa13b00608 | |
parent | b190deb8955f1043817faf84a69dd63d5a53f959 [diff] |
disk: Rename block functions Use the uclass type as the first part of the function name, to be consistent with the methods in other block drivers. Signed-off-by: Simon Glass <sjg@chromium.org>