]> 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)
commit30a045a673d1c470543053bc20f654c783e514a4
tree0b61681813a0f4bf24789cf3494f34a69574771e
parent786effae9853fa5ec7826f6b70aa7e1f422e9277
parent2c671fcebf7ab7238eaf4d5bb849f0c2e5baa205
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
====================