aboutsummaryrefslogtreecommitdiff
path: root/drivers/button
AgeCommit message (Expand)AuthorFilesLines
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski2-1/+26
2022-08-23button: gpio: add DM_GPIO dependencyMichael Walle1-0/+1
2022-02-11button: adc: set state to pressed when the voltage is closest to nominalPeter Cai1-5/+16
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-13dm: 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-28dm: button: add a driver for button driven by gpioPhilippe Reynes3-0/+122
2020-07-28dm: button: add an uclass for buttonPhilippe Reynes3-0/+60