Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | button: adc: set state to pressed when the voltage is closest to nominal | Peter Cai | 2022-02-11 | 1 | -5/+16 |
* | dm: define LOG_CATEGORY for all uclass | Patrick Delaunay | 2021-07-06 | 1 | -0/+2 |
* | button: adc: fix treshold typo | Neil Armstrong | 2021-03-08 | 1 | -7/+7 |
* | button: add a simple Analog to Digital Converter device based button driver | Marek Szyprowski | 2021-02-18 | 3 | -0/+155 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 2 | -4/+4 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 2 | -2/+2 |
* | dm: button: add a driver for button driven by gpio | Philippe Reynes | 2020-07-28 | 3 | -0/+122 |
* | dm: button: add an uclass for button | Philippe Reynes | 2020-07-28 | 3 | -0/+60 |