summaryrefslogtreecommitdiffstats
path: root/drivers/button/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski2021-02-181-0/+1
| | | | | | | | | Add a simple Analog to Digital Converter device based button driver. This driver binds to the 'adc-keys' device tree node. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* dm: button: add a driver for button driven by gpioPhilippe Reynes2020-07-281-0/+1
| | | | | | | 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>
* dm: button: add an uclass for buttonPhilippe Reynes2020-07-281-0/+5
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>