Re: [PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Jaehoon Chung
On 07/05/2017 07:14 PM, Alexey Brodkin wrote: > Hi Jaehoon, > > On Wed, 2017-07-05 at 18:58 +0900, Jaehoon Chung wrote: >> Hi Alexey, >> >> On 07/05/2017 06:23 PM, Alexey Brodkin wrote: >>> >>> Hi Jaehoon, >>> >>> On Wed, 2017-07-05 at 18:13 +0900, Jaehoon Chung wrote: Hi Alexey, >>

Re: [PATCH v4] clk: axs10x: introduce AXS10X pll driver

2017-07-05 Thread Eugeniy Paltsev
On Wed, 2017-06-21 at 22:16 +0300, Eugeniy Paltsev wrote: Hi Stephen, Michael, Maybe you have any comments or remarks about this patch? And if you don't could you please apply it. Thanks a lot! > AXS10X boards manages it's clocks using various PLLs. These PLL has > same > dividers and correspon

Re: [PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Alexey Brodkin
Hi Jaehoon, On Wed, 2017-07-05 at 18:58 +0900, Jaehoon Chung wrote: > Hi Alexey, > > On 07/05/2017 06:23 PM, Alexey Brodkin wrote: > > > > Hi Jaehoon, > > > > On Wed, 2017-07-05 at 18:13 +0900, Jaehoon Chung wrote: > > > > > > Hi Alexey, > > > > > > On 07/05/2017 06:05 PM, Alexey Brodkin wrot

Re: [PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Jaehoon Chung
Hi Alexey, On 07/05/2017 06:23 PM, Alexey Brodkin wrote: > Hi Jaehoon, > > On Wed, 2017-07-05 at 18:13 +0900, Jaehoon Chung wrote: >> Hi Alexey, >> >> On 07/05/2017 06:05 PM, Alexey Brodkin wrote: >>> >>> Hi Shawn, >>> >>> On Wed, 2017-07-05 at 15:10 +0800, Shawn Lin wrote: dwmmc driver

Re: [PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Alexey Brodkin
Hi Jaehoon, On Wed, 2017-07-05 at 18:13 +0900, Jaehoon Chung wrote: > Hi Alexey, > > On 07/05/2017 06:05 PM, Alexey Brodkin wrote: > > > > Hi Shawn, > > > > On Wed, 2017-07-05 at 15:10 +0800, Shawn Lin wrote: > > > > > > dwmmc driver deprecated num-slots and plan to get rid > > > of it finally

Re: [PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Jaehoon Chung
Hi Alexey, On 07/05/2017 06:05 PM, Alexey Brodkin wrote: > Hi Shawn, > > On Wed, 2017-07-05 at 15:10 +0800, Shawn Lin wrote: >> dwmmc driver deprecated num-slots and plan to get rid >> of it finally. Just move a step to cleanup it from DT. > > Hm, that's interesting. > In our upcoming devboard (

Re: [PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Alexey Brodkin
Hi Shawn, On Wed, 2017-07-05 at 15:10 +0800, Shawn Lin wrote: > dwmmc driver deprecated num-slots and plan to get rid > of it finally. Just move a step to cleanup it from DT. Hm, that's interesting. In our upcoming devboard (HSDK, see http://lists.infradead.org/pipermail/linux-snps-arc/2017-July/

kisskb: FAILED linux-next/axs101_defconfig/arcompact Wed Jul 05, 17:36

2017-07-05 Thread noreply
FAILED linux-next/axs101_defconfig/arcompact Wed Jul 05, 17:36 http://kisskb.ellerman.id.au/kisskb/buildresult/13083724/ Commit: Add linux-next specific files for 20170705 0c5f0311f690e99f99453ebec77cf3229417c809 Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4

kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Wed Jul 05, 17:35

2017-07-05 Thread noreply
FAILED linux-next/axs103_smp_defconfig/arcv2 Wed Jul 05, 17:35 http://kisskb.ellerman.id.au/kisskb/buildresult/13083723/ Commit: Add linux-next specific files for 20170705 0c5f0311f690e99f99453ebec77cf3229417c809 Compiler: arc-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd

[PATCH] arc: remove num-slots from arc platforms

2017-07-05 Thread Shawn Lin
dwmmc driver deprecated num-slots and plan to get rid of it finally. Just move a step to cleanup it from DT. Cc: Jaehoon Chung Signed-off-by: Shawn Lin --- arch/arc/boot/dts/axs10x_mb.dtsi | 1 - arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 1 - 2 files changed, 2 deletions(-) diff --git a/arch