From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933844AbaH0Kbf (ORCPT ); Wed, 27 Aug 2014 06:31:35 -0400 Received: from mga14.intel.com ([192.55.52.115]:56120 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933374AbaH0Kbe (ORCPT ); Wed, 27 Aug 2014 06:31:34 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="377572460" From: Kweh Hock Leong To: "David S. Miller" , Giuseppe Cavallaro Cc: netdev@vger.kernel.org, LKML , Ong Boon Leong , Kweh Hock Leong Subject: [PATCH 0/4] net: stmmac: Enable Intel Quark SoC X1000 Ethernet support Date: Wed, 27 Aug 2014 18:32:25 +0800 Message-Id: X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Kweh, Hock Leong" Hi, Intel Quark X1000 SoC has 2 Ethernet controllers integrated on chip and they are PCI devices. We adopted the stmmac_pci driver and added on code to support Intel Quark SoC X1000 by creating the patchset below. The patchset has been built and tested on Galileo board and found to be working as expected. We believe that the changes are transparent to other non Intel Quark platform. Please help to review the code change and feedback if there is any concern. Thank you very much. Kweh, Hock Leong (4): net: stmmac: enhance to support multiple device instances net: stmmac: better code manageability with platform data struct net: stmmac: add support for Intel Quark X1000 net: stmmac: add MSI support for Intel Quark X1000 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 195 +++++++++++++++++++--- 1 file changed, 172 insertions(+), 23 deletions(-) -- 1.7.9.5