Re: [GIT PULL] SPEAr1310 PCIe patches rebased on 3.16-rc3

From: Viresh Kumar
Date: Tue Jul 08 2014 - 04:54:05 EST


Hi Mohit,

On Tue, Jul 8, 2014 at 12:36 PM, Mohit KUMAR DCG <Mohit.KUMAR@xxxxxx> 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()

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;

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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/