commit | 1655b0530d9502e69686220491ffb15ba0738c58 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Wed Nov 12 14:22:54 2014 +0800 |
committer | Jason Cooper <jason@lakedaemon.net> | Wed Nov 26 16:08:03 2014 +0000 |
tree | 75f481550ee9ab5bcd20503ec3a73c4241726102 | |
parent | a9d5fcc00e715354d3fec1e8009c5895b5ba65ba [diff] |
irqchip: dw-apb-ictl: Add PM support This patch adds in support for S2R for dw-apb-ictl irqchip driver. We can used relaxed variants in the resume hook because there's no DMA at all here, the device type memory attribute can ensure the operations order and relaxed version imply compiler barrier. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Link: https://lkml.kernel.org/r/1415773374-4629-4-git-send-email-jszhang@marvell.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>