Re: [PATCH v2] Input: add bu21029 touch driver

From: Rob Herring
Date: Mon Apr 16 2018 - 17:45:03 EST


On Mon, Apr 16, 2018 at 06:49:38PM +0200, Mark Jonas wrote:
> From: Zhu Yi <yi.zhu5@xxxxxxxxxxxx>
>
> Add Rohm BU21029 resistive touch panel controller support with I2C
> interface.
>
> Signed-off-by: Zhu Yi <yi.zhu5@xxxxxxxxxxxx>
> Signed-off-by: Mark Jonas <mark.jonas@xxxxxxxxxxxx>
> Reviewed-by: Heiko Schocher <hs@xxxxxxx>
> ---
> 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 <robh@xxxxxxxxxx>

> 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