Merge branch 'cxgb4'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Dec 2013 21:55:49 +0000 (16:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Dec 2013 21:55:49 +0000 (16:55 -0500)
commit988bf4f01e6a1eefdedd76e961044f01fe6a304c
treea96b387a9b7b592e65515d25d293fd52715cb18e
parent1b85ee09aac2f32f24b8db72eb152089b92ace87
parent16e47624e76b43dbef5671af7b9e26589d7018b9
Merge branch 'cxgb4'

Hariprasad Shenai says:

====================
Fixes T5 adapter init, due to incorrect FW version check

This patch series fixes, Chelsio T5 adapter initialization failure due to
incorrect firmware version check. This patch series modifies the firmware
flashing mechanism for T4/T5 adapter.

The patch series moves chip type from struct adapter to struct adapter_params.
It changes the references of chip type in cxgb4 and cxgb4vf drivers such that
build failure is avoided.

Patch 3/3 is dependent on patch 1/3
Patch 2/3 is also dependent on patch 1/3

We would like to request this patch series to get merged via David Miller's
'net' tree.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.
====================

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