From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Khoronzhuk Subject: [PATCH 0/4] net: ethernet: ti: cpsw: correct common res usage Date: Sun, 8 Jan 2017 18:40:59 +0200 Message-ID: <1483893663-15673-1-git-send-email-ivan.khoronzhuk@linaro.org> Cc: linux-omap@vger.kernel.org, grygorii.strashko@ti.com, linux-kernel@vger.kernel.org, Ivan Khoronzhuk To: netdev@vger.kernel.org, mugunthanvnm@ti.com Return-path: Received: from mail-lf0-f48.google.com ([209.85.215.48]:33755 "EHLO mail-lf0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753367AbdAHQlI (ORCPT ); Sun, 8 Jan 2017 11:41:08 -0500 Received: by mail-lf0-f48.google.com with SMTP id k86so81783968lfi.0 for ; Sun, 08 Jan 2017 08:41:07 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: This series is intended to remove unneeded redundancies connected with common resource usage function. Based on net-next/master Tested on am572x idk Ivan Khoronzhuk (4): net: ethernet: ti: cpsw: remove dual check from common res usage function net: ethernet: ti: cpsw: don't disable interrupts in ndo_open net: ethernet: ti: cpsw: don't duplicate ndev_running net: ethernet: ti: cpsw: don't duplicate common res in rx handler drivers/net/ethernet/ti/cpsw.c | 57 ++++++++++++++---------------------------- 1 file changed, 19 insertions(+), 38 deletions(-) -- 2.7.4