From patchwork Mon Oct 29 18:45:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Cochran X-Patchwork-Id: 1665221 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 8F8353FCF7 for ; Mon, 29 Oct 2012 18:48:26 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TSuLq-0003c4-8f; Mon, 29 Oct 2012 18:46:18 +0000 Received: from mail-ea0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TSuLD-0003WN-MX for linux-arm-kernel@lists.infradead.org; Mon, 29 Oct 2012 18:45:40 +0000 Received: by mail-ea0-f177.google.com with SMTP id n13so1876288eaa.36 for ; Mon, 29 Oct 2012 11:45:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references; bh=KdDy8/sVTuws21QQ3+RxHnOaHKhp5wAOtConER1Jpf8=; b=LyKGqK+HQI2Th1qNfiO1AOOmKxKbccASh1rG2N6fbIkfkZopAjAgjGKgZta7fR8Z2m TwnZymkpnHcZpvFY3yDWcBex3ZGLN3gwVdoZq4rWtINHO+6zWBhCOd/J/yITwuLiUn2/ +qqRGxg7TCsU4YK8KSYQ7ZmBvt4bJDegXwXBZ3xf63xSe1CWRssEQhSt3rLuBAZh22ZW sv2vqxAoVzbJ8vmW85Y2zFxpwHhluxoenpwJwo8ZlNQYKtPTu/LlLw4ux6StyfDFTpir w7/PA2wLtKW7R9EZ9XFAs1V3/k7DJuaQVrgujg7tJFbF3qOz+IgmGgl1AvdQ5B/Iy5Mj 96Bw== Received: by 10.14.1.69 with SMTP id 45mr64317469eec.23.1351536339378; Mon, 29 Oct 2012 11:45:39 -0700 (PDT) Received: from localhost.localdomain (089144206154.atnat0015.highway.a1.net. [89.144.206.154]) by mx.google.com with ESMTPS id o49sm24364915eep.5.2012.10.29.11.45.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Oct 2012 11:45:39 -0700 (PDT) From: Richard Cochran To: Subject: [PATCH net-next V3 03/10] cpsw: add missing fields to the CPSW_SS register bank. Date: Mon, 29 Oct 2012 19:45:13 +0100 Message-Id: <0c002e3d9e0ff396d380148df48b997355b9a7f8.1351535538.git.richardcochran@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.215.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (richardcochran[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Mugunthan V N , David Miller , linux-arm-kernel@lists.infradead.org, Cyril Chemparathy X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Richard Cochran --- drivers/net/ethernet/ti/cpsw.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c index e651a2a..b4ca370 100644 --- a/drivers/net/ethernet/ti/cpsw.c +++ b/drivers/net/ethernet/ti/cpsw.c @@ -148,6 +148,14 @@ struct cpsw_ss_regs { u32 soft_reset; u32 stat_port_en; u32 ptype; + u32 soft_idle; + u32 thru_rate; + u32 gap_thresh; + u32 tx_start_wds; + u32 flow_control; + u32 vlan_ltype; + u32 ts_ltype; + u32 dlr_ltype; }; struct cpsw_slave_regs {