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 4513EC00140 for ; Mon, 8 Aug 2022 19:09:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 26099845E9; Mon, 8 Aug 2022 21:08:20 +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="F7NeqL/0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0DBD584580; Mon, 8 Aug 2022 21:08:18 +0200 (CEST) Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) (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 C54A0845D3 for ; Mon, 8 Aug 2022 21:08:15 +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-qk1-x733.google.com with SMTP id a2so7201671qkk.2 for ; Mon, 08 Aug 2022 12:08:15 -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; bh=JbpQXfjOpbZp8ZPRf58tJ2ckjWQ4lfMWUqHbc3WoHVU=; b=F7NeqL/0oMIngUoVTeuZhOoS7uRlZJeMFiPXg2symTs8/8XxprWmOVuy98JvmVCeWI 3VBlzmLZLsyeH4HGmyfhZptH42Fppn8aYFfNGWvKQHi4MpVJMnDwPXQJAwwRFlwbA6R+ JEhedQ3BQK/3rTfu2DbgZ8V5M3KrcKlb+G7KA= 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; bh=JbpQXfjOpbZp8ZPRf58tJ2ckjWQ4lfMWUqHbc3WoHVU=; b=nczBx70ZiBaGGntK+oDdKXBsFsf0WTsf6Ayuyhftj1Wi62TRgeSNjZxC1keltUSmxd X1xcDLEvTPfFgYMGrPKeZ4X4a1lIlqW0Rd49NEpwpNn+YJ6jkLYa5TIqcT5dPnJxSnFQ MNsoPkwVryMzj9z8bfov1O7xUm6saZO/lQIOx/5whygboLYfdyS/0NdsEHdWTl6brVZz mEhs1n6i9XlvAWTJw3MTWqZi/48raqpQTz0J/A+dOAfi8l9YIbs34oEANjRJO8rBOnc1 Q0gn+v0/lmqBzj4svLQ8RUGTKfHRLJQB0qOpU4/QBDxMWCvpR5h2dX+/+h7GuNHAVGdr /RiA== X-Gm-Message-State: ACgBeo1FV/nZUM0pXcdKi3PFK0epIdorayot/iRqZnp+BUDF1qNL5xAt 2vXVK8wtIZcN7ejqNqkQd4LIyw== X-Google-Smtp-Source: AA6agR5p4nR+y35snY26x0UyYxSIXrJWfcdRiHO/Z9Dia1hk7BuyQktupXO8fIL4Mg5lNVSoKSz/Zw== X-Received: by 2002:a05:620a:4050:b0:6b5:d2bf:f570 with SMTP id i16-20020a05620a405000b006b5d2bff570mr14626323qko.421.1659985694532; Mon, 08 Aug 2022 12:08:14 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id p25-20020ac84619000000b0031efc91644fsm1126506qtn.33.2022.08.08.12.08.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 12:08:13 -0700 (PDT) Date: Mon, 8 Aug 2022 15:08:11 -0400 From: Tom Rini To: Ramon Fried Cc: marek.behun@nic.cz, vladimir.oltean@nxp.com, t.karthik.reddy@xilinx.com, michal.simek@amd.com, ariel.dalessandro@collabora.com, michael@amarulasolutions.com, wd@denx.de, nate.d@variscite.com, radu-nicolae.pirea@oss.nxp.com, u-boot@lists.denx.de, rasmus.villemoes@prevas.dk Subject: Re: [PATCH] net: phy: Remove inline definitions from convinience functions Message-ID: <20220808190811.GM1146598@bill-the-cat> References: <20220605004415.2933536-1-rfried.dev@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="H0qL2qgmlRRj+WzN" Content-Disposition: inline In-Reply-To: <20220605004415.2933536-1-rfried.dev@gmail.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 --H0qL2qgmlRRj+WzN Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 05, 2022 at 03:44:15AM +0300, Ramon Fried wrote: > The convinience functions are not that small and they caused > bloated text segments because of their usage. > There was no need to inline them in the first place, as > they're not part of a fastpath. >=20 > Signed-off-by: Ramon Fried > Reviewed-by: Michael Trimarchi > Reviewed-by: Marek Beh=FAn > Reviewed-by: Vladimir Oltean Applied to u-boot/master, thanks! --=20 Tom --H0qL2qgmlRRj+WzN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmLxXxsACgkQFHw5/5Y0 tywfigwAlfLNGBL00RZpoEo0KfPln0uwP7wrOjxAW0j/q8dFat989U4hb/hlL6uc iA5N0+GGaJa7ZGwzofl47WYmDlPlyQSFftNAVzmR1UkTa7FMNSqy+bAf91l11JRx umiUv5Y7SvtCCzwHtvBEKjR5iVt9cZsUPcjlphjxoOTssUV4Utj5f+Ub43b3/bXR x4G6fpsg4wWU7JnopGZXZEXczH43y4iWzTSUWpRUUv1uQAEtaf3Co9qiQjpRIN2F DhYRRs9AqajvpJQ+VabFJ5ljrjjH9twaFgAGb3s0G0NWyFKIa8ExBBif3+VNTeKq V1iSzUfCZzTbWJwAtXMfoBC6fkrd9SXQsPf5Am8BGtfWUkf8XJNrt643e8sp6wYb Iy5n2q0msF+Hfc5FSHlU4081s2WDUG7KED+/uquCk01J8EtIp26UY2d9QhZcNwOh dcKVyb/iC3HseEZHe8nZUxpmIy489cp7KVCtDPMJIcHT06XkHHD/yNo7So+e2buB k65XFXaB =hKft -----END PGP SIGNATURE----- --H0qL2qgmlRRj+WzN--