[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180416214456.je4nfuk6riw4xdjd@rob-hp-laptop>
Date: Mon, 16 Apr 2018 16:44:56 -0500
From: Rob Herring <robh@...nel.org>
To: Mark Jonas <mark.jonas@...bosch.com>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Mark Rutland <mark.rutland@....com>,
linux-input@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, hs@...x.de,
Zhu Yi <yi.zhu5@...bosch.com>
Subject: Re: [PATCH v2] Input: add bu21029 touch driver
On Mon, Apr 16, 2018 at 06:49:38PM +0200, Mark Jonas wrote:
> From: Zhu Yi <yi.zhu5@...bosch.com>
>
> Add Rohm BU21029 resistive touch panel controller support with I2C
> interface.
>
> Signed-off-by: Zhu Yi <yi.zhu5@...bosch.com>
> Signed-off-by: Mark Jonas <mark.jonas@...bosch.com>
> Reviewed-by: Heiko Schocher <hs@...x.de>
> ---
> 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@...nel.org>
> 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
Powered by blists - more mailing lists