]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-update-config-data'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 20:35:54 +0000 (13:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 20:35:54 +0000 (13:35 -0700)
commit28ef00a9411c5bb3b66c126a01cee1030a442aa6
tree0b61681813a0f4bf24789cf3494f34a69574771e
parent9b31253ce31534ae976e1a67d3bd319788cec1ba
parent3d81c8a43e0deecc3c4fdf79e14ee84fd553d6c1
Merge branch 'ipa-update-config-data'

Alex Elder says:

====================
net: ipa: update configuration data

Each IPA version has a "data" file defining how various things are
configured.  This series gathers a few updates to this information:
  - The first patch makes all configuration data constant
  - The second fixes an incorrect (but seemingly harmless) value
  - The third simplifies things a bit by using implicit zero
    initialization for memory regions that are empty
  - The fourth adds definitions for memory regions that exist but
    are not yet used
  - The fifth use configuration data rather than conditional code to
    set some bus parameters
====================