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 E30F3C636D6 for ; Thu, 9 Feb 2023 17:36:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2EF9C85F38; Thu, 9 Feb 2023 18:36:13 +0100 (CET) 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="sigXe0bO"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E584985E6D; Thu, 9 Feb 2023 18:36:11 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (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 32DB785E6D for ; Thu, 9 Feb 2023 18:36:09 +0100 (CET) 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-qt1-x82b.google.com with SMTP id w3so2797223qts.7 for ; Thu, 09 Feb 2023 09:36:09 -0800 (PST) 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:message-id:reply-to; bh=TP4OguspTcz733/ZafHcVN3jKyEq7W9+kkO4pY37idg=; b=sigXe0bO1kg5nzUnidnsEKyU1i4iLJGeh64KzpAJj/9qkBn7x9p/Ru8lKlSz168P41 ZGotsk/oUZtuIwuCYpV5G5rXpeLfojc1K7xBRzkOU8jf4YuqkTLbbHpEa7X+sx8Mb8qa hpnSGeTC/CjCyYuU3gtIAtwYDm5vkQW7VbR4I= 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 :message-id:reply-to; bh=TP4OguspTcz733/ZafHcVN3jKyEq7W9+kkO4pY37idg=; b=DnumUTu/KyGroM7n8jz3HIy9daxDrO6fl8TFSiSksCLVEb7fIyd6CJFUkoYlonb91U TTpRmxhrD4yGJG5QgdYMNxwdQWPhTlZhtQofAo94eqgyq8Xo3VdicR7VZz10I4a0MrIF w2Fh4tFKfUHw1XOAxK89SrHI85m/wCFN94g7qF5Wy8umCS7z0ZzxJ83PosYkGZAoBD+M ZjRf2Ny0Q7x3CFbsAh5PdyzX+TvsLtDjnJutySfvUWo13lc2UvwBxxlSTVHz8tqxxI0j Wk1Ts/cdHCcZJDru2R3NwCMMAg5XO2SiCEn/ezWAhTouqRXE/5cQPX+Il7RN3BTljoMX +xYQ== X-Gm-Message-State: AO0yUKUo4E1il7wd1o7cyLmLpe0yoIQ4wtPCrdj42KVDJbG0v/F2bu9H +Ld/dA5lvXKjv1IPvd3eP/WJxA== X-Google-Smtp-Source: AK7set8sw/JiYza3/PUwmZJKyP6qg0CkXhWekXmH4e/+16SoHCtQJyVPNXsLAKk2BGJUZ03dp0L86A== X-Received: by 2002:a05:622a:c4:b0:3b9:a4fe:e86c with SMTP id p4-20020a05622a00c400b003b9a4fee86cmr18928622qtw.16.1675964167943; Thu, 09 Feb 2023 09:36:07 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-538d-baa1-e57f-2a07.res6.spectrum.com. [2603:6081:7b00:6400:538d:baa1:e57f:2a07]) by smtp.gmail.com with ESMTPSA id t185-20020a37aac2000000b0071eddd3bebbsm1767169qke.81.2023.02.09.09.36.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Feb 2023 09:36:07 -0800 (PST) Date: Thu, 9 Feb 2023 12:36:05 -0500 From: Tom Rini To: Simon Glass , Eugen Hristev Cc: U-Boot Mailing List Subject: Re: [PATCH v2 031/169] Correct SPL use of ATMEL_PIO4 Message-ID: References: <20230205223836.231657-1-sjg@chromium.org> <20230205223836.231657-32-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GxqHNgK21ZLJLbod" Content-Disposition: inline In-Reply-To: <20230205223836.231657-32-sjg@chromium.org> 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 --GxqHNgK21ZLJLbod Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 05, 2023 at 03:36:17PM -0700, Simon Glass wrote: > This converts 1 usage of this option to the non-SPL form, since there is > no SPL_ATMEL_PIO4 defined in Kconfig >=20 > Signed-off-by: Simon Glass > --- >=20 > (no changes since v1) >=20 > drivers/pinctrl/pinctrl-at91-pio4.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c b/drivers/pinctrl/pinctr= l-at91-pio4.c > index 50e3dd449ab..84b398619c4 100644 > --- a/drivers/pinctrl/pinctrl-at91-pio4.c > +++ b/drivers/pinctrl/pinctrl-at91-pio4.c > @@ -271,7 +271,7 @@ static int atmel_pinctrl_bind(struct udevice *dev) > ofnode node =3D dev_ofnode(dev); > struct atmel_pinctrl_data *priv =3D (struct atmel_pinctrl_data *)dev_ge= t_driver_data(dev); > =20 > - if (!CONFIG_IS_ENABLED(ATMEL_PIO4)) > + if (!IS_ENABLED(CONFIG_ATMEL_PIO4)) > return 0; > =20 > /* Obtain a handle to the GPIO driver */ This grows SPL in a number of platforms, so adding in Eugen to see if we really do want to omit this here in SPL on platforms that otherwise set the symbol. --=20 Tom --GxqHNgK21ZLJLbod Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPlLv8ACgkQFHw5/5Y0 tyyZsAv/SO0DliYFJ0H6tggdutPqL7M77QIqQvfs0SiGxtjTO8lTtBKfoxqVVnqT lfr8cymA3sj12Mw5jOlDqVq7j/XXnAkDg+zNIirPc1lNH54z9su3nuQXY+rGeZkj gcDAPKNuasSsYfHXJcwWBzkb1c44+TkBt7xLjJoos8sgZzU1aBfdLy8vsXtI+9ZQ Pau2Pd0Lh7w2GXOEZK5FE+Wi3li1hyHf1Co2NsrG00jwLMCuAj8kDQSXTMHN+Npi 3NUBLrpa7YLB6ExwGAC788czLqUAAPRPESLgH1ONq98BXNsE/hh5tBxzAt3sxchM uIHQypwa83z/rm211i2mfhdFAnrpRa/7zD8KozHLMHKiK4Dpodbs+ODosD6hZV1l 7iIx04N6IlxyVyu6PSKSwoc7cOry/b/l+Q+wamgPovuNfDCvVtfWtkCkyow9pEbi n8Gk9iooPo9j6ViRcVr0xY1Fh0C5p92osN0N56q/yzqnGg8btKo7/e1tFh3yVNlr fP/6dgWb =HXU2 -----END PGP SIGNATURE----- --GxqHNgK21ZLJLbod--