]> git.itanic.dy.fi Git - linux-stable/commit
net: ipa: add IPA v5.0 to ipa_version_string()
authorAlex Elder <elder@linaro.org>
Wed, 22 Mar 2023 14:47:42 +0000 (09:47 -0500)
committerJakub Kicinski <kuba@kernel.org>
Fri, 24 Mar 2023 04:48:32 +0000 (21:48 -0700)
commit0c04328ccf8550f29f1357ae90ce460e9568a5a9
tree6c3bd3b29d478f0aa633a849c9b5aacb9808a4d1
parent8da3a5598f75cd0361e11b6d74697084380eb4b0
net: ipa: add IPA v5.0 to ipa_version_string()

In the IPA device sysfs directory, the "version" file can be read to
find out what IPA version is implemented.  The content of this file
is supplied by ipa_version_string(), which needs to be updated to
properly handle IPA v5.0.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230322144742.2203947-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_sysfs.c