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

2017-10-27 Thread Vineet Gupta
Hi Eugeniy, Ping ! Can you please follow up the ARC patch to use the driver for 4.15. Thx, -Vineet On 10/09/2017 11:25 AM, Vineet Gupta wrote: On 10/04/2017 03:09 AM, Philipp Zabel wrote: Hi Vineet, On Mon, 2017-09-18 at 18:51 +0200, Philipp Zabel wrote: Will it be OK for you to apply the c

[GIt PULL] ARC fixes for 4.14-rc7

2017-10-27 Thread Vineet Gupta
Hi Linus, Please pull ARC fixes for 4.14-rc7. Thx, -Vineet --> The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/a

Re: [PATCH] ARC: Memory barriers for everyone!

2017-10-27 Thread Vineet Gupta
Hi Jose, On 09/13/2017 04:24 AM, Jose Abreu wrote: By default __iormb() and __iowmb() translate into a do { } while(0) for AXS10x platform. As ARC700 supports the sync op we can use the standard memory barriers that are supplied by asm-generic headers. Signed-off-by: Jose Abreu Cc: Vineet Gupt