History log of /drivers/net/ethernet/mellanox/mlx5/core/health.c
Revision Date Author Comments
7d46daba8dd5df1aa45724518a041ef7163d3ad5 05-Aug-2013 Eli Cohen <eli@dev.mellanox.co.il> mlx5: remove health handler plugin

Remove this code, per Dave Miller's request, since it is not being used
anywhere in the kernel.

Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
582c016e68dc5dfea4d3582512157f165a428149 08-Jul-2013 Roland Dreier <roland@purestorage.com> mlx5_core: Fixes for sparse warnings

- use be32_to_cpu() instead of cpu_to_be32() where appropriate.
- use proper accessors for pointers marked __iomem.

Signed-off-by: Roland Dreier <roland@purestorage.com>
e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c 07-Jul-2013 Eli Cohen <eli@mellanox.com> mlx5: Add driver for Mellanox Connect-IB adapters

The driver is comprised of two kernel modules: mlx5_ib and mlx5_core.
This partitioning resembles what we have for mlx4, except that mlx5_ib
is the pci device driver and not mlx5_core.

mlx5_core is essentially a library that provides general functionality
that is intended to be used by other Mellanox devices that will be
introduced in the future. mlx5_ib has a similar role as any hardware
device under drivers/infiniband/hw.

Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>

[ Merge in coccinelle fixes from Fengguang Wu <fengguang.wu@intel.com>.
- Roland ]

Signed-off-by: Roland Dreier <roland@purestorage.com>