Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754713AbcDTOZO (ORCPT ); Wed, 20 Apr 2016 10:25:14 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:36262 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752121AbcDTOZM (ORCPT ); Wed, 20 Apr 2016 10:25:12 -0400 MIME-Version: 1.0 In-Reply-To: <5716545D.9080006@wwwdotorg.org> References: <1461068317-28016-1-git-send-email-patrice.chotard@st.com> <5716545D.9080006@wwwdotorg.org> Date: Wed, 20 Apr 2016 16:25:11 +0200 Message-ID: Subject: Re: [PATCH 0/8] STMPE fixes/rework and add STMPE1600 support From: Linus Walleij To: Stephen Warren Cc: Patrice CHOTARD , Lee Jones , Alexandre Courbot , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Maxime Coquelin , amelie.delaunay@st.com, Shawn Guo , Sascha Hauer , Dinh Nguyen , Viresh Kumar , Shiraz Hashim , Thierry Reding Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1189 Lines: 36 On Tue, Apr 19, 2016 at 5:53 PM, Stephen Warren wrote: > On 04/19/2016 06:18 AM, patrice.chotard@st.com wrote: >> For TEGRA ARCHITECTURE SUPPORT >> _ Stephen Warren >> _ Thierry Reding >> _ Alexandre Courbot > > I don't know what STMPE is, ST Microelectronics Multi-Purpose Expander. Some GPIO and keypad and touchscreen, PWM and what not. > and I don't believe it is used on Tegra; what > makes you think it is? Probably this: $ git grep stmpe arch/arm/boot/dts/ arch/arm/boot/dts/tegra30-apalis.dtsi: stmpe811@41 { arch/arm/boot/dts/tegra30-apalis.dtsi: compatible = "st,stmpe811"; arch/arm/boot/dts/tegra30-apalis.dtsi: stmpe_touchscreen { arch/arm/boot/dts/tegra30-apalis.dtsi: compatible = "st,stmpe-ts"; arch/arm/boot/dts/tegra30-colibri.dtsi: stmpe811@41 { arch/arm/boot/dts/tegra30-colibri.dtsi: compatible = "st,stmpe811"; arch/arm/boot/dts/tegra30-colibri.dtsi: stmpe_touchscreen { arch/arm/boot/dts/tegra30-colibri.dtsi: compatible = "st,stmpe-ts"; Yours, Linus Walleij