kisskb: OK linux-next/axs101_defconfig/arcompact Wed Nov 09, 17:58

2016-11-08 Thread noreply
OK linux-next/axs101_defconfig/arcompact Wed Nov 09, 17:58 http://kisskb.ellerman.id.au/kisskb/buildresult/12851013/ Commit: Add linux-next specific files for 20161109 6b9ac964c292bfc0f8e948392ec1914e40abae63 Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4 No err

Re: [RFC] ARCv2: MCIP: Deprecate setting of affinity in Device Tree

2016-11-08 Thread Vineet Gupta
+CC MarcZ Hi Marc, I have a question below On 11/04/2016 05:17 AM, Yuriy Kolerov wrote: > Ignore value of interrupt distribution mode for common interrupts in > IDU since setting an affinity using value from Device Tree is deprecated > in ARC. Originially it is done in idu_irq_xlate function and

Re: [PATCH v4 0/2] ARC: Set of patches for IRQ subsystem

2016-11-08 Thread Vineet Gupta
On 11/07/2016 11:08 PM, Yuriy Kolerov wrote: > The first patch fixes misuse of IRQ numbers. In some places of the > Linux kernel for ARC hardware IRQ numbers are used as virtual IRQ > numbers and obviously it is wrong. > > The second patch forces the kernel to set a simple distribution mode > for c

Re: [PATCH v4 1/2] ARC: IRQ: Do not use hwirq as virq and vice versa

2016-11-08 Thread Vineet Gupta
On 11/07/2016 11:08 PM, Yuriy Kolerov wrote: > At first smp_ipi_irq_setup() takes a cpu number and a hwirq number for > the per core local interrupt line in the root interrupt controller and > registers an appropriate IPI handler per cpu. However this function tries > to bind a handler to the hwirq

Re: [PATCH v3 00/10] Move ARC timer code into drivers/clocksource/

2016-11-08 Thread Vineet Gupta
On 11/03/2016 04:33 PM, Vineet Gupta wrote: > Hi, > > This series addresses the long pending move of ARC timer code into > drivers/clocksource/. > > Thx, > -Vineet > > v2 -> v3 > > - Fixed a bunch of typos in changelogs[Daniel] > > - aux.h: stubs for {read,write

Re: Errors building kernel 4.9-rc4

2016-11-08 Thread Alexey Brodkin
Hi Vineet, On Tue, 2016-11-08 at 08:54 -0800, Vineet Gupta wrote: > On 11/08/2016 02:51 AM, Luis Oliveira wrote: > > > > Hi all, > > > > Below is a list of errors while compiling a clean image of kernel 4.9-rc4. > > > > Regards, > > Luis > > The issue is due to commit c3005475889c "ARC: build:

Re: Errors building kernel 4.9-rc4

2016-11-08 Thread Vineet Gupta
On 11/08/2016 02:51 AM, Luis Oliveira wrote: > Hi all, > > Below is a list of errors while compiling a clean image of kernel 4.9-rc4. > > Regards, > Luis The issue is due to commit c3005475889c "ARC: build: retire old toggles" which removed supposedly obsolete toggles just to make way for removing

Re: [PATCH v2] ARC: [plat-eznps] set default baud for early console

2016-11-08 Thread Alexey Brodkin
Hi Noam, On Tue, 2016-11-08 at 14:13 +, Noam Camus wrote: > > > > From: Alexey Brodkin [mailto:alexey.brod...@synopsys.com]  > > Sent: Tuesday, November 8, 2016 4:08 PM > > > > > Could you please provide a changelog (v1 -> v2) so reviewers may have a > > hint about changes you made if any.

RE: [PATCH v2] ARC: [plat-eznps] set default baud for early console

2016-11-08 Thread Noam Camus
> From: Alexey Brodkin [mailto:alexey.brod...@synopsys.com] > Sent: Tuesday, November 8, 2016 4:08 PM >Could you please provide a changelog (v1 -> v2) so reviewers may have a hint >about changes you made if any. ... Just fix some typos in log This line somehow was removed from patch while sendin

Re: [PATCH v2] ARC: [plat-eznps] set default baud for early console

2016-11-08 Thread Alexey Brodkin
Hi Noam, On Tue, 2016-11-08 at 15:20 +0200, Noam Camus wrote: > From: Noam Camus > > For CONFIG_SERIAL_EARLYCON we need 800MHz for NPS SoC > The early console driver uses BASE_BAUD and not using dtb. > > The default of 50MHz is NOT good for NPS SoC. > > Signed-off-by: Noam Camus Could you pl

Re: [PATCH v3 0/3] dmaengine: DW DMAC: split pdata to hardware properties

2016-11-08 Thread Andy Shevchenko
On Tue, 2016-11-08 at 12:22 +, Eugeniy Paltsev wrote: > On Mon, 2016-11-07 at 15:55 +0200, Andy Shevchenko wrote:   > > > + * @only_quirks_used: Only read quirks (like "is_private" or > > > "is_memcpy") from > > > + * platform data structure. Read other parameters from > > > device > > >

[PATCH v2] ARC: [plat-eznps] set default baud for early console

2016-11-08 Thread Noam Camus
From: Noam Camus For CONFIG_SERIAL_EARLYCON we need 800MHz for NPS SoC The early console driver uses BASE_BAUD and not using dtb. The default of 50MHz is NOT good for NPS SoC. Signed-off-by: Noam Camus --- arch/arc/kernel/devtree.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

Re: [PATCH v3 0/3] dmaengine: DW DMAC: split pdata to hardware properties

2016-11-08 Thread Eugeniy Paltsev
On Mon, 2016-11-07 at 15:55 +0200, Andy Shevchenko wrote: >  > Thanks for an update, but, please, answer to all my comments to your > patch v2. Either you are okay with them, then you didn't address few, > or > you are not okay, I didn't get why. Deffer newer version until we get > an > agreement o

Re: Errors building kernel 4.9-rc4

2016-11-08 Thread Alexey Brodkin
Hello Luis, It looks like you use old GCC for building up to date Linux kernel. Could you please just switch to the most recent Buildroot, for example 2016.11-rc1 and see if it helps (it should). Regards, Alexey On Tue, 2016-11-08 at 10:51 +, Luis Oliveira wrote: > Hi all, > > Below is a li

[PATCH] ARC: [plat-eznps] set default baud for early console

2016-11-08 Thread Noam Camus
From: Noam Camus For CONFIG_SERIAL_EARLYCON we need 800MHz for NPS SoC The early console driver uses BASE_BAUD (and not using dtb) and default of 50MHz is good for NPS SoC. Signed-off-by: Noam Camus --- arch/arc/kernel/devtree.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

Errors building kernel 4.9-rc4

2016-11-08 Thread Luis Oliveira
Hi all, Below is a list of errors while compiling a clean image of kernel 4.9-rc4. Regards, Luis - ./arch/arc/include/asm/bitops.h: Assembler messages: ./arch/arc/include/asm/bitops.h:233: Error: bad instruction `llock r2,[r3]' ./arch/arc/include/asm/bitops.h:235: Error: bad instruction

[PATCH v2] ARC: [plat-eznps] remove IPI clear from SMP operations

2016-11-08 Thread Noam Camus
From: Noam Camus Today we register to plat_smp_ops.clear() method which actually is acking the IPI. However this is already taking care by our irqchip driver specifically by the irq_chip.irq_eoi() method. This is perfect timing where it should be done and no special handling is needed at plat_smp

RE: [PATCH v4 1/2] ARC: IRQ: Do not use hwirq as virq and vice versa

2016-11-08 Thread Noam Camus
> From: Vineet Gupta [mailto:vineet.gup...@synopsys.com] > Sent: Tuesday, November 8, 2016 9:21 AM >I'm planning to merge this valid patch. Please look at arc mailing list for >more context ! >Can you please check if this doesn't break ur platform and/or requires a fixup. Ack by me -Noam __