]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Merge branch 'net-fec-a-few-improvements'
authorJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 18:32:24 +0000 (11:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 18:34:06 +0000 (11:34 -0700)
commit999cf8aeb6c9d4019659efe85ce0594808d071a6
tree22e323bdd9a13987d359133b4c2ff5546068b43b
parent59632b220f2d61df274ed3a14a204e941051fdad
parent31bb1a560b2996f9953cfc232f6349d043aaab49
Merge branch 'net-fec-a-few-improvements'

Sergey Organov says:

====================
net: fec: a few improvements

This is a collection of simple improvements that reduce and/or
simplify code. They got developed out of attempt to use DP83640 PTP
PHY connected to built-in FEC (that has its own PTP support) of the
iMX 6SX micro-controller. The primary bug-fix was now submitted
separately, and this is the rest of the changes.

NOTE: the patches are developed and tested on 4.9.146, and rebased on
top of recent 'net-next/master', where, besides visual inspection, I
only tested that they do compile.
====================

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