1. 23 Nov, 2022 39 commits
  2. 22 Nov, 2022 1 commit
    • Paolo Abeni's avatar
      Merge branch 'cleanup-ocelot_stats-exposure' · 339e79df
      Paolo Abeni authored
      Colin Foster says:
      
      ====================
      cleanup ocelot_stats exposure
      
      The ocelot_stats structures became redundant across all users. Replace
      this redundancy with a static const struct. After doing this, several
      definitions inside include/soc/mscc/ocelot.h no longer needed to be
      shared. Patch 2 removes them.
      
      Checkpatch throws an error for a complicated macro not in parentheses. I
      understand the reason for OCELOT_COMMON_STATS was to allow expansion, but
      interestingly this patch set is essentially reverting the ability for
      expansion. I'm keeping the macro in this set, but am open to remove it,
      since it doesn't _actually_ provide any immediate benefits anymore.
      ====================
      
      Link: https://lore.kernel.org/r/20221119231406.3167852-1-colin.foster@in-advantage.comSigned-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
      339e79df