]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: switch to version based configuration
authorAlex Elder <elder@linaro.org>
Sun, 28 Mar 2021 17:31:08 +0000 (12:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 01:12:03 +0000 (18:12 -0700)
commitba3a669d7c2feee89f952db85fa1fa3f1138c136
tree503f7aa0c87c94fdfaf40d1a9904030600f6946b
parent28b76f4fe44b280c10c3ff997182e45ce8710f8b
net: ipa: switch to version based configuration

Rename the SDM845 configuration data file so that its name is
derived from its IPA version.  I am not aware of any special IPA
behavior or handling that would be based on a specific SoC (as
opposed to a specific version of the IPA it contains).

Update a few other references to the code that talk about the SDM845
rather than just IPA v3.5.1.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/Kconfig
drivers/net/ipa/Makefile
drivers/net/ipa/ipa_data-sdm845.c [deleted file]
drivers/net/ipa/ipa_data-v3.5.1.c [new file with mode: 0644]
drivers/net/ipa/ipa_data.h
drivers/net/ipa/ipa_main.c