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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06909C433EF for ; Tue, 5 Oct 2021 22:03:35 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 80F066120C for ; Tue, 5 Oct 2021 22:03:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 80F066120C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E30D8832E9; Wed, 6 Oct 2021 00:02:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="gn47xpBR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 18FEE831F5; Wed, 6 Oct 2021 00:02:31 +0200 (CEST) Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) (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 A90988327C for ; Wed, 6 Oct 2021 00:02:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82f.google.com with SMTP id a20so614651qtp.6 for ; Tue, 05 Oct 2021 15:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=RwRqmbfrHMredtq+VijMq4TZf50Muz3sMb1OFpIITas=; b=gn47xpBRw6AErOm48cXToVr4quJOKlryj3vY6cZ8JwQRM4PDP7Kg5F83N7IdegfWVL JtvMbQHuTGqt+jVWJcgLLfyupuPKdNTNzPrAKug10/5302dylRe0b5/05+OfMzWCzysX SoLwddG7Ymc/7KBvDWRlIOteCNpFJpUjKU7XI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RwRqmbfrHMredtq+VijMq4TZf50Muz3sMb1OFpIITas=; b=syaf1jJw9JJuGWjlZ34KvVnby2MkXqi1ChyNknqwc54K/TeXpgficoEnRWbcwAbJqL nWLDzAZ/uXihQ4nwnDN8dMqIf3nSDJAszCvFAwF/ELg2A3kdukXe/yFCEbfRQH5e0qkR gaLE34pujhpAcjvUzAmjwGsBSjPIWWJhoNWzgM4UNdfLLKXhTVGGFVxjVMgUpdzBRBpC v6nRYnFkG+v9j+BcpoqDPgv2piMxAK/FJrXyzx8UB9LJV6zIIqECVePS15HL2OTLrg+8 GJiWzeSueOJu8oljNYutscswdqcZqm0f4MoxDpMgLPb30+DFcE+19zQ1DsXd1TxRMGAh Ytng== X-Gm-Message-State: AOAM532ln23sgYNua0Q8m9SZLri+qFv3plbvl0CQPETIC9+8EVoGFPi0 WPwGdE9GpAXH21Dv9UgV77nN7g== X-Google-Smtp-Source: ABdhPJwMcpMuFmaIPS67iy4qS9zLt6WPHD0G+BoPfjW7pY2rSWZFK9FZkXq9pOGm9wIv5e+wG5vYYQ== X-Received: by 2002:a05:622a:1886:: with SMTP id v6mr22738504qtc.244.1633471338416; Tue, 05 Oct 2021 15:02:18 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-acff-2c31-c6db-812f.res6.spectrum.com. [2603:6081:7b01:cbda:acff:2c31:c6db:812f]) by smtp.gmail.com with ESMTPSA id r5sm12110100qta.26.2021.10.05.15.02.17 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:02:17 -0700 (PDT) Date: Tue, 5 Oct 2021 18:02:15 -0400 From: Tom Rini To: Samuel Holland Cc: u-boot@lists.denx.de, Dario Binacchi , Jean-Jacques Hiblot , Patrick Delaunay , Pratyush Yadav , Simon Glass Subject: Re: [PATCH 2/3] gpio: Verify validity of pin offsets from device trees Message-ID: <20211005220215.GI31748@bill-the-cat> References: <20210911220553.9427-1-samuel@sholland.org> <20210911220553.9427-3-samuel@sholland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jczPjoVPx50FWsre" Content-Disposition: inline In-Reply-To: <20210911220553.9427-3-samuel@sholland.org> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --jczPjoVPx50FWsre Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 11, 2021 at 05:05:52PM -0500, Samuel Holland wrote: > Translation of an OF GPIO specifier should fail if the pin offset is > larger than the number of pins in the GPIO bank. >=20 > Signed-off-by: Samuel Holland > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --jczPjoVPx50FWsre Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy2cACgkQFHw5/5Y0 tyxCzQv5AQi6hhqNVHR37HYZmR2TvMkA99actoSo83K0nL+4GlZ/fIxyw/YDPILN p9qIyB5uZbDKHxHytlmLNEZ3ZQScjGrkf56l8xGtNC17y/T8O+Sw0q1Yp3jJqIuE mdpPb/uyuZZpBNHAuJWJIH+8FfXxy8/QSF172mTkqr4XWbm7XZxqfbmoNlk/1oik SobtSpqQZGsnTD0C66qV44qC2e2ZVZcrv7EZ+IHLW5NUQyr7RFRUSpvgWicipmoQ MOD+mlDkznCDGOVMmMlPOdVJmGKcOBN9/1QCOfmJ8+aF63GPfIegPazdtfNMHiEw WGGb0c9k8JTWMcpTVVfVmusIZ+C0viqFiY0a1d7ZVR8yJeDDkMD9IvKuMVSInPsw lYkZZ80kxm4wgiWWSU7IYZp0iQbtj1+9/73PwcBInEkqiWAeqUtrlFEiKWnTOzf3 ucnGvxVmzJbE1EdFyqS+kBY0pfhpBSpphlxAuDid/fd1a7jcVC/fcBD3doy6+ZBY OoBpfoMi =SYBc -----END PGP SIGNATURE----- --jczPjoVPx50FWsre--