Re: [PATCH 2/2] dmaengine: Add DW AXI DMAC driver

2017-02-09 Thread Vinod Koul
On Wed, Jan 25, 2017 at 06:34:17PM +0300, Eugeniy Paltsev wrote: > This patch adds support for the DW AXI DMAC controller. > > DW AXI DMAC is a part of upcoming development board from Synopsys. How different is AXI from DW Synopsys? Is the spec publicly available? > +config AXI_DW_DMAC > +

RE: [PATCH] ARCv2: intc: Disable all core interrupts by default

2017-02-09 Thread Yuriy Kolerov
Hi Vineet, > -Original Message- > From: Vineet Gupta [mailto:vgu...@synopsys.com] > Sent: Wednesday, February 08, 2017 7:08 PM > To: Yuriy Kolerov ; linux-snps- > a...@lists.infradead.org > Cc: alexey.brod...@synopsys.com; linux-ker...@vger.kernel.org; > marc.zyng...@arm.com > Subject: Re:

Re: [PATCH 2/2] dmaengine: Add DW AXI DMAC driver

2017-02-09 Thread Andy Shevchenko
On Thu, 2017-02-09 at 13:58 +, Eugeniy Paltsev wrote:    > > > +static void axi_desc_put(struct axi_dma_desc *desc) > > > +{ > > > + struct axi_dma_chan *chan = desc->chan; > > > + struct dw_axi_dma *dw = chan->chip->dw; > > > + struct axi_dma_desc *child, *_next; > > > + unsigned int descs_put

Re: [PATCH] net: phy: dp83867: Fall-back to default values of clock delay and FIFO depth

2017-02-09 Thread Alexey Brodkin
Hi Florian, On Wed, 2017-02-08 at 10:20 -0800, Florian Fainelli wrote: > On 02/08/2017 10:15 AM, David Miller wrote: > > > > From: Alexey Brodkin > > Date: Mon,  6 Feb 2017 22:24:45 +0300 > > > > > > > > Given there're default values mentioned in the PHY datasheet > > > fall-back gracefully to

[PATCH] [ARC] Handle aux registers differences on ARC700 vs. HS38 cpus

2017-02-09 Thread Vineet Gupta
opcodes/ 2017-02-09 Vineet Gupta * arc-regs.h: Distinguish some of the registers different on ARC700 and HS38 cpus. gas/ 2017-02-09 Vineet Gupta * testsuite/gas/arc/st.d: Update for 0xe having a name now Signed-off-by: Vineet Gupta --- gas/ChangeLog |

Re: [PATCH 2/2] dmaengine: Add DW AXI DMAC driver

2017-02-09 Thread Eugeniy Paltsev
Thanks for response. My comments are given inline below. On Wed, 2017-01-25 at 19:25 +0200, Andy Shevchenko wrote: > On Wed, 2017-01-25 at 18:34 +0300, Eugeniy Paltsev wrote: > >  > > This patch adds support for the DW AXI DMAC controller. > >  > > DW AXI DMAC is a part of upcoming development boa