[PATCH v2 3/4] ata: add APM X-Gene SoC 6.0Gbps SATA PHY driver

Ming Lei tom.leiming at gmail.com
Wed Nov 20 03:57:33 EST 2013


On Wed, Nov 20, 2013 at 7:53 AM, Loc Ho <lho at apm.com> wrote:
> +
> +       sprintf(name, "xgene-ahci-phy-%08X", (u32) ctx->csr_phys);
> +       ctx->phy = devm_phy_create(ctx->dev, (u32) ctx->csr_phys,
> +                                  &xgene_phy_ops, name);

The devm_phy_create() API has changed, so suggest you make your
patch against -next tree.

Thanks,
--
Ming Lei

-- 
Ming Lei



More information about the linux-arm-kernel mailing list