On Thu, 11 Feb 2021 at 01:48, Marek Szyprowski <m.szyprow...@samsung.com> wrote: > > 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.szyprow...@samsung.com> > --- > drivers/button/Kconfig | 8 ++ > drivers/button/Makefile | 1 + > drivers/button/button-adc.c | 146 ++++++++++++++++++++++++++++++++++++ > 3 files changed, 155 insertions(+) > create mode 100644 drivers/button/button-adc.c
Reviewed-by: Simon Glass <s...@chromium.org>