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

2017-07-07 Thread Alexey Brodkin
Hi Vineet, On Fri, 2017-07-07 at 15:35 -0700, Vineet Gupta wrote: > On 07/07/2017 01:13 AM, 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

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

2017-07-07 Thread Vineet Gupta
On 07/07/2017 01:13 AM, 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. Cc: Jaehoon Chung Signed-off-by: Shawn Lin --- Acked-by: Alexey Brodkin

Re: [PATCH] ARC: AXS: prepare dts files for enabling PAE40 on axs103

2017-07-07 Thread Alexey Brodkin
Hi Vineet, On Fri, 2017-07-07 at 12:57 -0700, Vineet Gupta wrote: > On 06/26/2017 04:47 AM, Eugeniy Paltsev wrote: > > > > Enable 64bit adressing, where it needed, to make possible > > enabling PAE40 on axs103. > > > > This patch doesn't affect on any functionality. > > > > Signed-off-by: Eugen

Re: [PATCH] ARC: AXS: prepare dts files for enabling PAE40 on axs103

2017-07-07 Thread Vineet Gupta
On 06/26/2017 04:47 AM, Eugeniy Paltsev wrote: Enable 64bit adressing, where it needed, to make possible enabling PAE40 on axs103. This patch doesn't affect on any functionality. Signed-off-by: Eugeniy Paltsev --- arch/arc/boot/dts/axc001.dtsi | 20 +--- arch/arc/boot/dt

[PATCH] ARCv2: SLC: Make sure busy bit is set properly for region ops

2017-07-07 Thread Alexey Brodkin
c70c473396cb "ARCv2: SLC: Make sure busy bit is set properly on SLC flushing" fixes problem for entire SLC operation where the problem was initially caught. But given a nature of the issue it is perfectly possible for busy bit to be read incorrectly even when region operation was started. So exten

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

2017-07-07 Thread Jaehoon Chung
On 07/07/2017 05:13 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. >> >> Cc: Jaehoon Chung >> Signed-off-by: Shawn Lin >> --- > > Ack

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

2017-07-07 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. > > Cc: Jaehoon Chung > Signed-off-by: Shawn Lin > --- Acked-by: Alexey Brodkin Probably it worth for Vineet to pull