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 CD7B2C433EF for ; Tue, 5 Oct 2021 22:03:58 +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 471FA61207 for ; Tue, 5 Oct 2021 22:03:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 471FA61207 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 B10478330B; Wed, 6 Oct 2021 00:02:59 +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="hyxhv6yu"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2950A807DA; Wed, 6 Oct 2021 00:02:40 +0200 (CEST) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 3E00781197 for ; Wed, 6 Oct 2021 00:02:25 +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-x831.google.com with SMTP id b16so601621qtt.7 for ; Tue, 05 Oct 2021 15:02:25 -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=amzYGHQT6vnvJqQ7Ugtg2NBBnxAAh017HQmfsEwZigo=; b=hyxhv6yuV4dUD0FxnimeeV/8ToDdgLpVwVs/wQPuEo/TXXfLwHagd0M1ADbo4bJ7t0 xIX5ixw+bOo0NjmYXVe0RqO/D0nHSQsiZ4I/U2zsGgIUadvrraf7Z2FHfrRUcT4ud4lt XPp89t0EOgPw2+rXivYTSn9vVcx6WkEQ3dCvU= 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=amzYGHQT6vnvJqQ7Ugtg2NBBnxAAh017HQmfsEwZigo=; b=xrDgag3K5nduC9iVMLkyrujw3xU+SaEGLlei6yAG0xTLwuABVC95++YgAaLxe5wT3i AAfrt/9bXaXoh/ivfi8CpxCFG5vwTowT5buEznUz0U74kvPYtmv2KPWeiUaR36wX1EYy BPuXt0bgE9h3/gP3lYdaaOZ+zuSUyqyU6A1ee7R40OaP/jLuSmoKt6O0iDxefM3dxshe 4PgNeGt8QmpAvSgRHZJxwr2L/jmZES2IUgWH5sUIc9EtdSbJcu5H+FMirc90LPTK4KBl m/q3BwIo3Sib7iKv7Mum+uHJYsqCfn8kcSNFMDQwfBxJChN8l8j3L8Nr/w5ccn6S/VW2 fn8Q== X-Gm-Message-State: AOAM53259Pj4cRDIFoeAeoimovJ1Gfgx/8yem3cj5sUpxgR0Cyz5D0XB WsvJY08Dd7M0XsPusjfg68uqBg== X-Google-Smtp-Source: ABdhPJyaaNH55QM8aUH5RF3hThC3GJlTHWWU7sziQoyEH03dnpi5/I30XJ0vDVKcimK5hR4dwZSdaQ== X-Received: by 2002:a05:622a:1908:: with SMTP id w8mr3849088qtc.98.1633471344102; Tue, 05 Oct 2021 15:02:24 -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 j7sm10221949qkl.125.2021.10.05.15.02.23 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:02:23 -0700 (PDT) Date: Tue, 5 Oct 2021 18:02:21 -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 3/3] gpio: Factor out DT flag translation Message-ID: <20211005220221.GJ31748@bill-the-cat> References: <20210911220553.9427-1-samuel@sholland.org> <20210911220553.9427-4-samuel@sholland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="51CdifHnqxH7CtpA" Content-Disposition: inline In-Reply-To: <20210911220553.9427-4-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 --51CdifHnqxH7CtpA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 11, 2021 at 05:05:53PM -0500, Samuel Holland wrote: > The generic GPIO flags binding is shared across many drivers, some of > which need their own xlate function. Factor out the flag translation > code from gpio_xlate_offs_flags so it does not need to be duplicated. >=20 > Signed-off-by: Samuel Holland > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --51CdifHnqxH7CtpA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy20ACgkQFHw5/5Y0 tyyD5gv/SfGZ5KZXZD5qEcejuqAMOtzqnr+gtF0wBkQ7FDxC/FVDY2rSopcndS76 2UAGjxymLImeV14FYL8n4AEfbZdBO+ibnqP1UjOgSdIvthdS6LSlUh2vtGz2EtAy DS9ad3/sGn+lQjn2hwGgsA7UGfxtt9KV21V9EBVE5lCuegj21bu2H5cOPbLi69CG p57t11sZC2M08f7qL51TZjAPwxMcHDGSLqMsG3z652CbpZUZYk7uz+ZcQ8yjY3ZX kLf9ZaJaQYWJOoLbEM+NYhOosM42nrL84WM6bVYUSzHeB9zIe+ViKBmV3xjvaVbf nsGrR9X26sXg9WTd7T8fTSSJuoLwe0jL66CmSPF6hZWJeRcI+gNscDiRKI1ZplVU fdG/2cvm6EnU3eEA1RubOjwjrnp5WU7Z0AvAHCBO1sgCNxANwmCkez3dT4ejetGn a2qP6t/CV9hra665PydKgN8ihm0Tx0cFZjSeejA/Buq40hqdnAjs2WyF6FCA5f3T oMPCF6A6 =BSdR -----END PGP SIGNATURE----- --51CdifHnqxH7CtpA--