Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1176616
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] irqchip: dw-apb-ictl: add irq_set_affinity support |
| Date | 2015-07-03 16:40 +0200 |
| Message-ID | <pIaid-1dJ-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] irqchip: dw-apb-ictl: add irq_set_affinity support Jisheng Zhang <jszhang@marvell.com> - 2015-07-03 16:40 +0200 [PATCH 1/2] irqchip: dw-apb-ictl: add private data structure Jisheng Zhang <jszhang@marvell.com> - 2015-07-03 16:40 +0200 [PATCH 2/2] irqchip: dw-apb-ictl: add irq_set_affinity support Jisheng Zhang <jszhang@marvell.com> - 2015-07-03 16:40 +0200
csiph-web