Re: [PATCH] mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGA

2013-08-24 Thread Chris Ball
Hi, On Fri, Aug 09 2013, Seungwon Jeon wrote: > On Thu, August 01, 2013, Jingoo Han wrote: >> Added missing MFD_SYSCON dependency for SOCFPGA in order to fix >> the following link error. >> >> drivers/mmc/host/dw_mmc-socfpga.c:49: undefined reference to >> syscon_regmap_lookup_by_compatible' >>

RE: [PATCH] mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGA

2013-08-09 Thread Seungwon Jeon
On Thu, August 01, 2013, Jingoo Han wrote: > Added missing MFD_SYSCON dependency for SOCFPGA in order to fix > the following link error. > > drivers/mmc/host/dw_mmc-socfpga.c:49: undefined reference to > `syscon_regmap_lookup_by_compatible' > > Signed-off-by: Jingoo Han Acked-by: Seungwon Jeon

Re: [PATCH] mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGA

2013-08-01 Thread Jaehoon Chung
Hi Jingoo, I checked exynos_defconfig as your comment. I also found the compiler error. thanks for your effort. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 08/02/2013 08:22 AM, Jingoo Han wrote: > On Thursday, August 01, 2013 11:59 PM, Dinh Nguyen wrote: >> On Thu, 2013-08-01 at 23:

Re: [PATCH] mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGA

2013-08-01 Thread Jingoo Han
On Thursday, August 01, 2013 11:59 PM, Dinh Nguyen wrote: > On Thu, 2013-08-01 at 23:52 +0900, Jaehoon Chung wrote: > > When I used socfpga_defconfig, MFD_SYSCON is enabled. > > Which config do you use? > > > > Yes, select MFD_SYSCON is in mach-socfpga/Kconfig. This should have > fixed this error.

Re: [PATCH] mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGA

2013-08-01 Thread Dinh Nguyen
On Thu, 2013-08-01 at 23:52 +0900, Jaehoon Chung wrote: > When I used socfpga_defconfig, MFD_SYSCON is enabled. > Which config do you use? > Yes, select MFD_SYSCON is in mach-socfpga/Kconfig. This should have fixed this error. commit 1780db9e2104 ARM: socfpga: Add syscon to be part of socfpga D

Re: [PATCH] mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGA

2013-08-01 Thread Jaehoon Chung
When I used socfpga_defconfig, MFD_SYSCON is enabled. Which config do you use? Best Regards, Jaehoon Chung On 08/01/2013 09:28 AM, Jingoo Han wrote: > Added missing MFD_SYSCON dependency for SOCFPGA in order to fix > the following link error. > > drivers/mmc/host/dw_mmc-socfpga.c:49: undefined r