From: Gregory CLEMENT Date: Fri, 25 Jan 2013 16:59:27 +0000 (+0100) Subject: gpio: pca953x: use simple irqdomain X-Git-Tag: v3.9-rc1~76^2~12^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e8f2fdacf1d44651aa7e57063c76142d1f4988b;p=pandora-kernel.git gpio: pca953x: use simple irqdomain This switches the legacy irqdomain to the simple one, which will auto-allocate descriptors, and also make sure that we use irq_create_mapping() in the to_irq function. Also use the map function of irq_domain_ops to setup the irq configuration on demand and no more statically during the initialization of the driver. Based on a initial patch from Linus Walleij Signed-off-by: Gregory CLEMENT Signed-off-by: Linus Walleij --- Reading git-diff-tree failed