From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 67735ECAAA1 for ; Thu, 15 Sep 2022 14:04:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CD25084B9F; Thu, 15 Sep 2022 16:03:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="e1zRXl5v"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 31DF384B79; Thu, 15 Sep 2022 16:03:28 +0200 (CEST) Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 97F4584B9F for ; Thu, 15 Sep 2022 16:03:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf29.google.com with SMTP id v15so14213570qvi.11 for ; Thu, 15 Sep 2022 07:03:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=75BUga7fnotRuADvfS9lnC2gAqTFFaSoQ2V6xbCSa1M=; b=e1zRXl5v9mGET562lr9H658Y1DocCmhWjb5QBo5My/n4tXMR08EGFjl7sGJcBF7dMF WSznz/ClspB0ikWF4gS+QTi3VIzrteFrRgElM5uPcJft+dpGihBV5qjB4S+6GN0rtckx zrGrCWYUDHeSaI6iT1XBBICd2PHAYZB/4Nuok= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=75BUga7fnotRuADvfS9lnC2gAqTFFaSoQ2V6xbCSa1M=; b=Zm3ha4lGX1TtsPqyvuJHexc+GeJn0ThhBIwwoBTKq7xqr8QmgBpC8qy9MzWZ7t7Yhb rNv0H5nKXMo44x8UzUqhi43BXLAlusEwBxvQITK1nDRCwWoU+rQv4Ee1c4i8RtgkBvT8 BslE0Ej+liaCOuqiUPnM8xWnxzRQtEso6vgfVM14pzNu7iG6yD16iYzq2LL1D7MgUMPR ht/STAvO6R+E3UDTPW4d28UJlg1ELPY1jCsqBJQ/1DZ0xe47zKPjQ2ViClJETmH/Z+10 /Wc4SC0Nn7jiQqpXOwd4zVoBVwfvfeShD3eSAhwfdX63R958D/delXV82OngxAD0Yvlt KOKA== X-Gm-Message-State: ACrzQf2QmE4KCJthcIVmVnGT8tOAe8F0A0sylg5339/biM9tzqli6gfB q2vGw0NvAywjhJB4fkqtfughqw== X-Google-Smtp-Source: AMsMyM7QX3uasx8YAk9Ae9q+15v2TXdXLIupMY9SjHEm8FVXVoN93QZRxyQyBca5kPSp8eDYIhYCUg== X-Received: by 2002:a05:6214:5609:b0:4ac:aa5e:5425 with SMTP id mg9-20020a056214560900b004acaa5e5425mr115351qvb.81.1663250604339; Thu, 15 Sep 2022 07:03:24 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-6011-212c-4988-e1af.res6.spectrum.com. [2603:6081:7b00:6400:6011:212c:4988:e1af]) by smtp.gmail.com with ESMTPSA id x5-20020a05620a258500b006bc1512986esm4154074qko.97.2022.09.15.07.03.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Sep 2022 07:03:23 -0700 (PDT) Date: Thu, 15 Sep 2022 10:03:22 -0400 From: Tom Rini To: Patrice Chotard Cc: u-boot@lists.denx.de, Patrick DELAUNAY , U-Boot STM32 , Simon Glass , Andrew Jeffery , Heinrich Schuchardt , Samuel Holland Subject: Re: [PATCH v3 4/4] gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function Message-ID: <20220915140322.GM6993@bill-the-cat> References: <20220830120914.2329522-1-patrice.chotard@foss.st.com> <20220830120914.2329522-5-patrice.chotard@foss.st.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jxJZfy9MYHgKPwT/" Content-Disposition: inline In-Reply-To: <20220830120914.2329522-5-patrice.chotard@foss.st.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean --jxJZfy9MYHgKPwT/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 30, 2022 at 02:09:14PM +0200, Patrice Chotard wrote: > This allows to test if a pin's label if displayed using gpio_get_status() > when this pin is configured in alternate function. >=20 > Signed-off-by: Patrice Chotard > Reviewed-by: Simon Glass > Reviewed-by: Patrick Delaunay Applied to u-boot/next, thanks! --=20 Tom --jxJZfy9MYHgKPwT/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMjMKkACgkQFHw5/5Y0 tyzXsAv8DyyWQZrl9DciIrkM3e1BtRhIISbMeZXqV9HkwTwDupwngxiidc0wNDPU kXGLn5zLZ/cUS7ACiTykIMNmlKbpzTqIsr0AYOKdJYu/NM3D8PitkbGNFjoo3Ua2 CoO2bYLR3JSYUf9M+3OzinQNuIGleOzW0Hdp5eG5SMVWxIz7XoCoS2nScStp4Rv9 xWz7psyKDxNAeAgfg8Nm8IkFMfKn9H8stDsbzuZVfbXH4B+MKzaasRILV+rAMGQo svoFeyVuJhMlsnnAal0dxdyPY8sQe12Z0sRdScn3WRHnz6q+GVPgD+AQZssFtpb1 XemaPpOdoTNNv1w7F7fBtNQoIqItsSD87WpAY/glU4efl2HvTjWKjMmd+9d1ffIn 7YQ14v5EUThqkpmJyVAGU5CgRVqvU3hiZUoyoFfhfZhJicwzNYS51F18Cv7UDFJO bFMAWpNAWLDnGICV0hRoB3p2FWc/+hfomftJO4u2UH3stRAMOZXtVmIU/wA84cN9 DwcRg/y8 =fb9t -----END PGP SIGNATURE----- --jxJZfy9MYHgKPwT/--