]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
mlxsw: core: Re-order initialization sequence
authorIdo Schimmel <idosch@mellanox.com>
Wed, 29 May 2019 08:47:17 +0000 (11:47 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 19:59:46 +0000 (12:59 -0700)
commit961cf99a074f55e1d6deded7590226f6cfca9fb6
tree2420a996ec6788f7dac2a17f12bb93877c019269
parent3029a693beda5bff599feccc3beb9df1e141c786
mlxsw: core: Re-order initialization sequence

The driver core first registers with the hwmon and thermal subsystems
and only then proceeds to initialize the switch driver (e.g.,
mlxsw_spectrum). It is only during the last stage that the current
firmware version is validated and a newer one flashed, if necessary.

The above means that if a new firmware feature is utilized by the
hwmon/thermal code, the driver will not be able to load.

Solve this by re-ordering initializing the switch driver before
registering with the hwmon and thermal subsystems.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reported-by: Shalom Toledo <shalomt@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/core.c