Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1724990

[PATCH v2 0/5] net: mdio-mux: Misc fix

From Corentin Labbe <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/5] net: mdio-mux: Misc fix
Date 2017-09-01 14:00 +0200
Message-ID <ukSMa-3T0-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello

This patch series fix minor problems found when working on the
dwmac-sun8i syscon mdio-mux.

Regards

Changes since v1:
- Removed obsolete comment about of_mdio_find_bus/put_device
- removed more DRV_VERSION

Corentin Labbe (5):
  net: mdio-mux: Fix NULL Comparison style
  net: mdio-mux: Remove unnecessary 'out of memory' message
  net: mdio-mux: printing driver version is useless
  net: mdio-mux-mmioreg: Can handle 8/16/32 bits registers
  net: mdio-mux: fix unbalanced put_device

 drivers/net/phy/Kconfig    |  2 +-
 drivers/net/phy/mdio-mux.c | 19 ++++---------------
 2 files changed, 5 insertions(+), 16 deletions(-)

-- 
2.13.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] net: mdio-mux: Misc fix Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-01 14:00 +0200
  [PATCH v2 3/5] net: mdio-mux: printing driver version is useless Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-01 14:00 +0200
    Re: [PATCH v2 3/5] net: mdio-mux: printing driver version is useless Andrew Lunn <andrew@lunn.ch> - 2017-09-01 15:40 +0200
  [PATCH v2 5/5] net: mdio-mux: fix unbalanced put_device Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-01 14:00 +0200
    Re: [PATCH v2 5/5] net: mdio-mux: fix unbalanced put_device Andrew Lunn <andrew@lunn.ch> - 2017-09-01 15:40 +0200
  [PATCH v2 2/5] net: mdio-mux: Remove unnecessary 'out of memory' message Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-01 14:00 +0200
  [PATCH v2 1/5] net: mdio-mux: Fix NULL Comparison style Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-01 14:10 +0200
  Re: [PATCH v2 0/5] net: mdio-mux: Misc fix David Miller <davem@davemloft.net> - 2017-09-01 19:30 +0200

csiph-web