On Mon, Apr 16, 2018 at 06:49:38PM +0200, Mark Jonas wrote: > From: Zhu Yi <[email protected]> > > Add Rohm BU21029 resistive touch panel controller support with I2C > interface. > > Signed-off-by: Zhu Yi <[email protected]> > Signed-off-by: Mark Jonas <[email protected]> > Reviewed-by: Heiko Schocher <[email protected]> > --- > Changes in v2: > - make ABS_PRESSURE proportionally rising with finger pressure > - fix race between interrupt and timer during shutdown > - use infrastructure from include/linux/input/touchscreen.h > - add SPDX tag for the driver > - improve binding documentation > - fix multi-line comments > --- > .../bindings/input/touchscreen/bu21029.txt | 34 ++
Reviewed-by: Rob Herring <[email protected]> > drivers/input/touchscreen/Kconfig | 12 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/bu21029_ts.c | 485 > +++++++++++++++++++++ > 4 files changed, 532 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/input/touchscreen/bu21029.txt > create mode 100644 drivers/input/touchscreen/bu21029_ts.c

