From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751427AbcFXTpY (ORCPT ); Fri, 24 Jun 2016 15:45:24 -0400 Received: from mail-qk0-f175.google.com ([209.85.220.175]:35892 "EHLO mail-qk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbcFXTpU (ORCPT ); Fri, 24 Jun 2016 15:45:20 -0400 From: Anthony Felice To: dri-devel@lists.freedesktop.org, shawnguo@kernel.org, tony.felice@timesys.com Cc: dmitry.torokhov@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, kernel@pengutronix.de, stefan@agner.ch, linux@armlinux.org.uk, fabio.estevam@nxp.com, geert@linux-m68k.org, mwelling@ieee.org, sre@kernel.org, damien.riegel@savoirfairelinux.com, maitysanchayan@gmail.com, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4] Enable display and touchscreen for Vybrid Tower Date: Fri, 24 Jun 2016 15:44:42 -0400 Message-Id: <1466797486-31558-1-git-send-email-tony.felice@timesys.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset enables the TWR-LCD-RGB display and the CRTouch-based touchscreen on the Vybrid Tower platform. Both display and touchscreen have been tested and verified working with this patchset on a Rev J Vybrid Tower system. Anthony Felice (4): ARM: dts: vf610-twr: Enable display controller input: touchscreen: crtouch_ts: Add driver ARM: dts: vf610-twr: Add crtouch node and pinmux ARM: imx_v6_v7_defconfig: enable useful configurations for Vybrid .../bindings/input/touchscreen/crtouch_ts.txt | 14 ++ arch/arm/boot/dts/vf610-twr.dts | 62 +++++ arch/arm/configs/imx_v6_v7_defconfig | 6 +- drivers/input/touchscreen/Kconfig | 10 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/crtouch_ts.c | 279 +++++++++++++++++++++ 6 files changed, 368 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/crtouch_ts.txt create mode 100644 drivers/input/touchscreen/crtouch_ts.c -- 2.7.4