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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A05D3C433F5 for ; Thu, 2 Dec 2021 02:42:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354949AbhLBCp1 (ORCPT ); Wed, 1 Dec 2021 21:45:27 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:40334 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354817AbhLBCpU (ORCPT ); Wed, 1 Dec 2021 21:45:20 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id BED39CE2152; Thu, 2 Dec 2021 02:41:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E67E3C53FAD; Thu, 2 Dec 2021 02:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638412887; bh=3m7u+sZ/JfXv7vqQawelWiRYjzHEFtbgYJYUWG9r1b8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=hjCrMloeAlo//c8uV0wTXGJY0VQVzX9ss7WawxL7wQRoAuBKXP0WojV1OZOv4aujV KCtvKUcdYwiK8Q+W2ZiGz8xHCknfrXPF+AME8sulXPEwr4WchGXsDsfg9GFWTg/8jN 4hch1iY5Y7fLi1vXa8GySt12r/DDBlSevFTd2XJcgNbYePsSpep1f3wXVRuYQNweGQ aYarJWYG3EexQmMMETCQoOvgQt73cuu+DL122qwK9gjVpuCynAe/DmHnoxF5AxGQ7z kIIkLxmECwJbaIebeWVqGGGVPdiZwTYtNghm+NvS6bYRqQUe0KoNHgUii9KGHxfuwc c34XVzxEryGyQ== Received: by mail-ed1-f44.google.com with SMTP id t5so110118732edd.0; Wed, 01 Dec 2021 18:41:27 -0800 (PST) X-Gm-Message-State: AOAM53394BURSf8kjVpS1Ms0BpZTSnnu+v1ZaBg0tA3ekV4bWI3d9Lra rZ1gc607Cd13VhXyTzhQd+1mE3gsOzAjHCFRBw== X-Google-Smtp-Source: ABdhPJx3F1WjNpDHru/DM96kME/hsAFfccUE3YKHA93VV80AISgDEazU3AyQVF7UBufYAD4s9o/PG7DqPjwpNjKq0MU= X-Received: by 2002:a17:906:9941:: with SMTP id zm1mr11679319ejb.466.1638412886275; Wed, 01 Dec 2021 18:41:26 -0800 (PST) MIME-Version: 1.0 References: <20211101180243.23761-1-tharvey@gateworks.com> In-Reply-To: From: Rob Herring Date: Wed, 1 Dec 2021 20:41:14 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] PCI: imx: do not remap invalid res To: Hongxing Zhu Cc: "tharvey@gateworks.com" , Jingoo Han , Gustavo Pimentel , Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Bjorn Helgaas , "linux-pci@vger.kernel.org" , open list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 1, 2021 at 6:48 PM Hongxing Zhu wrote: > > > > -----Original Message----- > > From: Tim Harvey > > Sent: Thursday, December 2, 2021 6:07 AM > > To: Jingoo Han ; Gustavo Pimentel > > ; Rob Herring ; > > Lorenzo Pieralisi ; Krzysztof Wilczy=C5=84sk= i > > ; Bjorn Helgaas ; > > linux-pci@vger.kernel.org > > Cc: open list ; Hongxing Zhu > > > > Subject: Re: [PATCH] PCI: imx: do not remap invalid res Please fix your quoting style with all the headers (hint: don't use Outlook). It's base64 encoded too which isn't ideal for maillists, but somewhat tolerated nowadays. > > > > On Mon, Nov 1, 2021 at 11:03 AM Tim Harvey > > wrote: > > > > > > On imx6 and perhaps others when pcie probes you get a: > > > imx6q-pcie 33800000.pcie: invalid resource > > > > > > This occurs because the atu is not specified in the DT and as such it > > > should not be remapped. > > > > > > Cc: Richard Zhu > > > Signed-off-by: Tim Harvey > [Richard Zhu] Please merge Rob's commit log changes. The maintainer tools do that automatically. > Then, Acked-by: Richard Zhu But probably not when you prefix your tag with 'Then, '... :( Rob