Re: [PATCH v2] irqchip/gicv3-its: fix some definitions of inner cacheability attributes

2019-04-16 Thread Marc Zyngier
Hi Hongbo, On 16/04/2019 02:14, Yao HongBo wrote: > Hi Marc, > > sorry for ping you... > > What's your suggestion for this patch? I look forward to your reply. This patch looks fine, although it doesn't fix anything as far as I know (doing write-through instead of write-back cannot lead to any

Re: [PATCH v2] irqchip/gicv3-its: fix some definitions of inner cacheability attributes

2019-04-15 Thread Yao HongBo
Hi Marc, sorry for ping you... What's your suggestion for this patch? I look forward to your reply. Thanks, Hongbo. On 4/8/2019 10:01 PM, Hongbo Yao wrote: > Some definitions of Inner Cacheability attibutes need to be corrected. > > Fixes: 8c828a535e29f ("irqchip/gicv3-its: Restore all

[PATCH v2] irqchip/gicv3-its: fix some definitions of inner cacheability attributes

2019-04-08 Thread Hongbo Yao
Some definitions of Inner Cacheability attibutes need to be corrected. Fixes: 8c828a535e29f ("irqchip/gicv3-its: Restore all cacheability attributes") Signed-off-by: Hongbo Yao --- include/linux/irqchip/arm-gic-v3.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git