commit | 3483aa240249dbf31f6f1abc59a7e0cfe73dde6a | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri Jul 24 18:19:45 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:30:39 2020 -0600 |
tree | 90d70ab789bfb6e85522a989ca9631174bf45a60 | |
parent | b25a5b37f86ecd0187c20a858878d52b04a5aeae [diff] |
dm: button: add an uclass for button Add a new uclass for button that implements two functions: - button_get_by_label - button_get_status Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>