Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1228250

Re: [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs.

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs.
Date Fri, 18 Sep 2015 21:50:02 +0200
Message-ID <qa9Ps-3OD-11@gated-at.bofh.it> (permalink)
References <q9Qa5-OT-3@gated-at.bofh.it> <q9Yhk-4et-9@gated-at.bofh.it> <qa9Ps-3OD-13@gated-at.bofh.it>
X-Original-To David Daney <ddaney@caviumnetworks.com>
User-Agent KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; )
MIME-Version 1.0
Content-Transfer-Encoding 7Bit
Content-Type text/plain; charset="us-ascii"
X-Provags-ID V03:K0:goY4mh5nvmCSgbr6QxB+DxBHtMLp5jzqO7yNywYABEwWORKW3eV ZPSlyMxOqdjXyhIBhlocdfXQOlzxBKxdQcXrVyaOxy2Y4QI2WNSEC9B6S2EZVkcCiRzypjG JuwB3Mnyyb869PX6bbbwpJwh972GBVTlfrJM3Y8W1ftUlfI+fbS57rT7C6Klss07FbnxkqC 2KkP8QyBgKbPxNqP2oTKw==
X-Ui-Out-Filterresults notjunk:1;V01:K0:tAB9OD0mscc=:Fvznae/XDRD0SITUAtOtvN g4kGgYXTZ+7QdIQHBiufWyVcIW/wg4eZO1LvfJ48NfSYqvfQkhSagmrkdPOGOspP76YYoz0Pb CPTJxGbqAc+jBUM3vrkS0hVwTCgDPi2k++zxkjHMWIX3dqdlzSru0aYTDfdi1SiOy1Kh6FRIO 09shtYGp+N2fJlDwL1B0QYCdqASYmkclNwakgf6O8LS9+nSud5IcEnFJOmrtBoiYV/kA/8r+E GAkcx19MaZlYfE1YVR4LMfoFL5bRfJ2uuIvZGU+bbTeHTiIRNsvGpwJmt3ggritmpEsgxUulh x4HVMDOONpvZ0Qs6VHfapeqSSgZdGy2y6Erk2UTECExMvfkRufzM6sbn/7l8zmDAXQoqRTycp 4K91nq+nZJIXAEZmcfKVwpbe4FYn83OUwJmi29IYp6p5tgyiErlPFtQuEyDsoCdhPtG7+W+dJ NDe2bYTZ4S+M8qSBu8kf4DVCIIPGCSK68dI+iegEo4nSG+TkR9ILYsh5hYIiICag0np3xv2zh hn9njqfZ1R/1SEdtBT46GcFn/3VlDCau8ENv20XBl+dvqAINzBLobRuMJnbgde4RK3WmU4G9y 8jq0hUV78sWAvCOg1PFmX9/RTefdql82eL6BxEJToiGusRxx++ikBLE/OyQmy3kqP7Gb1GKa5 4wgzewvlpTETk79l8Y/BGvEWBGH8UOSoFTPU7R4ncgMoX8O6NdVfop4lat7sGHVAITlqaYwMl LjMQTs8yLBCwFFku
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 60
Organization linux.* mail to news gateway
X-Original-Cc linux-arm-kernel@lists.infradead.org, David Daney <ddaney.cavm@gmail.com>, linux-kernel@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>, linux-pci@vger.kernel.org, Will Deacon <will.deacon@arm.com>, Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, Ian Campbell <ijc+devicetree@hellion.org.uk>, Kumar Gala <galak@codeaurora.org>, devicetree@vger.kernel.org, Marc Zyngier <marc.zyngier@arm.com>, David Daney <david.daney@cavium.com>
X-Original-Date Fri, 18 Sep 2015 21:45:50 +0200
X-Original-Message-ID <2512701.zkjk3n3AQS@wuerfel>
X-Original-References <1442529694-1792-1-git-send-email-ddaney.cavm@gmail.com> <3066583.BWDZlYWxXU@wuerfel> <55FC4330.10302@caviumnetworks.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1228250

Show key headers only | View raw


On Friday 18 September 2015 10:00:32 David Daney wrote:
> On 09/18/2015 12:19 AM, Arnd Bergmann wrote:
> > On Thursday 17 September 2015 15:41:33 David Daney wrote:
> >> From: David Daney <david.daney@cavium.com>
> >>
> >> The on-chip devices all have fixed bars.  So, fix them up.
> >>
> >> Signed-off-by: David Daney <david.daney@cavium.com>
> >>
> >
> > You should be able to just mark the BARs as fixed in DT
> 
> In the case of ACPI, there is no DT.  So we would need a different 
> solution for ACPI.  What would you recommend for ACPI?

I would expect that this does not matter at all on ACPI, because
the devices that need it are not hot-plugged, and all boot-time
devices are probed by the firmware: the ACPI PCI implementation
does not reassign any BARs, except for the hotplug case.

> Also, can you point me to the OF device tree specification where it 
> tells how to specify PCI BAR addresses, I would especially be interested 
> in knowing how to specify fixed SRIOV BAR addresses in the device tree.

This is the 'n' bit mentioned sections 2.1.3 and 2.2.1.1 of the
PCI binding. When it is set, the OS is not supposed to try to
reassign the BAR even on machines that otherwise do a complete
rescan.

The PCI binding traditionally requires you to list all PCI devices
in DT, Linux as an extension (for the flattened DT format) allows
leaving out the devices, but in this case you probably need to
list every device that has a fixed BAR.

> Yes, it is a bit of a hack.  That is why I put it in its own file, and 
> only try to hack up PCI devices that exactly match the vendor and device 
> ids that need fixing.
> 
> IMHO, putting infrastructure into drivers/pci/probe.c, et al. to handle 
> this would be much more intrusive.

My guess is that it's already there, but even if it's not, this is a
generic well-defined case that has a standardized binding, and we should
implement that.

> For the record:  The PCI Enhanced Allocation (EA) capability (approved 
> by PCI SIG on 23 October 2014) is the proper way to handle this going 
> forward.  However, this is not yet implemented in the SoCs that this 
> patch addresses.  Our plan is to implement the EA capability in the core 
> PCI code, so that we do not need to keep adding devices to this fixup code.

Good, but still this should only be required for the embedded case where
you don't have a firmware to probe the bus.

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs. David Daney <ddaney.cavm@gmail.com> - 2015-09-18 00:50 +0200
  Re: [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs. Arnd Bergmann <arnd@arndb.de> - 2015-09-18 09:30 +0200
    Re: [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs. Arnd Bergmann <arnd@arndb.de> - 2015-09-18 21:50 +0200

csiph-web