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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63D69C433F5 for ; Fri, 15 Oct 2021 11:53:32 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D807060524 for ; Fri, 15 Oct 2021 11:53:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D807060524 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1CF0783861; Fri, 15 Oct 2021 13:53:21 +0200 (CEST) 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="K2fGrYIE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1844D8382E; Fri, 15 Oct 2021 13:52:39 +0200 (CEST) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (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 E3B8583853 for ; Fri, 15 Oct 2021 13:52:30 +0200 (CEST) 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-qk1-x72e.google.com with SMTP id 77so8193887qkh.6 for ; Fri, 15 Oct 2021 04:52:30 -0700 (PDT) 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=2KL+qQo926YVEQxFk9Y8rb3D53Td0Xga4Qng4cvoCv4=; b=K2fGrYIEezC+OGsrm/y0YYYw9axKJ+2UI8D+FwA+bS9bP+4MkP9xuPfCtE8FhOEcvY ofp5my6Om8lRhiG1FOPFz/o/PkvTNEtVq2pUvynY3cMTa0SPeEwSZJQ1Hz9WMrDyfEo9 fX9YkaXfQ8zKlA1vNnEe/1GIBv1OnPlCjafKM= 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=2KL+qQo926YVEQxFk9Y8rb3D53Td0Xga4Qng4cvoCv4=; b=FeMV4cn619oxiFRDygrFrBiQXRyCtCel3ZcSY8K3O/N1tjh8EWVCY4P7dx3pra021i UK66IemoiHCov1Z3cpwY5DQquCPGOhP1LFEkojCCXs27wiocFtRSvEtzMHEbPkFkqs1I iCQb1y62V4JoaHlxRpE4l6Pner7514aHb/bVPMnFTXnnt2jL91fA+bLN20sTxquOM7p7 MeEZ7FFmktL2uP6t3QjN7c8wv9N+rXc3OJQqpy5wR5rpZTv21OMn+XfKo6/e2CoCG6Vl 9pe8QBT7EuV/UGEKi+Ejbe52o9Ni+Qw02IFaNuCWfw9zWs6Xq/ZggHPeU4nkgi227vTS oqAg== X-Gm-Message-State: AOAM533jICOL3ViNCs6r3Jev1uk945/ONMXGQd/ohGsPgQzldnHXjNyw S5uiKRYzSmruhcRxP/M3fL6jOg== X-Google-Smtp-Source: ABdhPJxuWVdrBb5gRwxEjUTToS/9yX++VXPgBCIf+2mzKyQW4dj9rjsi2UZppCZ2uw4OWI2fBB0YNg== X-Received: by 2002:a37:c01:: with SMTP id 1mr7819153qkm.508.1634298749752; Fri, 15 Oct 2021 04:52:29 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-f8b0-5c25-4d47-ecdb.res6.spectrum.com. [2603:6081:7b01:cbda:f8b0:5c25:4d47:ecdb]) by smtp.gmail.com with ESMTPSA id g5sm2484335qkm.112.2021.10.15.04.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 04:52:29 -0700 (PDT) Date: Fri, 15 Oct 2021 07:52:27 -0400 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Simon Glass , Vladimir Oltean , Bin Meng , Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH 5/5] pci: Fix showing registers Message-ID: <20211015115227.GT7964@bill-the-cat> References: <20211007125101.21811-1-pali@kernel.org> <20211007125101.21811-5-pali@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="G+plRWcOKG+z07X0" Content-Disposition: inline In-Reply-To: <20211007125101.21811-5-pali@kernel.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 --G+plRWcOKG+z07X0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 07, 2021 at 02:51:01PM +0200, Pali Roh=E1r wrote: > Header type is 7-bit number so use all 7 bits when detecting header type > and not only 2 bits. >=20 > Signed-off-by: Pali Roh=E1r > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! --=20 Tom --G+plRWcOKG+z07X0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFpa3sACgkQFHw5/5Y0 tywIBgwAthgwRwUvvjvl1DGeSi3qWij+TQo/SkCVb0snaWqhqt/MczBJKkVjyTpA QHNTw8SK6YjsHpML2l6vVHh2HDAfOPJr4us/vPyrUThcJyQshwsly6tuZoETZIFh 1n7PhMZdrUwP1L7t+wW9i80EfV1oNPBgv3dpUKQ9SVhenKLxtSFWU4KPW+qlakXp pEOwnc9kIo2NrQotWG7nRE3XjfBmu/qnkH73Jt1LDQq1eVyfGAhD0d9G4KKAIXpD Iyy0iPRiqgoV/SZSh/wyB7AVOeiSXi4bsSutywwO7XJ+G5IXAb27L85gw3wk32vb xpdQ2kLevt6+i/FnloOcY51KKRpezNxHQT2TqExEMAWLf+JbL7ffRvhrn98gApXd 1HHD0bO1gXL1moY0H7Sfiqa+N8jVjqSNwSdqt7r5HVXnV9q5lO2APShIpqeKtVmb XAIZEqRkkU7+H2K6IGlHptGnvx8NVY4aJyD1J/nAo5MQhE2zW2ff/5AP8kycGTao s6BKmFXi =qMdj -----END PGP SIGNATURE----- --G+plRWcOKG+z07X0--