All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] omap gpio add level idle, cpu_pm and drop runtime_irq_safe
@ 2018-09-20 19:35 ` Tony Lindgren
  0 siblings, 0 replies; 22+ messages in thread
From: Tony Lindgren @ 2018-09-20 19:35 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot; +Cc: linux-gpio, linux-omap, linux-arm-kernel

Hi,

Here's v2 of the patches to add support for omap4 and later level interrupt
idle support, get rid of the custom pm calls, and finally after these we can
drop pm_runtime_irq_safe().

Linus, assuming people are happy with these, I'd appreciate an immutable branch
with these in case we run into merge conflicts for arch/arm/mach-omap2 changes.

Regards,

Tony


Changes since v1:
- Fix issue noted in v1 set and update comments accordingly

- Don't call pm_runtime from cpu_pm to avoid further dependencies to
  pm_runtime_irq_safe() as discussed offline with Grygorii

- Add a patch to drop pm_runtime_irq_safe() as it's no longer needed

Tony Lindgren (3):
  gpio: omap: Add level wakeup handling for omap4 based SoCs
  gpio: omap: Remove custom PM calls and use cpu_pm instead
  gpio: omap: Get rid of pm_runtime_irq_safe()

 arch/arm/mach-omap2/pm24xx.c            |   7 +-
 arch/arm/mach-omap2/pm34xx.c            |  14 +-
 drivers/gpio/gpio-omap.c                | 331 ++++++++++++++++--------
 include/linux/platform_data/gpio-omap.h |  15 +-
 4 files changed, 237 insertions(+), 130 deletions(-)

-- 
2.19.0

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-09-25 14:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20 19:35 [PATCHv2 0/3] omap gpio add level idle, cpu_pm and drop runtime_irq_safe Tony Lindgren
2018-09-20 19:35 ` Tony Lindgren
2018-09-20 19:35 ` [PATCH 1/3] gpio: omap: Add level wakeup handling for omap4 based SoCs Tony Lindgren
2018-09-20 19:35   ` Tony Lindgren
2018-09-21  5:45   ` Keerthy
2018-09-21  5:45     ` Keerthy
2018-09-20 19:35 ` [PATCH 2/3] gpio: omap: Remove custom PM calls and use cpu_pm instead Tony Lindgren
2018-09-20 19:35   ` Tony Lindgren
2018-09-20 23:01   ` Grygorii Strashko
2018-09-20 23:01     ` Grygorii Strashko
2018-09-20 23:47     ` Tony Lindgren
2018-09-20 23:47       ` Tony Lindgren
2018-09-21  0:58       ` Grygorii Strashko
2018-09-21  0:58         ` Grygorii Strashko
2018-09-20 19:35 ` [PATCH 3/3] gpio: omap: Get rid of pm_runtime_irq_safe() Tony Lindgren
2018-09-20 19:35   ` Tony Lindgren
2018-09-22  3:12 ` [PATCHv2 0/3] omap gpio add level idle, cpu_pm and drop runtime_irq_safe Grygorii Strashko
2018-09-22  3:12   ` Grygorii Strashko
2018-09-25  6:53 ` Linus Walleij
2018-09-25  6:53   ` Linus Walleij
2018-09-25 14:35   ` Tony Lindgren
2018-09-25 14:35     ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.