[PATCH] ARC: reset: remove the misleading v1 suffix all over

2017-08-31 Thread Vineet Gupta
There is no plan yet to do a v2 board. And even if we were to do it only some IPs would actually change, so it be best to add suffixes at that point, not now ! Cc: Philipp Zabel Signed-off-by: Vineet Gupta --- P.S. Philip, if you and Eugeniy are OK, can this be please squashed with his original

Re: [PATCH 3/3 v8] ARC: hsdk: initial port for HSDK board

2017-08-31 Thread Vineet Gupta
Hi Rob, On 07/17/2017 10:38 AM, Rob Herring wrote: On Wed, Jul 12, 2017 at 12:40:23PM +0300, Eugeniy Paltsev wrote: From: Alexey Brodkin This initial port adds support of ARC HS Development Kit board with some basic features such serial port, USB, SD/MMC and Ethernet. Essentially we run Linu

Re: [PATCH] arc: Flush and invalidate caches on start

2017-08-31 Thread Alexey Brodkin
Hi Vineet, On Thu, 2017-08-31 at 09:31 -0700, Vineet Gupta wrote: > On 08/31/2017 07:22 AM, Alexey Brodkin wrote: > > > > This is useful to make sure no stale data exists in caches after > > bootloaders. > > The worst thing could be some lines of cache were locked in a bootloader > > for example

Re: [PATCH] arc: Flush and invalidate caches on start

2017-08-31 Thread Vineet Gupta
On 08/31/2017 07:22 AM, Alexey Brodkin wrote: This is useful to make sure no stale data exists in caches after bootloaders. The worst thing could be some lines of cache were locked in a bootloader for example during DDR recalibration and never unlocked. This may lead to really unpredictable issue

[PATCH] arc: Flush and invalidate caches on start

2017-08-31 Thread Alexey Brodkin
This is useful to make sure no stale data exists in caches after bootloaders. The worst thing could be some lines of cache were locked in a bootloader for example during DDR recalibration and never unlocked. This may lead to really unpredictable issues later down the line. Signed-off-by: Alexey Br

Re: [PATCH v3] earlycon: initialise baud field of earlycon device structure

2017-08-31 Thread Eugeniy Paltsev
Hi, Maybe you have any comments or remarks about this patch? And if you don't could you please apply it. Thanks. On Mon, 2017-08-21 at 19:22 +0300, Eugeniy Paltsev wrote: > For now baud field of earlycon structure device is't initialised at all > in of_setup_earlycon (in oppositе to register_ear

Re: [PATCH] ARC: reset: introduce AXS10x reset driver

2017-08-31 Thread Eugeniy Paltsev
Hi Philipp, Do you have plans to add reset-simple driver into 4.14? It would be nice to use it for AXS10x in 4.14. Thanks. On Mon, 2017-08-14 at 13:37 +, Eugeniy Paltsev wrote: > On Fri, 2017-08-11 at 15:46 +0200, Philipp Zabel wrote: > > Hi Eugeniy, > > > > On Thu, 2017-08-10 at 19:41 +030