All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Power management callbacks for irqchips
@ 2015-11-04 20:15 ` Soren Brinkmann
  0 siblings, 0 replies; 12+ messages in thread
From: Soren Brinkmann @ 2015-11-04 20:15 UTC (permalink / raw)
  To: Thomas Gleixner, Lars-Peter Clausen
  Cc: Linus Walleij, Alexandre Courbot, Michal Simek, Grygorii Strashko,
	linux-arm-kernel, linux-kernel, linux-gpio, Soren Brinkmann

Hi,

we recently discussed how to handle power management with GPIO devices
that can generate interrupts here: https://lkml.org/lkml/2015/10/23/305.
At the end of that discussion stood Lars' suggestion to add a new pair of
callbacks to the irqchip for this purpose. This is a first, naive
implementation of that approach.

        Thanks,
        Sören

v2:
 - add mailing lists (sorry for forgetting that in v1)

Sören Brinkmann (2):
  genirq: Add irq_pm_(get|put) callbacks to the irqchip
  gpio: zynq: Implement irq_pm_(get|put)

 drivers/gpio/gpio-zynq.c | 20 ++++++++++++++++++++
 include/linux/irq.h      |  4 ++++
 kernel/irq/internals.h   | 14 ++++++++++++++
 kernel/irq/manage.c      | 20 ++++++++++++++++----
 4 files changed, 54 insertions(+), 4 deletions(-)

-- 
2.6.2.3.ga463a5b

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

end of thread, other threads:[~2015-11-09 15:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 20:15 [PATCH v2 0/2] Power management callbacks for irqchips Soren Brinkmann
2015-11-04 20:15 ` Soren Brinkmann
2015-11-04 20:15 ` Soren Brinkmann
2015-11-04 20:15 ` [PATCH v2 1/2] genirq: Add irq_pm_(get|put) callbacks to the irqchip Soren Brinkmann
2015-11-04 20:15   ` Soren Brinkmann
2015-11-04 20:15   ` Soren Brinkmann
2015-11-04 20:16 ` [PATCH v2 2/2] gpio: zynq: Implement irq_pm_(get|put) Soren Brinkmann
2015-11-04 20:16   ` Soren Brinkmann
2015-11-04 20:16   ` Soren Brinkmann
2015-11-09 15:00   ` Grygorii Strashko
2015-11-09 15:00     ` Grygorii Strashko
2015-11-09 15:00     ` Grygorii Strashko

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.