Re: [PATCH] gpio: omap: get rid of the conditional PM runtime calls

From: Tony Lindgren
Date: Fri Sep 28 2018 - 18:33:54 EST


* Grygorii Strashko <grygorii.strashko@xxxxxx> [180928 21:44]:
> As result safely drop !BANK_USED() checks from omap_gpio_request/free(),
> omap_gpio_irq_bus_lock/unlock() and enable PM runtime management for OMAP
> GPIO IRQ chip.

Nice to get rid of the conditional PM runtime calls :)

Tony