summaryrefslogtreecommitdiff
path: root/drivers/button
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-03-08button: adc: fix treshold typoNeil Armstrong1-7/+7
2021-02-18button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski3-0/+155
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-07-29dm: button: add a driver for button driven by gpioPhilippe Reynes3-0/+122
2020-07-29dm: button: add an uclass for buttonPhilippe Reynes3-0/+60