All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] irqchip: dw-apb-ictl: add irq_set_affinity support
@ 2015-07-04  5:19 ` Jisheng Zhang
  0 siblings, 0 replies; 28+ messages in thread
From: Jisheng Zhang @ 2015-07-04  5:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Marvell Berlin SoCs, the cpu's local timer is shutdown when the cpu
goes to a deep idle state, then the timer framework will be notified to
use a broadcast timer instead. The broadcast timer uses dw-apb-ictl as
interrupt chip, these patches try to add irq_set_affinity support so
that the going to deep idle state cpu can set the interrupt affinity of the
broadcast interrupt to avoid unnecessary wakeups and IPIs.

Changes since v1:
 - Add a simple test and its result into the second patch's commit msg.

Jisheng Zhang (2):
  irqchip: dw-apb-ictl: add private data structure
  irqchip: dw-apb-ictl: add irq_set_affinity support

 drivers/irqchip/irq-dw-apb-ictl.c | 47 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 42 insertions(+), 5 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-07-05 13:11 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04  5:19 [PATCH v2 0/2] irqchip: dw-apb-ictl: add irq_set_affinity support Jisheng Zhang
2015-07-04  5:19 ` Jisheng Zhang
2015-07-04  5:19 ` [PATCH v2 1/2] irqchip: dw-apb-ictl: add private data structure Jisheng Zhang
2015-07-04  5:19   ` Jisheng Zhang
2015-07-04  5:19 ` [PATCH v2 2/2] irqchip: dw-apb-ictl: add irq_set_affinity support Jisheng Zhang
2015-07-04  5:19   ` Jisheng Zhang
2015-07-04  8:26   ` Russell King - ARM Linux
2015-07-04  8:26     ` Russell King - ARM Linux
2015-07-04  8:50     ` Jisheng Zhang
2015-07-04  8:50       ` Jisheng Zhang
2015-07-04  9:25       ` Russell King - ARM Linux
2015-07-04  9:25         ` Russell King - ARM Linux
2015-07-04  9:35         ` Jisheng Zhang
2015-07-04  9:35           ` Jisheng Zhang
2015-07-04  9:43           ` Jisheng Zhang
2015-07-04  9:43             ` Jisheng Zhang
2015-07-04  9:53     ` Thomas Gleixner
2015-07-04  9:53       ` Thomas Gleixner
2015-07-04 10:08       ` Russell King - ARM Linux
2015-07-04 10:08         ` Russell King - ARM Linux
2015-07-04 10:33         ` Jisheng Zhang
2015-07-04 10:33           ` Jisheng Zhang
2015-07-04 12:49         ` Thomas Gleixner
2015-07-04 12:49           ` Thomas Gleixner
2015-07-04 13:16           ` Jisheng Zhang
2015-07-04 13:16             ` Jisheng Zhang
2015-07-04 13:42             ` Thomas Gleixner
2015-07-04 13:42               ` Thomas Gleixner

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.