Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp1490038imd; Sun, 4 Nov 2018 04:03:03 -0800 (PST) X-Google-Smtp-Source: AJdET5cqgnnu1Csse2AxzeO9QUxJ9KTzDq6Yz0ORmrS8Y4yI2OT17Eq9e80AB2U4JA63afsXnvv5 X-Received: by 2002:a17:902:758f:: with SMTP id j15-v6mr18797579pll.160.1541332983116; Sun, 04 Nov 2018 04:03:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541332983; cv=none; d=google.com; s=arc-20160816; b=kF15X0I/p08xh3HIMCOq8KzvCtRHPZx3IJ/1eoTSEtlE1vbc0Ql7VtKitZ+HFaBK/X K/2p6bd43xCKkB5tWD80nTI5Id+0kg0VerC11fYpOclLaPWrAh2pgGNllQILtAMYJYL5 sneOpHpV5nUcUwEgoETDBDMedcfUwGeH91TT2QSh05mOcBzSgMcaNOOAT46Yf4dsdvhW /FSZUXfbSZNcf5UoGUTqfuuJ/HE6ZAQiqaAVVftfyGTpyy2gv83Bo3cWbAvuQvau5tG8 2M713H4WXbgktp1KBgQvAEvClD5mgcz79Bsh8p/8kuV6VmkOdy9dLyn6swLF80Cg0n1c QK/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UZhhSexw5XX8QVhEe+hk5m/gsYi5Wh/4xkEDRY6wBdo=; b=W2uDE1p/1FkpjN7sGkm6o3QFilWXFeGDvfPO1V+PAmggDu6Fpo5M9NMA3RMxPGiv4q UvFZghpeDMI3QrrkR2Gd4JGvzinUiycNbQmvOvps0XgpriiyWdNk3xbZnmNZ4Ey/is+j bhHaeucVPXLzS/3bV68wKvYO8v2ghvRqz173KMDUcKc4dvL+90t53FZVOmeXqNNcB6+q /BiH1IelomVGZ19E3qfCa4UvKb+t8A0TB3SSXISeyHuUM3VA3L8IJsIBCO1U4/DJj6J9 JTAE1WLfDnNGk8ByMsfdpj2u7fUsqyQTDjkREKVafvhkw8D2ie0MjnSn2Y307G/Y3w53 oQ0A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31-v6si12530857pli.416.2018.11.04.04.02.48; Sun, 04 Nov 2018 04:03:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729450AbeKDVKR (ORCPT + 99 others); Sun, 4 Nov 2018 16:10:17 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:39677 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729293AbeKDVKR (ORCPT ); Sun, 4 Nov 2018 16:10:17 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 5D58C80975; Sun, 4 Nov 2018 12:55:29 +0100 (CET) Date: Sun, 4 Nov 2018 12:55:30 +0100 From: Pavel Machek To: Lubomir Rintel Cc: Dmitry Torokhov , Michael Turquette , Rob Herring , Mark Rutland , Stephen Boyd , James Cameron , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 8/8] Input: olpc_apsp: allocate the GPIOs used Message-ID: <20181104115530.GL23864@amd> References: <20181010142504.233467-1-lkundrak@v3.sk> <20181010142504.233467-9-lkundrak@v3.sk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NZiXfHLGvOGtDZMn" Content-Disposition: inline In-Reply-To: <20181010142504.233467-9-lkundrak@v3.sk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --NZiXfHLGvOGtDZMn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2018-10-10 16:25:04, Lubomir Rintel wrote: > Take the GPIO lines are used by the SP. The driver doesn't touch the > lines -- this is done to disallow anything else from fiddling with > them because that would confuse the SP firmware. >=20 > Also, the lines are now nicely visible in /sys/kernel/debug/gpio. >=20 > Signed-off-by: Lubomir Rintel Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --NZiXfHLGvOGtDZMn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlve3jIACgkQMOfwapXb+vIHIgCeN8jA2Mf/S5oOIubEcIBwPS3i D4oAoKeA+AjE/NGvKL46jU5o8LO/85EH =RE3U -----END PGP SIGNATURE----- --NZiXfHLGvOGtDZMn--