All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup
@ 2015-11-10 15:51 Neil Armstrong
  2015-11-10 16:14 ` Andrew Lunn
  2015-11-15 18:20 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Neil Armstrong @ 2015-11-10 15:51 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, David S. Miller, Florian Fainelli, Andrew Lunn,
	Guenter Roeck, Neil Armstrong, Vivien Didelot

This patchset introduces some 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.

v2: cleanup InitReady patch, add missing Acked-by and fix header copyright notice

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 | 111 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 149 insertions(+), 76 deletions(-)
 create mode 100644 drivers/net/dsa/mv88e6060.h

-- 
1.9.1

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

* Re: [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup
  2015-11-10 15:51 [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup Neil Armstrong
@ 2015-11-10 16:14 ` Andrew Lunn
  2015-11-12 14:16   ` Neil Armstrong
  2015-11-15 18:20 ` David Miller
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2015-11-10 16:14 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: netdev, linux-kernel, David S. Miller, Florian Fainelli,
	Guenter Roeck, Vivien Didelot

On Tue, Nov 10, 2015 at 04:51:09PM +0100, Neil Armstrong wrote:
> This patchset introduces some fixes and a registers addressing cleanup for
> the mv88e6060 DSA driver.

Hi Neil

It is normal for netdev to put into the email subject of patches which
tree these patches are for. "net" would be the latest -rcX and is for
fixes only. "net-next" would be for new work aimed at the next merge
window.

So long as Dave does not complain, leave them as they are now. But
please try to follow this for your next patches.

Thanks
       Andrew

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

* Re: [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup
  2015-11-10 16:14 ` Andrew Lunn
@ 2015-11-12 14:16   ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2015-11-12 14:16 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: netdev, linux-kernel, David S. Miller, Florian Fainelli,
	Guenter Roeck, Vivien Didelot

On 11/10/2015 05:14 PM, Andrew Lunn wrote:
> On Tue, Nov 10, 2015 at 04:51:09PM +0100, Neil Armstrong wrote:
>> This patchset introduces some fixes and a registers addressing cleanup for
>> the mv88e6060 DSA driver.
> 
> Hi Neil
> 
> It is normal for netdev to put into the email subject of patches which
> tree these patches are for. "net" would be the latest -rcX and is for
> fixes only. "net-next" would be for new work aimed at the next merge
> window.
> 
> So long as Dave does not complain, leave them as they are now. But
> please try to follow this for your next patches.
> 
> Thanks
>        Andrew
> 
Andrew,

Understood, I'll be careful for the next submissions.

Thanks,
Neil

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

* Re: [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup
  2015-11-10 15:51 [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup Neil Armstrong
  2015-11-10 16:14 ` Andrew Lunn
@ 2015-11-15 18:20 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2015-11-15 18:20 UTC (permalink / raw)
  To: narmstrong
  Cc: netdev, linux-kernel, f.fainelli, andrew, linux, vivien.didelot

From: Neil Armstrong <narmstrong@baylibre.com>
Date: Tue, 10 Nov 2015 16:51:09 +0100

> This patchset introduces some 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.
> 
> v2: cleanup InitReady patch, add missing Acked-by and fix header copyright notice

Series applied, thanks.

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

end of thread, other threads:[~2015-11-15 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10 15:51 [PATCH v2 0/6] net: dsa: mv88e6060: cleanup and fix setup Neil Armstrong
2015-11-10 16:14 ` Andrew Lunn
2015-11-12 14:16   ` Neil Armstrong
2015-11-15 18:20 ` 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.