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 9F409C433F5 for ; Thu, 13 Jan 2022 01:51:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 68BB48327E; Thu, 13 Jan 2022 02:51:17 +0100 (CET) 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="bJ3W72A+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C21E38326B; Thu, 13 Jan 2022 02:51:12 +0100 (CET) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 6E7A3832E9 for ; Thu, 13 Jan 2022 02:51:03 +0100 (CET) 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-x82c.google.com with SMTP id q24so1533340qtp.5 for ; Wed, 12 Jan 2022 17:51:03 -0800 (PST) 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; bh=+nkdJwBo0MSTR6MNQTEPXJItzV57ONG4wQOYZ90ehDM=; b=bJ3W72A+4HLp7QYZayViz4TSwxH5q3YjKyR25A3/umi66QLtrOhh+Qhpa4GHGkDb/a WZwNO9AggVkcCVX+QkD/m4kf1HNpaq7iOlvlvrYQa/Mf08rB54jm8bF9l+bbUcbfaiKp SoCBqKijlOs8+bQgkuP1BFCKEFJXPxGuEij1s= 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; bh=+nkdJwBo0MSTR6MNQTEPXJItzV57ONG4wQOYZ90ehDM=; b=Z53jM/qE9YQqnNj4i1Y2tCxDbtTeKcNNYMq0gfHUEfdu/dT7hCBK8iHBJfssn/JD6Z F5mJ6ljKv/KU38kU1iumK615VK+mMbSB/8mjVYPntoLXr/s2CwN7audtHIYpLgPql+JU 2C62rFSYWfQ8XU3LB4nG/yLcjLh59QiJdXRFZ/zhrjfTrofYU4wQG1Den1zS+RW10uFU /PeEN3qRLiMxjYfiSFe9s9cfcU3obpipU8QtZdwnMjtNh+cHER5CO1iEZQl+RWdPO0JP j1ktnCqe1N+rJiTCwRvPf4osJci26SWvYoQMLdLdC8MjB6llKIr/lc62X5gxVzzOW34K zUUg== X-Gm-Message-State: AOAM532ebHNl15oq2QU9HeWO0ALhKKc2hhkY5nCSbqxFibFSJpvoH4F6 Z6ziDnpsAkjvEnJmsAvC7T6oDmKS4lWj1A== X-Google-Smtp-Source: ABdhPJz/vApQKFz1ZAX3O09Ew43AQWQ3ml6okiL30TTGsZFhKKMZNAzmk1I2/GgnLl1WQZzOcB9vnA== X-Received: by 2002:a05:622a:1455:: with SMTP id v21mr2046035qtx.358.1642038662171; Wed, 12 Jan 2022 17:51:02 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2440-966a-5ce3-c6d0.res6.spectrum.com. [2603:6081:7b01:cbda:2440:966a:5ce3:c6d0]) by smtp.gmail.com with ESMTPSA id y12sm1097376qkp.119.2022.01.12.17.51.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Jan 2022 17:51:01 -0800 (PST) Date: Wed, 12 Jan 2022 20:50:59 -0500 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Stefan Roese , Simon Glass , Bin Meng , Bharat Gooty , u-boot@lists.denx.de Subject: Re: [PATCH u-boot-next 3/4] pci: pcie_iproc: Use PCIE_ECAM_OFFSET() macro Message-ID: <20220113015059.GK9207@bill-the-cat> References: <20211124170033.4137-1-pali@kernel.org> <20211124170033.4137-4-pali@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KZLWU/9q3evlN4nQ" Content-Disposition: inline In-Reply-To: <20211124170033.4137-4-pali@kernel.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.2 at phobos.denx.de X-Virus-Status: Clean --KZLWU/9q3evlN4nQ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 24, 2021 at 06:00:32PM +0100, Pali Roh=E1r wrote: > Replace custom driver macros by PCIE_ECAM_OFFSET() macro from pci.h >=20 > Signed-off-by: Pali Roh=E1r Applied to u-boot/master, thanks! --=20 Tom --KZLWU/9q3evlN4nQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHfhYMACgkQFHw5/5Y0 tyzuAAv/dSgcOJoGtcGrUZSfvYxpcQpjCX/XbENr0LnlpUrer+JkAXvEqrq+MtAj jOs9MhnwUF95MO7z/yAgFtc3bZYooP7nB/PiE8xIs0VDGoaJs1ueaFU3axmzTdUK OXvqL4RzD8u4J8NJeQZVB680QBJyRq0s0vk1fGObBXTfWdcdbaj73c8PcSYp3+E1 46Wf3IagW8QZVJYv082JysajftUFZ1zB/LTvkrQNckasmmZxtPBljDXMxjTdn+Nt CTt8PRbVqdeHI7FSm7FjyShgeRJdZgDRzg4Zfgg5yuXGTK6EO1sFDgC/4fWqWASf Gy9hrK3uZl43sDq2YAebAJkwzzhrBM19yjn8iWo7d/6THNv3tD+hmW+k5pODTn02 tZUNMdHaG9LkL3DbJkGelClOuZDaPwLh5cVBSOLX4u6ZxHuKljhf+VPQ1lqM8DeY CHySTxfxQjYpBrqnzU1cSnpga7xtXmIvJGDS1rWRetVUOlQ/qLjAU9JmcKOvj3yJ hftpMhrF =1fQF -----END PGP SIGNATURE----- --KZLWU/9q3evlN4nQ--