]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qed-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 22:39:51 +0000 (17:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 22:39:51 +0000 (17:39 -0500)
commit1958135616c7e3bac799fa6f0849c4446757d8a6
tree959ac6689e927123c5dc1a584172057d69ebf2aa
parent4a23e35a80606178a5d26bb9620e9cc033400253
parent8c4e4f046145d13ff2e1e1bd809fc15ac9bb75ce
Merge branch 'qed-next'

Yuval Mintz says:

====================
qed: Attention support patch series

Until now we've only enabled attention generation for the sake of
management firmware indications [required for link notifications].

This series enables [almost] all the attention sources of the HW,
currently for the sake of logging information relating to issues
experienced by HW. In future, infrastructure laid here would also be used
for the sake of the recovery process.

The first patch in the series is a semantic alignemnt of the code.
The later 3 patches incremently create said infrastructure and enrich
the logged information.
Notice #3 contains quite a bit of structures [consisting of ~1K lines]
that will eventually be removed and incorporated in the binary fw file.
====================

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