* [PATCH] ARM: imx: Select IRAM_ALLOC
@ 2013-04-11 22:03 Fabio Estevam
2013-04-11 22:08 ` Fabio Estevam
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-04-11 22:03 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
Since commit 391630c5bf11 (media: coda: use genalloc API) the following build
error happens with imx_v4_v5_defconfig:
drivers/built-in.o: In function 'coda_remove':
clk-composite.c:(.text+0x112180): undefined reference to 'gen_pool_free'
drivers/built-in.o: In function 'coda_probe':
clk-composite.c:(.text+0x112310): undefined reference to 'of_get_named_gen_pool'
clk-composite.c:(.text+0x1123f4): undefined reference to 'gen_pool_alloc'
clk-composite.c:(.text+0x11240c): undefined reference to 'gen_pool_virt_to_phys'
clk-composite.c:(.text+0x112458): undefined reference to 'dev_get_gen_pool'
Select IRAM_ALLOC on all SoCs that are possible users of the coda driver.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/mach-imx/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 78f795d..a025cf8 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -124,6 +124,7 @@ config SOC_IMX27
select COMMON_CLK
select CPU_ARM926T
select IMX_HAVE_IOMUX_V1
+ select IRAM_ALLOC
select MACH_MX27
select MXC_AVIC
@@ -152,6 +153,7 @@ config SOC_IMX5
select ARCH_MXC_IOMUX_V3
select COMMON_CLK
select CPU_V7
+ select IRAM_ALLOC
select MXC_TZIC
config SOC_IMX51
@@ -808,6 +810,7 @@ config SOC_IMX6Q
select HAVE_IMX_MMDC
select HAVE_IMX_SRC
select HAVE_SMP
+ select IRAM_ALLOC
select MFD_SYSCON
select PINCTRL
select PINCTRL_IMX6Q
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: imx: Select IRAM_ALLOC
2013-04-11 22:03 [PATCH] ARM: imx: Select IRAM_ALLOC Fabio Estevam
@ 2013-04-11 22:08 ` Fabio Estevam
0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2013-04-11 22:08 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 11, 2013 at 7:03 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Since commit 391630c5bf11 (media: coda: use genalloc API) the following build
> error happens with imx_v4_v5_defconfig:
>
> drivers/built-in.o: In function 'coda_remove':
> clk-composite.c:(.text+0x112180): undefined reference to 'gen_pool_free'
> drivers/built-in.o: In function 'coda_probe':
> clk-composite.c:(.text+0x112310): undefined reference to 'of_get_named_gen_pool'
> clk-composite.c:(.text+0x1123f4): undefined reference to 'gen_pool_alloc'
> clk-composite.c:(.text+0x11240c): undefined reference to 'gen_pool_virt_to_phys'
> clk-composite.c:(.text+0x112458): undefined reference to 'dev_get_gen_pool'
>
> Select IRAM_ALLOC on all SoCs that are possible users of the coda driver.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> arch/arm/mach-imx/Kconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 78f795d..a025cf8 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -124,6 +124,7 @@ config SOC_IMX27
> select COMMON_CLK
> select CPU_ARM926T
> select IMX_HAVE_IOMUX_V1
> + select IRAM_ALLOC
Actually I think we can remove IRAM_ALLOC completely now in favor of
GENERIC_ALLOCATOR.
Will send a new version of the patch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-11 22:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 22:03 [PATCH] ARM: imx: Select IRAM_ALLOC Fabio Estevam
2013-04-11 22:08 ` Fabio Estevam
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.