Commits

Uwe Kleine-König committed 3621f188b94
arm/imx/gpio: use fls to find set bits in the irq status register As in most cases only few irqs are pending using fls is more effective than looping over all bits. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>