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 9AE8EC6FA99 for ; Fri, 10 Mar 2023 22:39:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231361AbjCJWjI (ORCPT ); Fri, 10 Mar 2023 17:39:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231150AbjCJWjF (ORCPT ); Fri, 10 Mar 2023 17:39:05 -0500 Received: from mail-yw1-x1131.google.com (mail-yw1-x1131.google.com [IPv6:2607:f8b0:4864:20::1131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A3DB12B7DF for ; Fri, 10 Mar 2023 14:39:03 -0800 (PST) Received: by mail-yw1-x1131.google.com with SMTP id 00721157ae682-536c02eea4dso125741157b3.4 for ; Fri, 10 Mar 2023 14:39:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678487942; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=Fy1fGIL2bpoDt3NLA0Y/Pd+S2vU/897Q5DSocMtRARg=; b=OUSRD4Q6LAbVnpah9wnrAMnccjh6wCex45l1qPZ+Ir7Wxjpr8hPNxIjwbD/oDDZKpA Z3IbVI+s+1BHghIdCman7gLgpDHoHNPVGwlLKDlUaT+vS5+h3T3C+LcBFxEpewIJXDa5 tlrPFJ9idj45ssWlFzdTQ+lSdQuX1/80vqn84LxiNmlPd/RKj/2elt1Ox674BzN+7607 h9rE5X/SCMRTswjHlT/017+/zkZdKze+1MYZ3KDExjdNNzeKfFer/5i/BX+3tKjDP5ny c//uYh6hDzSipLxFsQEBqlifGkPQNfI4YtAi01tqCxKGx4PSPzhxHGLLevqqbqBuEiWs frtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678487942; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Fy1fGIL2bpoDt3NLA0Y/Pd+S2vU/897Q5DSocMtRARg=; b=T6jH0cVGwXsMObM6rPQQon6u6rOdXKM+cdznpCnJCU6dBD6B5NijnMSFuw+1kZkCgR PoASmvKDXHJV/KdV/G6DyxN2ZbTd9T1bgJ4uPRhsVttoE6uLf/VcKYhAyDs2u9pBJ6wY OPVBSbp/B1ORMMNMd4kCeYvQBt4r/YIVbCHeJC4PkeJpakT5BbOMysKawm0yR5cm7ZZH ZVRwEn8nT1QeYPwygHzqkLrVfrGaAAqUoxglKCUB70/0KbP2504MYCjUWQyYnoBNB8HC zL6PXlYkx2g8hTQC7DjMHejt8bujbEBbthECVPVST6cIjVIUL5ft82C8YibU42IRsv9N yhKw== X-Gm-Message-State: AO0yUKVB1c9Br40daTHcEfmtO93T3s/KqDXcBspFVt26PliLxSY1yIBd bdOmghj9mBs+uDkrBPMAhmOiGTo7qGOOLACIiLOBIg== X-Google-Smtp-Source: AK7set9GSqXjAMs5/5vdSSS4bpRTDuTGgYofIyyJ3iCHBzSDnSF+Jf2SlfUdi/I9iKS/kGdJUgniqkrHAUGGWDgCg6I= X-Received: by 2002:a81:ac51:0:b0:540:b6c9:66cd with SMTP id z17-20020a81ac51000000b00540b6c966cdmr882596ywj.10.1678487942014; Fri, 10 Mar 2023 14:39:02 -0800 (PST) MIME-Version: 1.0 References: <20220928122539.15116-1-pali@kernel.org> In-Reply-To: From: Linus Walleij Date: Fri, 10 Mar 2023 23:38:50 +0100 Message-ID: Subject: Re: [PATCH] PCI: ixp4xx: Use PCI_CONF1_ADDRESS() macro To: Lorenzo Pieralisi Cc: =?UTF-8?Q?Pali_Roh=C3=A1r?= , Rob Herring , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org 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 Fri, Mar 10, 2023 at 2:57=E2=80=AFPM Lorenzo Pieralisi wrote: > On Tue, Oct 04, 2022 at 09:56:18AM +0200, Linus Walleij wrote: > > On Wed, Sep 28, 2022 at 2:25 PM Pali Roh=C3=A1r wrote= : > > > > > Simplify pci-ixp4xx.c driver code and use new PCI_CONF1_ADDRESS() mac= ro for > > > accessing PCI config space. > > > > > > Signed-off-by: Pali Roh=C3=A1r > > > > I have no way to evaluate this change in my head, once the kernel test = robot is > > happy I can test the patch on IXP4xx. > > If you can manage to test it I can go ahead and merge it. I managed to test it with a oneliner to add the right include on top of v6.3-rc1. Yours, Linus Walleij