From patchwork Thu Dec 13 15:14:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 10728879 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8DCF991E for ; Thu, 13 Dec 2018 15:15:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7C3DC28742 for ; Thu, 13 Dec 2018 15:15:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6DBAC2C4AA; Thu, 13 Dec 2018 15:15:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 03EEC28742 for ; Thu, 13 Dec 2018 15:15:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729409AbeLMPPE (ORCPT ); Thu, 13 Dec 2018 10:15:04 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:47938 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728591AbeLMPPE (ORCPT ); Thu, 13 Dec 2018 10:15:04 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 43Fy0P5N9wz1qxlJ; Thu, 13 Dec 2018 16:15:01 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 43Fy0P4gn4z1qtfL; Thu, 13 Dec 2018 16:15:01 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id qRjBalqpHGhc; Thu, 13 Dec 2018 16:14:59 +0100 (CET) X-Auth-Info: PlldW4nZ4l4mVBda95MValzmezcGVILP56doYz2FZtc= Received: from kurokawa.lan (ip-86-49-110-70.net.upcbroadband.cz [86.49.110.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 13 Dec 2018 16:14:59 +0100 (CET) From: Marek Vasut To: linux-input@vger.kernel.org Cc: Marek Vasut , Dmitry Torokhov , Henrik Rydberg , Olivier Sobrie Subject: [PATCH 0/8] input: touchscreen: ili210x: Add ILI2511 support Date: Thu, 13 Dec 2018 16:14:34 +0100 Message-Id: <20181213151442.27854-1-marex@denx.de> X-Mailer: git-send-email 2.18.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patchset cleans up the ILI201x driver and adds support for ILI2511. Marek Vasut (8): input: touchscreen: ili210x: Drop platform data support input: touchscreen: ili210x: Convert to devm_ functions input: touchscreen: ili210x: Convert to threaded IRQ input: touchscreen: ili210x: Add reset GPIO support input: touchscreen: ili210x: Rework the touchscreen sample processing input: touchscreen: ili210x: Reorder probe input: touchscreen: ili210x: Add OF match table input: touchscreen: ili210x: Add ILI251X support drivers/input/touchscreen/ili210x.c | 267 ++++++++++++++++++---------- include/linux/input/ili210x.h | 11 -- 2 files changed, 172 insertions(+), 106 deletions(-) delete mode 100644 include/linux/input/ili210x.h Cc: Dmitry Torokhov Cc: Henrik Rydberg Cc: Olivier Sobrie To: linux-input@vger.kernel.org