commit | 4e93eea037dccff2f62ac38156c5745adf0eebfb | [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 | 00501fcb6bb7c08273becf597ff25d3f45fb93de [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>