Re: [PATCH 1/6] ARCv2: IRQ: Move structures for core intc to the header

2017-01-30 Thread Vineet Gupta
On 01/27/2017 04:01 PM, Yuriy Kolerov wrote: > Also add new macro ARC_REG_STATUS32 for the address of STATUS32 > auxiliary register. It is better to use it instead of magic numbers. > > Signed-off-by: Yuriy Kolerov > --- > arch/arc/include/asm/arcregs.h | 26 ++ > arch/ar

Re: [PATCH 2/6] ARCv2: MCIP: Add structure for build register of IDU

2017-01-30 Thread Vineet Gupta
On 01/27/2017 04:01 PM, Yuriy Kolerov wrote: > This structure is necessary for retrieving of supported > number of common interrupts in IDU interrupt controller. > > Signed-off-by: Yuriy Kolerov > --- > include/soc/arc/mcip.h | 17 + > 1 file changed, 17 insertions(+) > > diff -

Re: [PATCH 4/6] ARCv2: IRQ: Remove option for setting number of interrupts

2017-01-30 Thread Vineet Gupta
On 01/27/2017 04:01 PM, Yuriy Kolerov wrote: > When you set a value of ARC_NUMBER_OF_INTERRUPTS option > it affects only a size of the interrupts table but macros > for number of virtual interrupts (NR_IRQS) and for number > of hardware interrupts (NR_CPU_IRQS) remain unchanged. > Moreover usage of

Re: [PATCH 3/6] ARCv2: IRQ: Add macro for the first external interrupt number

2017-01-30 Thread Vineet Gupta
On 01/27/2017 04:01 PM, Yuriy Kolerov wrote: > Signed-off-by: Yuriy Kolerov Please squash this with patch 5/6 ! > --- > arch/arc/include/asm/irq.h | 1 + > arch/arc/kernel/intc-arcv2.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arc/include/asm/irq.h b/arc

Re: [PATCH 1/2] dt-bindings: Document the Synopsys DW AXI DMA bindings

2017-01-30 Thread Rob Herring
On Wed, Jan 25, 2017 at 06:34:16PM +0300, Eugeniy Paltsev wrote: > This patch adds documentation of device tree bindings for the Synopsys > DesignWare AXI DMA controller. > > Signed-off-by: Eugeniy Paltsev > --- > .../devicetree/bindings/dma/snps,axi-dw-dmac.txt | 33 > ++