]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'IXP4xx-networking-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Sun, 12 Jan 2020 21:05:14 +0000 (13:05 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Jan 2020 21:05:14 +0000 (13:05 -0800)
commit44d014458925661df955c6c3412e1b339aa3af3c
treeb0f3efc529c508f28e20c70a112e6adc4309dbf6
parentdcb60a040a1560a19f1429e8c910ea9b45d8bc4f
parentf716c8544d64e758e8034349d13204a9afc7b008
Merge branch 'IXP4xx-networking-cleanups'

Linus Walleij says:

====================
IXP4xx networking cleanups

This is a patch series which jams together Arnds and mine
cleanups for the IXP4xx networking.

I also have patches for device tree support but that
requires more elaborate work, this series is some of
mine and some of Arnds patches that is a good foundation
for his multiplatform work and my device tree work.

These are for application to the networking tree so
that can be taken in one separate sweep.

I have tested the patches for a bit using zeroday builds
and some boots on misc IXP4xx devices and haven't run
into any major problems. We might find some new stuff
as a result from the new compiler coverage.

I had to depromote enabling compiler coverage at one
point in the v2 set because it depended on other patches
making the code more generic.

The change in v3 was simply dropping one offending
patch hardcoding base addresses into the driver.

The change in v4 drops a stable@ tag that was
unnecessary.

This v5 is a rebase of the v4 patch set on top of
net-next.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>