Re: [PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

2016-06-06 Thread Marc Zyngier
On 06/06/16 06:40, Shanker Donthineni wrote: > This patch adds the two handy helper functions for reading and writing > ITS BASERn register. > > Signed-off-by: Shanker Donthineni > --- > drivers/irqchip/irq-gic-v3-its.c | 32 +--- > 1 file

Re: [PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

2016-06-06 Thread Marc Zyngier
On 06/06/16 06:40, Shanker Donthineni wrote: > This patch adds the two handy helper functions for reading and writing > ITS BASERn register. > > Signed-off-by: Shanker Donthineni > --- > drivers/irqchip/irq-gic-v3-its.c | 32 +--- > 1 file changed, 25 insertions(+),

Re: [PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

2016-06-06 Thread Marc Zyngier
Hi Shanker, On 06/06/16 06:40, Shanker Donthineni wrote: > This patch adds the two handy helper functions for reading and writing > ITS BASERn register. > > Signed-off-by: Shanker Donthineni > --- > drivers/irqchip/irq-gic-v3-its.c | 32 +---

Re: [PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

2016-06-06 Thread Marc Zyngier
Hi Shanker, On 06/06/16 06:40, Shanker Donthineni wrote: > This patch adds the two handy helper functions for reading and writing > ITS BASERn register. > > Signed-off-by: Shanker Donthineni > --- > drivers/irqchip/irq-gic-v3-its.c | 32 +--- > 1 file changed, 25

[PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

2016-06-05 Thread Shanker Donthineni
This patch adds the two handy helper functions for reading and writing ITS BASERn register. Signed-off-by: Shanker Donthineni --- drivers/irqchip/irq-gic-v3-its.c | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git

[PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

2016-06-05 Thread Shanker Donthineni
This patch adds the two handy helper functions for reading and writing ITS BASERn register. Signed-off-by: Shanker Donthineni --- drivers/irqchip/irq-gic-v3-its.c | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git