Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1266487 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2015-11-10 14:30 +0100 |
| Last post | 2015-11-10 15:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/6] net: dsa: mv88e6060: cleanup and fix setup Neil Armstrong <narmstrong@baylibre.com> - 2015-11-10 14:30 +0100
Re: [PATCH 0/6] net: dsa: mv88e6060: cleanup and fix setup Andrew Lunn <andrew@lunn.ch> - 2015-11-10 15:20 +0100
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2015-11-10 14:30 +0100 |
| Subject | [PATCH 0/6] net: dsa: mv88e6060: cleanup and fix setup |
| Message-ID | <qth9M-5Bq-13@gated-at.bofh.it> |
This patchset introduces somes fixes and a registers addressing cleanup for the mv88e6060 DSA driver. The first patch removes the poll_link as mv88e6xxx. The 3 following patches fixes the setup in regards of the datasheet. The 2 last patches introduces a clean header and replaces all magic values. Neil Armstrong (6): net: dsa: mv88e6060: remove poll_link callback net: dsa: mv88e6060: use the correct InitReady bit net: dsa: mv88e6060: use the correct MaxFrameSize bit net: dsa: mv88e6060: use the correct bit shift for mac0 net: dsa: mv88e6060: add register defines header file net: dsa: mv88e6060: replace magic values with register defines drivers/net/dsa/mv88e6060.c | 114 +++++++++++++++----------------------------- drivers/net/dsa/mv88e6060.h | 108 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+), 76 deletions(-) create mode 100644 drivers/net/dsa/mv88e6060.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2015-11-10 15:20 +0100 |
| Message-ID | <qthWb-68s-21@gated-at.bofh.it> |
| In reply to | #1266487 |
On Tue, Nov 10, 2015 at 02:25:05PM +0100, Neil Armstrong wrote: > This patchset introduces somes fixes and a registers addressing cleanup for > the mv88e6060 DSA driver. Hi Neil I gave my Acked-by to the RFC version. It is normal to include that in following versions, so long as there has not been major changes. When you fix the double (), please add my Acked-by: to all the patches. Thanks Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web