From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v4 4/5] input: tm2-touchkey: Add touchkey driver support for TM2 Date: Fri, 6 Jan 2017 14:16:05 +0200 Message-ID: <20170106121605.dvq6kaacqouqecqe@kozik-lap> References: <20170106114114.19321-1-andi.shyti@samsung.com> <20170106114114.19321-5-andi.shyti@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170106114114.19321-5-andi.shyti@samsung.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Andi Shyti Cc: Mark Rutland , devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Chanwoo Choi , Catalin Marinas , Jaechul Lee , Dmitry Torokhov , Will Deacon , linux-kernel@vger.kernel.org, Rob Herring , Javier Martinez Canillas , Kukjin Kim , Krzysztof Kozlowski , Andi Shyti , linux-input@vger.kernel.org, Jaechul Lee , Beomho Seo , linux-arm-kernel@lists.infradead.org List-Id: linux-input@vger.kernel.org On Fri, Jan 06, 2017 at 08:41:13PM +0900, Andi Shyti wrote: > From: Jaechul Lee > > This patch adds support for the TM2 touch key and led > functionality. > > The driver interfaces with userspace through an input device and > reports KEY_PHONE and KEY_BACK event types. LED brightness can be > controlled by "/sys/class/leds/tm2-touchkey/brightness". > > Signed-off-by: Beomho Seo > Signed-off-by: Jaechul Lee > Reviewed-by: Javier Martinez Canillas > Reviewed-by: Andi Shyti > Signed-off-by: Andi Shyti > --- > drivers/input/keyboard/Kconfig | 11 ++ > drivers/input/keyboard/Makefile | 1 + > drivers/input/keyboard/tm2-touchkey.c | 280 ++++++++++++++++++++++++++++++++++ > 3 files changed, 292 insertions(+) > create mode 100644 drivers/input/keyboard/tm2-touchkey.c > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof