]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mvpp2-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Dec 2015 20:01:13 +0000 (15:01 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Dec 2015 20:01:13 +0000 (15:01 -0500)
commitb1bdcc6a51317aa3a3c92b3c2a0b7a51813be178
treea91116673bf5ef313005646d1f2b6cba1e35a052
parent0844d19215d206fd6ab4fff8ceab5dfa056699cc
parent3aaa78529f4d5ba85fb976f43a0d1611c3bd675a
Merge branch 'mvpp2-fixes'

Marcin Wojtas says:

====================
Marvell Armada 375 mvpp2 fixes

During my work on mvneta driver I revised mvpp2, and it occurred that the
initial version of Marvell Armada 375 SoC comprised bugs around
DMA-unmapping in both ingress and egress paths - not all buffers were
umapped in TX path and none(!) in RX. Three patches that I send fix
this situation.

Any feedback would be welcome.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>