]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'qca8k-QCA8334-switch-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 19:46:50 +0000 (15:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 19:46:50 +0000 (15:46 -0400)
Michal Vokáč says:

====================
Add support for QCA8334 switch

This series basically adds support for a QCA8334 ethernet switch to the
qca8k driver. It is a four-port variant of the already supported seven
port QCA8337. Register map is the same for the whole familly and all chips
have the same device ID.

Major part of this series enhances the CPU port setting. Currently the CPU
port is not set to any sensible defaults compatible with the xGMII
interface. This series forces the CPU port to its maximum bandwidth and
also allows to adjust the new defaults using fixed-link device tree
sub-node.

Alongside these changes I fixed two checkpatch warnings regarding SPDX and
redundant parentheses.

Changes in v3:
 - Rebased on latest net-next/master.
 - Corrected fixed-link documentation.
====================

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

Trivial merge