From: Jakub Kicinski Date: Sun, 10 Jan 2021 00:21:33 +0000 (-0800) Subject: Merge branch 'dpaa2-mac-various-updates' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=430cc4841f3fef78e4cbad8e45efe5a52d01a354;p=linux.git Merge branch 'dpaa2-mac-various-updates' Ioana Ciornei says: ==================== dpaa2-mac: various updates The first two patches of this series extends the MAC statistics support to also work for network interfaces which have their link status handled by firmware (TYPE_FIXED). The next two patches are fixing a sporadic problem which happens when the connected DPMAC object is not yet discovered by the fsl-mc bus, thus the dpaa2-eth is not able to get a reference to it. A referred probe will be requested in this case. Finally, the last two patches make some cosmetic changes, mostly removing comments and unnecessary checks. Changes in v2: - replaced IS_ERR_OR_NULL() by IS_ERR() in patch 4/6 - reworded the commit message of patch 6/6 ==================== Link: https://lore.kernel.org/r/20210108090727.866283-1-ciorneiioana@gmail.com Signed-off-by: Jakub Kicinski --- 430cc4841f3fef78e4cbad8e45efe5a52d01a354