]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mediatek-pdma-rx'
authorDavid S. Miller <davem@davemloft.net>
Sat, 27 Aug 2016 04:06:58 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Aug 2016 04:06:58 +0000 (21:06 -0700)
commitaa7cea396df4b88e6e682685e505827673c77b64
tree4c36fbe96467b56792b17181828696d7d202dacf
parent2100f6c5e6c7b2bb21553b7dbffcd2aa34cdef65
parent3ae193d75c95703e60f5a9321ac86a54d832f5f2
Merge branch 'mediatek-pdma-rx'

Nelson Chang says:

====================
net: ethernet: mediatek: modify to use the PDMA for Ethernet RX

This series have some modifications and refines to support Ethernet RX by the PDMA.

changes since v4:
- Remove the redundant OR operation in mtk_hw_init()

changes since v3:
- Add GDM hardware settings to send packets to PDMA for RX

changes since v2:
- Fix the bugs of PDMA cpu index and interrupt settings in mtk_poll_rx()

changes since v1:
- Modify to use the PDMA instead of the QDMA for Ethernet RX
====================

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