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 89D1AC433F5 for ; Sat, 29 Jan 2022 18:49:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 49578836A1; Sat, 29 Jan 2022 19:48:55 +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="OucdvPUe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9997783575; Sat, 29 Jan 2022 19:48:50 +0100 (CET) Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) (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 8B6888192A for ; Sat, 29 Jan 2022 19:48:47 +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-qv1-xf2b.google.com with SMTP id b4so4069983qvf.0 for ; Sat, 29 Jan 2022 10:48:47 -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=euRvWLa33QZ1cmdf+WbEG+Z8mQ4oqWROKGF+a5P6+Gs=; b=OucdvPUeutJMHHaQEjuYDXHVgM7YLBl9b9WlDuCZzVh2W9jXzCR6OKFpiCop/5/F/+ 7uOqW0mQcmq2XCH4dq4VCVOg07xeyeVYpwxyz2A9RFdwZS5I+syi3ykGo01L+J0ZsCc5 ee5EOipY848QRI3EKOFCiEJ4BWZLY5pT5/7uQ= 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=euRvWLa33QZ1cmdf+WbEG+Z8mQ4oqWROKGF+a5P6+Gs=; b=ojpkCebTiMhcU9IhHWLGjR4dOt0J+xdTxusu7e0vZk4DgKl7A79fGNkHC2qdfzfWDc YDhdQoWLMSF5Rd2KvVSKjGsk/8bUeXqdgdDlCIRKOw66mnjv172NICYL1s0ch0coXEJS G+GZfIPoW55ukPCBYQmMZpqEBruxlZnD+J/nErZxkG7UShIVVSy5D8j5GiH0qMgmz9qd Mmfwk6EV0c2P6YNdcSsYIJBtihpO5v3QwmkIDTSYtLuP30qf2Q2FozhEQpQeqNyS+EwG 28ZuJyJ69RMeJPbXxKoFm+38wqZBspb29QhUrDKG8ML7pIKwq+2Hv28OWpGGp7eBG/rV Enqw== X-Gm-Message-State: AOAM5324tJpoNO68WEm+ONZyUO/gX6xG10Y5I8Kls5TzC4bVsrP7Pvd/ GUTCL4V79+X8cSQ/4VA9kEjkCHSbAt/enQ== X-Google-Smtp-Source: ABdhPJw1jHzp/YR0bddubu2Gc63bBAUuuiKtciTVQlT6zkCvSbrmRJaMRX9e3ypuwmf/IICmV/tXaQ== X-Received: by 2002:ad4:5f49:: with SMTP id p9mr12008804qvg.110.1643482126463; Sat, 29 Jan 2022 10:48:46 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id bs8sm1915441qkb.103.2022.01.29.10.48.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jan 2022 10:48:45 -0800 (PST) Date: Sat, 29 Jan 2022 13:48:44 -0500 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Bin Meng , Simon Glass , Stefan Roese , Marek =?iso-8859-1?Q?Beh=FAn?= , u-boot@lists.denx.de Subject: Re: [PATCH 1/4] pci: Fix setting controller's last_busno Message-ID: <20220129184844.GR7515@bill-the-cat> References: <20220117153840.31173-1-pali@kernel.org> <20220117153840.31173-2-pali@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6IGTAXksYJqONypD" Content-Disposition: inline In-Reply-To: <20220117153840.31173-2-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.5 at phobos.denx.de X-Virus-Status: Clean --6IGTAXksYJqONypD Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 17, 2022 at 04:38:37PM +0100, Pali Roh=E1r wrote: > Initially it is set to dev_seq but update to the last bus number is > missing. Fix it. >=20 > Signed-off-by: Pali Roh=E1r > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! --=20 Tom --6IGTAXksYJqONypD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmH1jAwACgkQFHw5/5Y0 tywXNgv9GkwaVhDF3ulhjoC1Wo6jWYkGd/w0WxhbTgRryx/n1RLYibu5YKpZyVG3 fXnATZA9cYRz/AdAAO7oq+9qfk/v5N1QE6oerSyCZGr6BCt5GcA2fUG4ZlPJ6ovF ijKE/Eb2sNZzpy0iCk8sZb+X0x4kXTM5kdf4nKWd5Q7OeIgjv9OoBZh0tCEMqZZl 6H51zGvSC53BPe/zAQnkUwiBmSKhdMeewZitKQ+5lbsy9NIK1BsmSLxPN3izBaPK QZkvatJIYxV7UQ8bIkj2fTQv9mrSNYzCvl0ONLPysWOtlyhJ0xq0HwVC8RXmF9Po i/0j9H21O6lGsBOcBqPY91UV2jdm66jpjq3rIh2w8lI6NR4z+nVQskD5cUDPweXu V7wsWM1/ryIKvruutRJNOB6L0LfKuLEN5p9S7z61GhHicDYNVlgRazVEGIRGxzSR icjcb1qEUXERerWyHwWr0Z9q7Ad5w18WmXQBgMiJ+m2Ik/9coQ3KyK3fNQ2hNTkK Xi2kSw89 =bxFJ -----END PGP SIGNATURE----- --6IGTAXksYJqONypD--