Re: [PATCH] of/irq: Fix msi-map calculation for nonzero rid-base

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 09/02/16 16:08, Mark Rutland wrote:
[...]

having msi-map-mask clash with a nonzero rid-base, as that's another
thing one can easily get wrong.

[...]

+		if (rid_base & ~map_mask) {
+			dev_err(parent_dev,
+				"Invalid msi-map translation - msi-map-mask (0x%x) ignores rid-
base (0x%x)\n",
+				map_mask, rid_base);
+			return rid_out;
+		}

[...]

                    msi-map = <0x0100 &its 0x11 0x1>;
                    msi-map-mask = <0xff>;


I'd say that this is an inconsistent set of properties, and it's
probably worth warning if we encounter this. There is no possible way
that rid-base can be encountered.

Indeed ;)

Robin.

Thanks,
Mark.


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]
  Powered by Linux