From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Khoronzhuk Subject: [PATCH v2 0/5] net: ethernet: ti: cpsw: correct common res usage Date: Thu, 19 Jan 2017 18:58:22 +0200 Message-ID: <1484845107-30331-1-git-send-email-ivan.khoronzhuk@linaro.org> Cc: grygorii.strashko@ti.com, netdev@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Ivan Khoronzhuk To: mugunthanvnm@ti.com Return-path: Received: from mail-lf0-f47.google.com ([209.85.215.47]:35774 "EHLO mail-lf0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753658AbdASRHc (ORCPT ); Thu, 19 Jan 2017 12:07:32 -0500 Received: by mail-lf0-f47.google.com with SMTP id n124so41298949lfd.2 for ; Thu, 19 Jan 2017 09:07:24 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: This series is intended to remove unneeded redundancies connected with common resource usage function. Since v1: - changed name to cpsw_get_usage_count() - added comments to open/closw for cpsw_get_usage_count() - added patch: net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs Based on net-next/master Ivan Khoronzhuk (5): 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 net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs drivers/net/ethernet/ti/cpsw.c | 200 ++++++++++++++++++----------------------- 1 file changed, 88 insertions(+), 112 deletions(-) -- 2.7.4