[linux-oxnas] Re: [PATCH net 0/3] net: stmmac: dwmac-oxnas: fix leaks and simplify pm |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/linux-oxnas Archives
]
- To: Johan Hovold <johan@xxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>
- Subject: [linux-oxnas] Re: [PATCH net 0/3] net: stmmac: dwmac-oxnas: fix leaks and simplify pm
- From: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
- Date: Mon, 2 Jan 2017 16:03:45 +0100
- Cc: Giuseppe Cavallaro <peppe.cavallaro@xxxxxx>, Alexandre Torgue <alexandre.torgue@xxxxxx>, netdev@xxxxxxxxxxxxxxx, linux-oxnas@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:organization:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=C5GBwy0624Z/mxj9lbUZimXRGjjm4iwXQxfLURX/wMI=; b=upBbv75YV9riTAFcb3kpcdbM7BAd4T+sL6rYJLJR7GfhGqJdvCX0iUEpSeBidXPl2p MMNn7NXP5isPfEnKFPGbFsYrKgkSUSXEGZYf+JOmj+RKV2HhWaxpz0PUwG8gCU+whwth cttaqfG3nlwRXQu9VPi4KznswEiomXDCpRa4S6myB06eHsXVw2zyA0CBwnKqiaD94PIi kMpqn4KHx9qyxIBNbaWBNolmVGMuH9mHmLdqaMQ7j8f4vSi7ZcffMQ79+TtIKJctzJ1a TWaTAHvNVAshTc0s5F+7Nua0djODWHG7F9xMo8DZ8zhmmiLf07aTQPr54o3fWf2l6bzU XG1w==
- Organization: Baylibre
On 01/02/2017 12:56 PM, Johan Hovold wrote:
> These patches fixes of-node and fixed-phydev leaks in the recently added
> dwmac-oxnas driver, and ultimately switches over to using the generic pm
> implementation as the required callbacks are now in place.
>
> Note that this series has only been compile tested.
>
> Johan
>
>
> Johan Hovold (3):
> net: stmmac: dwmac-oxnas: fix of-node leak
> net: stmmac: dwmac-oxnas: fix fixed-link-phydev leaks
> net: stmmac: dwmac-oxnas: use generic pm implementation
>
> drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c | 89 +++++++++--------------
> 1 file changed, 33 insertions(+), 56 deletions(-)
>
Hi Johan,
This series looks good, I will (hopefully) send a Tested-by in the next few days.
Thanks,
Neil