From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755573AbdABL4e (ORCPT ); Mon, 2 Jan 2017 06:56:34 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33873 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbdABL4c (ORCPT ); Mon, 2 Jan 2017 06:56:32 -0500 From: Johan Hovold To: "David S. Miller" Cc: Giuseppe Cavallaro , Alexandre Torgue , Neil Armstrong , netdev@vger.kernel.org, linux-oxnas@lists.tuxfamily.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH net 0/3] net: stmmac: dwmac-oxnas: fix leaks and simplify pm Date: Mon, 2 Jan 2017 12:56:01 +0100 Message-Id: <20170102115604.32482-1-johan@kernel.org> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 2.10.2