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 3D5F0C54EAA for ; Fri, 27 Jan 2023 19:15:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B594F85711; Fri, 27 Jan 2023 20:14:07 +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="VsmuqjSy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E4A2A85712; Fri, 27 Jan 2023 20:08:48 +0100 (CET) Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) (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 DFC7F85732 for ; Fri, 27 Jan 2023 20:08:06 +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-qv1-xf35.google.com with SMTP id d13so4531677qvj.8 for ; Fri, 27 Jan 2023 11:08:06 -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=zAEuGm9pUf5Oj1HEh5nzxE0sB+aj+VHIlAovUWdp1q0=; b=VsmuqjSy5BnB0JyY3sb00zvYvsVJMvzXhq1oaQjlaaRwXWWHeziDE5TB7QJmOg50UW 6JFxNv1y88B5TiXKRA3REkg20tNSifjL27Aku0YkFPesya6sGpbt+gjX7BoyqVkUnKmp fQXk0r5Tl/h6SRHifuu4DxWwYq4YKPqkEyboc= 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=zAEuGm9pUf5Oj1HEh5nzxE0sB+aj+VHIlAovUWdp1q0=; b=TWQfA0ke928zx3LrgR9SWWKl1Hqvd3CBRnLyoqH8k0n77mVgmCn5fEP1AJY3BAchXE eEU6LbMSNFcw0Jk4MqvvJSLlbET/Puc5eoScn+cFUBzbee0X7wUg8XZYimm392q4850F nJo5dxTz6No0lrjd0rTkyYwlVeuo3MScIpwvO4e6SMr0ariSOPmhtPcSiH5AoTs1q+3Y t8CqqAmfUJP9ReJjElC1tLFuy6yY/6GXb6yBz1C/sxZXk8A6Ny3gal4y6/D4x+YibmZE 8sEGOn1BREkFEYONOYiHEzUzYjvZidLGXRCWqkMXMzx2nJpRS7ZpYsHmh0eS+JivwF4N oxhA== X-Gm-Message-State: AO0yUKWeOGnt7XQrf6YMI2v1Me+1hnZzZBR8lp7iwjGdDtz72Vn/pcAN /aiVZZKHM8+VOn+OjVyvm/6N/w== X-Google-Smtp-Source: AK7set90HtXMUxdSXIZ9ztfC/QYq48kF++WwoFVA7QcdCf7HugDFtZNeeeaVXDYCGahMyWTW6yD1og== X-Received: by 2002:a05:6214:b6c:b0:537:7ca1:fa13 with SMTP id ey12-20020a0562140b6c00b005377ca1fa13mr11941128qvb.13.1674846460030; Fri, 27 Jan 2023 11:07:40 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-bacc-4546-b75d-3c88.res6.spectrum.com. [2603:6081:7b00:6400:bacc:4546:b75d:3c88]) by smtp.gmail.com with ESMTPSA id pe27-20020a05620a851b00b0071883954df4sm1764037qkn.103.2023.01.27.11.07.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 11:07:39 -0800 (PST) Date: Fri, 27 Jan 2023 14:07:38 -0500 From: Tom Rini To: Michael Walle Cc: u-boot@lists.denx.de, Marek Vasut Subject: Re: [PATCH 2/3] pinctrl: get rid of some ifdeffery Message-ID: References: <20230118121224.253241-1-michael@walle.cc> <20230118121224.253241-2-michael@walle.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kqYan2o6E6q727zI" Content-Disposition: inline In-Reply-To: <20230118121224.253241-2-michael@walle.cc> 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 --kqYan2o6E6q727zI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 18, 2023 at 01:12:23PM +0100, Michael Walle wrote: > Don't define an empty version for pinconfig_post_bind(). Just guard the > call and let the linker garbage collection do the rest. This way, we > also don't have to do any guesswork. >=20 > Signed-off-by: Michael Walle > Reviewed-by: Marek Vasut Applied to u-boot/master, thanks! --=20 Tom --kqYan2o6E6q727zI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPUIPoACgkQFHw5/5Y0 tyxTmwv+L1ESfVBMWioDrCsc9fC2sOoUspApXS9G3D5wxm3jjpyAqOwHj/aASt+F Co+FSK4N5FX3X66cVUG14DiY7Ggo8A29hvhjaYvulERI688/+fx2VjrK9FDBBjJe n+1AJpGPQq2m8CrVFyDTsrTqOawAVaSeMaD8SgJZ3T3Fk1aqPOv65P5SUbgAdK06 OH+mhCosDQ3SLgXc4ema2z3ui+X/Pw9NJtY++1qJXE+2Ki41psIqf73eM18pzdRR IzQn1YIjtfsr86Jh3pMoIXtQlytVVg7cHqXGa+HnSoqN7ve6HD1qpOh5Hm1YUbmc Mi/qyJzBd4dcabrSeD52TFpzrzJ6Wq/e+2AplGEpdq/6OKk4jSJvL9YKinFD847x xTvKo3GMb/G8HlkEY/eBBmPQnuAfUbLFCRyzhGVCh+IyxyosgnUi2LYJU1m4uBfk va54NhuUoeQO+TkD4QDSb3fiicLysG8frHK2wa8bd2C9CPlZ6Au3v1GI+Z9WQeTH UKaV4IVH =yXqP -----END PGP SIGNATURE----- --kqYan2o6E6q727zI--