[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471559416-13249-1-git-send-email-f.fainelli@gmail.com>
Date: Thu, 18 Aug 2016 15:30:11 -0700
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, andrew@...n.ch,
vivien.didelot@...oirfairelinux.com,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next 0/5] net: dsa: bcm_sf2: Platform conversion
Hi all,
This patch series converts the bcm_sf2 driver from a traditional DSA driver
into a platform_device driver and makes it use the new DSA binding that Andrew
introduced in the latest merge window.
Prior attempts used to coerce the code in net/dsa/dsa2.c to accept the old
binding, while really there is only one broken single user out there: bcm_sf2,
so instead, just assume the new DT binding is deployed and use it accordingly.
Florian Fainelli (5):
net: dsa: Export suspend/resume functions
Documentation: dt: bindings: Update Broadcom 7445 switch document
net: dsa: bcm_sf2: Make it a real platform device driver
net: dsa: bcm_sf2: Use device managed helpers
net: dsa: bcm_sf2: Remove probing through old DSA binding
.../bindings/net/brcm,bcm7445-switch-v4.0.txt | 45 ++++-
drivers/net/dsa/bcm_sf2.c | 221 ++++++++++++---------
include/net/dsa.h | 14 ++
net/dsa/dsa.c | 7 +-
4 files changed, 189 insertions(+), 98 deletions(-)
--
2.7.4
Powered by blists - more mailing lists