[PATCH v5 1/4] Docs: dt: Add PCI MSI map bindings
From: David Daney <hidden>
Date: 2015-10-09 16:12:35
Also in:
linux-devicetree, linux-pci, lkml
On 10/09/2015 06:20 AM, Rob Herring wrote:
On Thu, Oct 8, 2015 at 5:10 PM, David Daney [off-list ref] wrote:quoted
From: Mark Rutland <mark.rutland@arm.com> Currently msi-parent is used by a few bindings to describe the relationship between a PCI root complex and a single MSI controller, but this property does not have a generic binding document. Additionally, msi-parent is insufficient to describe more complex relationships between MSI controllers and devices under a root complex, where devices may be able to target multiple MSI controllers, or where MSI controllers use (non-probeable) sideband information to distinguish devices. This patch adds a generic binding for mapping PCI devices to MSI controllers. This document covers msi-parent, and a new msi-map property (specific to PCI*) which may be used to map devices (identified by their Requester ID) to sideband data for each MSI controller that they may target. Acked-by: Marc Zyngier <redacted> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: David Daney <redacted>I acked v3. Please add it so I can stop paying attention.
My apologies for missing that. The Acked-by is now in my local tree. Can the MSI maintainer take it as is and add your Acked-by? If not, I can resend with this added. Thanks for taking the time to review it, David Daney