From: David S. Miller Date: Wed, 1 Jul 2020 22:30:34 +0000 (-0700) Subject: Merge branch 'net-ipa-endpoint-configuration-updates' X-Git-Tag: v5.15~3197^2~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=651f8bd4da93612a630626faf58fc894ef9443de;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'net-ipa-endpoint-configuration-updates' Alex Elder says: ==================== net: ipa: endpoint configuration updates This series updates code that configures IPA endpoints. The changes made mainly affect access to registers that are valid only for RX, or only for TX endpoints. The first three patches avoid writing endpoint registers if they are not defined to be valid. The fourth patch slightly modifies the parameters for the offset macros used for these endpoint registers, to make it explicit when only some endpoints are valid. The last patch just tweaks one line of code so it uses a convention used everywhere else in the driver. Version 2 of this series eliminates some of the "assert()" comments that Jakub inquired about. The ones removed will actually go away in an upcoming (not-yet-posted) patch series anyway. ==================== Signed-off-by: David S. Miller --- 651f8bd4da93612a630626faf58fc894ef9443de