From: David S. Miller Date: Mon, 29 Mar 2021 01:12:03 +0000 (-0700) Subject: Merge branch 'ipa-next' X-Git-Tag: v5.15~1236^2~321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fef1869fb8b665f04c2c7084444fc172a4e633d9;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'ipa-next' Alex Elder says: ==================== net: ipa: a few last bits This series incorporates a few last things that didn't fit neatly with patches I've posted recently. The first patch eliminates all remaining kernel-doc warnings. There's still room for kernel-doc improvement, but at least what's there will no longer produce warnings. The next moves the definition of the value to store in the backward compatibility register (when present) into platform data files. The third removes two endpoint definitions that do not need to be defined. The next two switch the naming convention used for configuration data files to be based on the IPA version rather than the specific platform. I was skeptical about this at first (i.e., I thought a platform might have quirks separate from the IPA version). But I'm now convinced the IPA version is enough to define the details of the hardware block. If any exceptions to this are found, we can treat those differently. Note: these two patches produce warnings from checkpatch.pl about updating MAINTAINERS: these can be ignored. The sixth removes unnecessary checks for alignment of DMA memory allocations, based comments from David Laight. And the last removes a symbol representing the size of a table entry, using sizeof(__le64) in its place. ==================== Signed-off-by: David S. Miller --- fef1869fb8b665f04c2c7084444fc172a4e633d9