From: Linus Walleij Date: Wed, 26 Sep 2012 17:03:51 +0000 (+0200) Subject: pinctrl/nomadik: use simple or linear IRQ domain X-Git-Tag: v3.7-rc1~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6054b9cae24f7ff09e502cea408dad140210681a;p=pandora-kernel.git pinctrl/nomadik: use simple or linear IRQ domain This alters the Nomadik pinctrl driver to: - Call irqdomain_add_linear() for the DT case so we get all independent from IRQ numbers in this case. - Call irqdomain_add_simple() for the legacy case, which allocates the IRQ descriptors for the Nomadik pin controller dynamically. Cc: Lee Jones Cc: Rob Herring Signed-off-by: Linus Walleij --- Reading git-diff-tree failed