From patchwork Thu Jul 25 05:10:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Darren Hart X-Patchwork-Id: 261584 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C77402C00D6 for ; Thu, 25 Jul 2013 15:10:18 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751479Ab3GYFKP (ORCPT ); Thu, 25 Jul 2013 01:10:15 -0400 Received: from mga14.intel.com ([143.182.124.37]:26521 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751106Ab3GYFKN (ORCPT ); Thu, 25 Jul 2013 01:10:13 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 24 Jul 2013 22:10:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,740,1367996400"; d="scan'208";a="336438366" Received: from unknown (HELO localhost) ([10.255.13.207]) by azsmga001.ch.intel.com with ESMTP; 24 Jul 2013 22:10:11 -0700 From: Darren Hart To: Linux Net Dev Cc: "David S. Miller" , "H. Peter Anvin" , Peter Waskiewicz , Andy Shevchenko , Darren Hart , Joe Perches Subject: [PATCH V3 net-next 0/2] pch_gbe: Add MinnowBoard support Date: Wed, 24 Jul 2013 22:10:07 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add support for the MinnowBoard in the pch_gbe driver. This was originally sent to LKML as part of the MinnowBoard support series. That is now partially merged and this version of the patch has been isolated from those changes and is now completely self-contained. Thanks to everyone on Cc for their time in reviewing, the patch series is better for it. V2: Whitespace cleanup Remove trailing period in messages Comment formatting (added a colon) Use devm_gpio_request_one Fix missing adapter->pdata NULL check in PHY Use netdev style comment blocks Use kernel_ulong_t for driver_data cast Use unsigned for gpio and unsigned long for flags V3: Restore /** comment start for file consistency per Joe Perches following his checkpatch.pl patch Make pch_gbe_phy_tx_clk_delay() static per David Miller I have included patch 1/2 as it was also marked with "Changes Requested" in patchwork. Hopefully resending is the preferred method. The following changes since commit 18afa4b028b46f8b45ca64f94aefe717c297b07d: net: Make devnet_rename_seq static (2013-07-24 17:57:26 -0700) are available in the git repository at: git://git.infradead.org/users/dvhart/linux-2.6.git minnow/net-next ssh://git.infradead.org/srv/git/users/dvhart/linux-2.6.git minnow/net-next and browsable here: http://git.infradead.org/users/dvhart/linux-2.6.git/shortlog/refs/heads/minnow/net-next Darren Hart (2): pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32 pch_gbe: Add MinnowBoard support drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h | 15 ++++ .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 52 +++++++++++- .../net/ethernet/oki-semi/pch_gbe/pch_gbe_phy.c | 98 ++++++++++++++++++++++ .../net/ethernet/oki-semi/pch_gbe/pch_gbe_phy.h | 1 + 4 files changed, 165 insertions(+), 1 deletion(-)