]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ionic-struct-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2020 22:47:01 +0000 (15:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2020 22:47:01 +0000 (15:47 -0700)
commit0918bf181bcb000b18803e882c0403a209adeb28
treefed3d731b90848cc42cf1072bca38ae68c372334
parent2ddb2832639f614c403f7ba6fb6f57402fd1b6d0
parentb251c78a6418cab943f1dddd1ee8be9d4c13823d
Merge branch 'ionic-struct-cleanups'

Shannon Nelson says:

====================
ionic: struct cleanups

This patchset has a few changes for better cacheline use,
to cleanup a page handling API, and to streamline the
Adminq/Notifyq queue handling.  Lastly, we also have a couple
of fixes pointed out by the friendly kernel test robot.

v2: dropped change to irq coalesce default
    fixed Neel's attributions to Co-developed-by
    dropped the unnecessary new call to dma_sync_single_for_cpu()
    added 2 patches from kernel test robot results
====================

Signed-off-by: David S. Miller <davem@davemloft.net>