All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 0/6] mlxsw: small driver update + one tiny devlink dependency
@ 2016-04-08 17:11 Jiri Pirko
  2016-04-08 17:11 ` [patch net-next 1/6] devlink: remove implicit type set in port register Jiri Pirko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jiri Pirko @ 2016-04-08 17:11 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, eladr, yotamg, ogerlitz, roopa, gospo

From: Jiri Pirko <jiri@mellanox.com>

Cosmetics, in preparation to sharedbuffer patchset.
First patch is here to allow patch number two.

Jiri Pirko (6):
  devlink: remove implicit type set in port register
  mlxsw: Move devlink port registration into common core code
  mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*
  mlxsw: Do not pass around driver_priv directly
  mlxsw: reg: Share direction enum between SBPR, SBCM, SBPM
  mlxsw: reg: Fix SBPM register name

 drivers/net/ethernet/mellanox/mlxsw/core.c         | 56 ++++++++++++++--------
 drivers/net/ethernet/mellanox/mlxsw/core.h         | 26 +++++++---
 drivers/net/ethernet/mellanox/mlxsw/reg.h          | 27 ++++-------
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     | 52 +++++++++-----------
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |  3 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_buffers.c | 20 ++++----
 drivers/net/ethernet/mellanox/mlxsw/switchx2.c     | 42 +++++++---------
 net/core/devlink.c                                 |  1 -
 8 files changed, 114 insertions(+), 113 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-04-08 19:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08 17:11 [patch net-next 0/6] mlxsw: small driver update + one tiny devlink dependency Jiri Pirko
2016-04-08 17:11 ` [patch net-next 1/6] devlink: remove implicit type set in port register Jiri Pirko
2016-04-08 17:11 ` [patch net-next 2/6] mlxsw: Move devlink port registration into common core code Jiri Pirko
2016-04-08 17:11 ` [patch net-next 3/6] mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit* Jiri Pirko
2016-04-08 17:11 ` [patch net-next 4/6] mlxsw: Do not pass around driver_priv directly Jiri Pirko
2016-04-08 17:11 ` [patch net-next 5/6] mlxsw: reg: Share direction enum between SBPR, SBCM, SBPM Jiri Pirko
2016-04-08 17:11 ` [patch net-next 6/6] mlxsw: reg: Fix SBPM register name Jiri Pirko
2016-04-08 19:39 ` [patch net-next 0/6] mlxsw: small driver update + one tiny devlink dependency David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.