]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-qca8k-code-split-for-qca8k'
authorJakub Kicinski <kuba@kernel.org>
Fri, 29 Jul 2022 05:24:41 +0000 (22:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Jul 2022 05:24:42 +0000 (22:24 -0700)
commit137b98b9111f5e5b56ced5c053cf1231ca29ebdc
tree103a0dbdc757b3fdc05b88792d90b41d640ebaf2
parent38693e9c673266e8a3b2aa689f42243bd6015c7f
parent9a16c26f53f013fc94ad3c916cabd733593907d0
Merge branch 'net-dsa-qca8k-code-split-for-qca8k'

Christian Marangi says:

====================
net: dsa: qca8k: code split for qca8k

This is needed ad ipq4019 SoC have an internal switch that is
based on qca8k with very minor changes. The general function is equal.

Because of this we split the driver to common and specific code.

As the common function needs to be moved to a different file to be
reused, we had to convert every remaining user of qca8k_read/write/rmw
to regmap variant.
We had also to generilized the special handling for the ethtool_stats
function that makes use of the autocast mib. (ipq4019 will have a
different tagger and use mmio so it could be quicker to use mmio instead
of automib feature)
And we had to convert the regmap read/write to bulk implementation to
drop the special function that makes use of it. This will be compatible
with ipq4019 and at the same time permits normal switch to use the eth
mgmt way to send the entire ATU table read/write in one go.
====================

Link: https://lore.kernel.org/r/20220727113523.19742-1-ansuelsmth@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>