Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753246AbdLHWCF convert rfc822-to-8bit (ORCPT ); Fri, 8 Dec 2017 17:02:05 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:52182 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752289AbdLHWCD (ORCPT ); Fri, 8 Dec 2017 17:02:03 -0500 Date: Fri, 8 Dec 2017 23:01:36 +0100 From: Mylene JOSSERAND To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org, dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Cc: simon.budig@kernelconcepts.de, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, thomas.petazzoni@free-electrons.com Subject: Re: [PATCH 0/5] sun8i-a83t: Add touchscreen support on TBS A711 Message-ID: <20171208230136.1227eed5@dell-desktop.home> In-Reply-To: <20171208215419.30396-1-mylene.josserand@free-electrons.com> References: <20171208215419.30396-1-mylene.josserand@free-electrons.com> Organization: Free Electrons X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1592 Lines: 49 Hi, Le Fri, 8 Dec 2017 22:54:14 +0100, Mylène Josserand a écrit : > Hello everyone, > > This patch series adds touchscreen support (FocalTech EDT-FT5x06 > Polytouch) for TBS A711 (Allwinner sun8i-a83t SoC). > This touchscreen is using i2c so this series adds support of this bus > on A83T. > > Series information: > - Based on last linux-next (next-20171208) > - Had dependencies on AXP209 Quentin Schultz's series: > https://www.spinics.net/lists/linux-gpio/msg26913.htmlx I forgot to mention a dependency on Maxime Ripard's patch that reinstate AXP813 PMIC: https://patchwork.kernel.org/patch/10077037/ Thanks, Mylène > > Patch 01: Add i2c0 node on a83t device tree. > Patch 02: Add i2c0 pin group. > Patch 03: Enable i2c0 on TBS A711. > Patch 04: Add support for regulator in the FocalTech touchscreen > driver because A711 tablet is using a regulator to power-up the > touchscreen. Patch 05: Add the touchscreen node in A711 TBS tablet. > > Thank you in advance for any review. > Best regards, > Mylène > > Mylène Josserand (5): > arm: dts: sun8i: a83t: Add I2C0 node > arm: dts: sun8i: a83t: Add I2C0 pins group > arm: dts: sun8i: a83t: a711: Enable I2C0 > Input: edt-ft5x06 - Add support for regulator > arm: dts: sun8i: a83t: a711: Add touchscreen node > > arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 18 +++++++++++++++++ > arch/arm/boot/dts/sun8i-a83t.dtsi | 16 +++++++++++++++ > drivers/input/touchscreen/edt-ft5x06.c | 33 > +++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) >