From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D5E592F80 for ; Sun, 22 Aug 2021 16:10:11 +0000 (UTC) Received: by mail-wm1-f48.google.com with SMTP id f13-20020a1c6a0d000000b002e6fd0b0b3fso10720482wmc.3 for ; Sun, 22 Aug 2021 09:10:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=R7ftxM96YAq/VWL5+bWMfsnR3bh1EBHc546zzPpFbiU=; b=LGP4ALA/JTlwPIgsdrrLU6uI7R7+r40480lxGGI68rxhMYGHzVLJcOkmkb8m9SDvDh PtJbcdWv3EQappKQ8ntAoV1csSxQAQY7zkpz/afZeuAl6PI1kNVQd04tAevto7uBrxXR UYCtQoo2GHWPN/mol+ljL8DTJ+aurnCiGtw98z8idB1aCbCIOuQHmcUd5Hr+6s2Hg/HS xdJzH6fmpqau0aUmU/PbfnPZtiVtuz4nyXk1Esxy2sFMoVioqPf0Nb0bvvrQas+xwSKk k9+qOFpKXa/Nx2RU9qX7CWpTocoNvIddeSpv42UW6gU3C1rZa7XS+b7AEtq8ZjH6p9iJ zUfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=R7ftxM96YAq/VWL5+bWMfsnR3bh1EBHc546zzPpFbiU=; b=BLLtu49CB+9yYscWIbpvEdwjf31KdnH90IoLh9gKf5UX9nLX1FTSO7ZIJfEVxxUYTy 1rjq3Aq5Bx51LHMFDz7Pmq1PyRLmDBWSI8vMQpK8JpaT8b4uCxWwI0jX93wxI1L41fXo E5yybZFBSr2hTTVrP+T2Om3KTUsgcTEp+SQd4eTc4r3QEPVR0ANbJYsnmrB7erCVIlJg /QxFc9qh86AqjYmXPXXq8QegsJJ1yEt7yz26rgHhecrfyIhyOfEfdSZWHbaPVeKBJgTF WlvviRmUqYQs2G/KFAblyQZC8sGTS5iTIcqYd8+WaklGcddw/KTrt5v2PQNwQBMbTDrc yKUg== X-Gm-Message-State: AOAM531gM+L/CXRy5iVCxSxfyI8iQ5OY85eAsnlzisqtqdQSsBUqrKK/ k8UV+Cknlw+YJ+SiD45SOgdX8onNwFpl+A== X-Google-Smtp-Source: ABdhPJz0Ifgs694Lr7lE65X7ZFHXH3p5AcKAwElxNzWF/0oSucA9XkoQjob8X7gM/LL5A3TtuEDUxA== X-Received: by 2002:a1c:27c5:: with SMTP id n188mr12575469wmn.126.1629648610344; Sun, 22 Aug 2021 09:10:10 -0700 (PDT) Received: from localhost.localdomain (10.red-83-57-27.dynamicip.rima-tde.net. [83.57.27.10]) by smtp.gmail.com with ESMTPSA id y11sm14861976wru.0.2021.08.22.09.10.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Aug 2021 09:10:09 -0700 (PDT) From: Sergio Paracuellos To: tsbogend@alpha.franken.de Cc: bhelgaas@google.com, matthias.bgg@gmail.com, gregkh@linuxfoundation.org, linux-mips@vger.kernel.org, linux-pci@vger.kernel.org, linux-staging@lists.linux.dev, neil@brown.name, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource' Date: Sun, 22 Aug 2021 18:10:05 +0200 Message-Id: <20210822161005.22467-4-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210822161005.22467-1-sergio.paracuellos@gmail.com> References: <20210822161005.22467-1-sergio.paracuellos@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit We have increase IO_SPACE_LIMIT for ralink platform to get PCI IO resources properly handled using PCI core APIs. To align those changes with driver code we have to set 'ioport_resource' end limit to IO_SPACE_LIMIT to avoid errors. Signed-off-by: Sergio Paracuellos --- drivers/staging/mt7621-pci/pci-mt7621.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index 691030e1a5ed..6301397c3987 100644 --- a/drivers/staging/mt7621-pci/pci-mt7621.c +++ b/drivers/staging/mt7621-pci/pci-mt7621.c @@ -522,6 +522,8 @@ static int mt7621_pci_probe(struct platform_device *pdev) if (!dev->of_node) return -ENODEV; + ioport_resource.end = IO_SPACE_LIMIT; + bridge = devm_pci_alloc_host_bridge(dev, sizeof(*pcie)); if (!bridge) return -ENOMEM; -- 2.25.1