From: Nishanth Menon Date: Thu, 26 Jun 2014 07:10:31 +0000 (+0530) Subject: irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar... X-Git-Tag: omap-for-v3.17/dt-part1~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7d2fb71dd0c14f9c0fe66f2ed7b4685fa745e2;p=pandora-kernel.git irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mapping Currently we attempt to map any crossbar value to an IRQ, however, this is not correct from hardware perspective. There is a max crossbar event number upto which hardware supports. So describe the same in device tree using 'ti,max-crossbar-sources' property and use it to validate requests. [ jac - remove MAX_SOURCES from binding doc, use integer because we shouldn't put implementation details in the binding docs ] Signed-off-by: Nishanth Menon Signed-off-by: Sricharan R Acked-by: Santosh Shilimkar Link: https://lkml.kernel.org/r/1403766634-18543-14-git-send-email-r.sricharan@ti.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed