Charulatha V <charu@xxxxxx> writes: > @@ -1728,7 +1729,6 @@ static int __devinit omap_gpio_probe(struct platform_device *pdev) > } > > pm_runtime_enable(bank->dev); > - pm_runtime_get_sync(bank->dev); Why do you remove this? > omap_gpio_mod_init(bank, id); This next call accesses GPIO registers and will fault if the GPIO module is reset. You get lucky currently as the GPIO hwmods are not reset on init due to a problem under investigation. (see this patch in Benoit's series) [PATCH v3 6/7] OMAP: hwmod: Temporary prevent reset during _setup for GPIOs Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html