]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-b53-bcm_sf2-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2017 23:08:54 +0000 (16:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2017 23:08:54 +0000 (16:08 -0700)
commita44e3eab822891865ba7e2dc5007a9cd3e928f70
treebda25c25a09c188f80a760bb09238f5b99c4a391
parenta1c5af0a4ffa8345e93b4973dd5de6f89cc79cc3
parenteb398cedc89e139fe2856c8aa4e56b6d62f96a67
Merge branch 'dsa-b53-bcm_sf2-cleanups'

Florian Fainelli says:

====================
net: dsa: b53/bcm_sf2 cleanups

This patch series is a first pass set of clean-ups to reduce the number of LOCs
between b53 and bcm_sf2 and sharing as many functions as possible.

There is a number of additional cleanups queued up locally that require more
thorough testing.

Changes in v3:

- remove one extra argument for the b53_build_io_op macro (David Laight)
- added additional Reviewed-by tags from Vivien

Changes in v2:

- added Reviewed-by tags from Vivien
- added a missing EXPORT_SYMBOL() in patch 8
- fixed a typo in patch 5
====================

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