Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1184769 > unrolled thread

Re: [PATCH] phy/pxa: add HAS_IOMEM dependency

Started byKishon Vijay Abraham I <kishon@ti.com>
First post2015-07-15 14:50 +0200
Last post2015-07-15 14:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] phy/pxa: add HAS_IOMEM dependency Kishon Vijay Abraham I <kishon@ti.com> - 2015-07-15 14:50 +0200

#1184769 — Re: [PATCH] phy/pxa: add HAS_IOMEM dependency

FromKishon Vijay Abraham I <kishon@ti.com>
Date2015-07-15 14:50 +0200
SubjectRe: [PATCH] phy/pxa: add HAS_IOMEM dependency
Message-ID<pMuim-7LZ-9@gated-at.bofh.it>
Hi,

On Monday 29 June 2015 08:27 PM, Sebastian Ott wrote:
> Fix this compile error:
> 
> drivers/built-in.o: In function 'mv_usb2_phy_probe':
> phy-pxa-28nm-usb2.c:(.text+0x25ec): undefined reference to 'devm_ioremap_resource'
> drivers/built-in.o: In function 'mv_hsic_phy_probe':
> phy-pxa-28nm-hsic.c:(.text+0x3084): undefined reference to 'devm_ioremap_resource'
> 
> Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>

merged this to linux-phy tree.

Cheers
Kishon
> ---
>  drivers/phy/Kconfig |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -56,6 +56,7 @@ config PHY_EXYNOS_MIPI_VIDEO
>  
>  config PHY_PXA_28NM_HSIC
>  	tristate "Marvell USB HSIC 28nm PHY Driver"
> +	depends on HAS_IOMEM
>  	select GENERIC_PHY
>  	help
>  	  Enable this to support Marvell USB HSIC PHY driver for Marvell
> @@ -66,6 +67,7 @@ config PHY_PXA_28NM_HSIC
>  
>  config PHY_PXA_28NM_USB2
>  	tristate "Marvell USB 2.0 28nm PHY Driver"
> +	depends on HAS_IOMEM
>  	select GENERIC_PHY
>  	help
>  	  Enable this to support Marvell USB 2.0 PHY driver for Marvell
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web