From: Linus Walleij Date: Tue, 16 Oct 2012 19:00:09 +0000 (+0200) Subject: gpio/tegra: convert to use linear irqdomain X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~87^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0235677311cbd404a3dcd3c0f24bf15dd24dd36;p=pandora-kernel.git gpio/tegra: convert to use linear irqdomain The Tegra driver tries to do the work of irq_domain_add_linear() by reserving a bunch of descriptors somewhere and keeping track of the base offset, then calling irq_domain_add_legacy(). Let's stop doing that and simply use the linear IRQ domain. For this to work: use irq_create_mapping() in the IRQ iterator so that the descriptors get allocated here. Cc: Rob Herring Cc: Grant Likely Tested-by: Stephen Warren Acked-by: Stephen Warren Signed-off-by: Linus Walleij --- Reading git-diff-tree failed