From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933336AbdABPDu (ORCPT ); Mon, 2 Jan 2017 10:03:50 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:38792 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755504AbdABPDs (ORCPT ); Mon, 2 Jan 2017 10:03:48 -0500 Subject: Re: [PATCH net 0/3] net: stmmac: dwmac-oxnas: fix leaks and simplify pm To: Johan Hovold , "David S. Miller" References: <20170102115604.32482-1-johan@kernel.org> Cc: Giuseppe Cavallaro , Alexandre Torgue , netdev@vger.kernel.org, linux-oxnas@lists.tuxfamily.org, linux-kernel@vger.kernel.org From: Neil Armstrong Organization: Baylibre Message-ID: <438b7c44-cf88-823f-80cf-3d017d85cbf2@baylibre.com> Date: Mon, 2 Jan 2017 16:03:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20170102115604.32482-1-johan@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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