Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-28 | dm: button: add a driver for button driven by gpio | Philippe Reynes | |
Add a simple driver which allows use of buttons attached to GPIOs. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> | |||
2020-07-28 | dm: button: add an uclass for button | Philippe Reynes | |
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> |