From patchwork Tue Jul 8 08:53:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 367833 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C8E89140111 for ; Tue, 8 Jul 2014 18:54:01 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752815AbaGHIyA (ORCPT ); Tue, 8 Jul 2014 04:54:00 -0400 Received: from mail-ve0-f169.google.com ([209.85.128.169]:55256 "EHLO mail-ve0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750927AbaGHIx5 (ORCPT ); Tue, 8 Jul 2014 04:53:57 -0400 Received: by mail-ve0-f169.google.com with SMTP id pa12so5431795veb.28 for ; Tue, 08 Jul 2014 01:53:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=05rhJFr2fdd4Cr4XC8islpxHDx1NfLPJhFysnxojpxY=; b=CYV5Rf+Av2rfSEYZN2k+M36aMIbnP8GiFRPPxx1gw0/87PvAfcMTkyYDtz49n3N3jf c4NjGPH3Mc8DKODLPdgvruF3tb72G26LwWcrA9tJASnmrnqcAUnU/7C7kNF5fJGbcpJ8 l5SRgkcZKJNTs2KIHxqJkeo3yVxJX0wxCGcdUEIIhAKsYj9ge7HZz013SNyXhqUHiKVV yuo0HxzQjUjk/fAZTJCgACRmfuzIfhtQ7kH2kDMKZ4dAlezogftzirCIwry5Y0zDpaQS D/cC7/iAZ08mSSmDExu65KlFb+R7T3Lk8B19TeLzPK/n4cbWWhyHc1IWgZAXzhJT9JAy ha9A== MIME-Version: 1.0 X-Received: by 10.220.190.197 with SMTP id dj5mr32599168vcb.19.1404809636684; Tue, 08 Jul 2014 01:53:56 -0700 (PDT) Received: by 10.52.118.72 with HTTP; Tue, 8 Jul 2014 01:53:56 -0700 (PDT) In-Reply-To: <2CC2A0A4A178534D93D5159BF3BCB661A17A3E46A4@EAPEX1MAIL1.st.com> References: <2CC2A0A4A178534D93D5159BF3BCB661A17A3E46A4@EAPEX1MAIL1.st.com> Date: Tue, 8 Jul 2014 14:23:56 +0530 X-Google-Sender-Auth: QNML4lhq8d3UIEK2SOIm3NPZgpM Message-ID: Subject: Re: [GIT PULL] SPEAr1310 PCIe patches rebased on 3.16-rc3 From: Viresh Kumar To: Mohit KUMAR DCG Cc: "arm@kernel.org" , "Arnd Bergmann (arnd@arndb.de)" , "'Bjorn Helgaas' (bhelgaas@google.com)" , "'Kishon Vijay Abraham I' (kishon@ti.com)" , Pratyush ANAND , spear-devel , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-pci@vger.kernel.org" , Bartlomiej Zolnierkiewicz , Mark Nicholson Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hi Mohit, On Tue, Jul 8, 2014 at 12:36 PM, Mohit KUMAR DCG wrote: > Hello Arnd, > > Pls find SPEAr1310 pcie patches to be merged through arm-soc tree. > These patches are rebased on the top of 3-16-rc3. > > git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git > spear/pcie-support-v8 You actually sent this request before Arnd's reply :). This is what he asked for: "Please also include a description of the overall series and the reasons why we decided to merge it through arm-soc in the pull request email. Thanks!" Also this is not how we send pull requests, please see this: http://git-scm.com/docs/git-request-pull Let me know if you need some help. Also, build-bot reported a warning with your patches and I have fixed it now: >> WARNING: drivers/built-in.o(.data+0x334): Section mismatch in reference from the variable spear1310_miphy_driver to the function .init.text:spear1310_miphy_probe() Please let me know if I screwed up. Else send pull request from this branch again. --- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/phy/phy-spear1310-miphy.c b/drivers/phy/phy-spear1310-miphy.c index 6136634..dc0b97a 100644 --- a/drivers/phy/phy-spear1310-miphy.c +++ b/drivers/phy/phy-spear1310-miphy.c @@ -205,7 +205,7 @@ static struct phy *spear1310_miphy_xlate(struct device *dev, return priv->phy; } -static int __init spear1310_miphy_probe(struct platform_device *pdev) +static int spear1310_miphy_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; struct spear1310_miphy_priv *priv; diff --git a/drivers/phy/phy-spear1340-miphy.c b/drivers/phy/phy-spear1340-miphy.c index cbaf284..e06e944 100644 --- a/drivers/phy/phy-spear1340-miphy.c +++ b/drivers/phy/phy-spear1340-miphy.c @@ -235,7 +235,7 @@ static struct phy *spear1340_miphy_xlate(struct device *dev, return priv->phy; } -static int __init spear1340_miphy_probe(struct platform_device *pdev) +static int spear1340_miphy_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; struct spear1340_miphy_priv *priv;