Re: [PATCH v3 0/3] Fixes for breakage resulting from syscore_ops patch on s3c24xx

2011-06-03 Thread Kukjin Kim
On 06/02/11 03:54, Heiko Stübner wrote: The syscore_ops patch from Rafael J. Wysocki introduced some small glitches for the S3C24XX cpus resulting in compile errors. Changes since v1: add missing Signed-off-by lines Changes since v2: fix mangled tabs Heiko Stuebner (3): Fix missing struct fo

Re: Can't compile with exynos4_defconfig

2011-06-03 Thread Kukjin Kim
On 06/02/11 19:25, Sangbeom Kim wrote: > Hi, > Hi Sangbeom Kim, > By default exynos4_defconfig, 3.0-rc1 can't compile the code. > It seem to have dependency on usb configuration. > > Error message: > arch/arm/plat-s5p/built-in.o: In function `s5p_ehci_set_platdata': > /home/cornus/tmp/linux-3.0-r

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Kukjin Kim
On 06/03/11 00:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera --- arch/arm/mach-exynos

RE: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Marek Szyprowski
Hello, On Friday, June 03, 2011 1:52 PM Thomas Abraham wrote: > On 3 June 2011 12:34, Tushar Behera wrote: > > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > > dependent on. > > > > Following the naming convention of other setup files, we have following > > renaming. > >    

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Thomas Abraham
On 3 June 2011 12:34, Tushar Behera wrote: > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > dependent on. > > Following the naming convention of other setup files, we have following > renaming. >        usb-phy.c ==> setup-usb-phy.c > > Signed-off-by: Tushar Behera > --- >  ar

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Tushar Behera
On Friday 03 June 2011 02:28 PM, Joonyoung Shim wrote: On 2011-06-03 오후 5:44, Tushar Behera wrote: Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following t

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Joonyoung Shim
On 2011-06-03 오후 5:44, Tushar Behera wrote: Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have follo

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Tushar Behera
Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread JinGoo Han
Acked-by: Jingoo Han > --- Original Message --- > Sender : Tushar Behera > Date : Jun 03, 2011 16:04 (GMT+09:00) > Title : [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig > > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > dependent on. > > Foll

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Joonyoung Shim
On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera --- arch/arm/mach-ex

[PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Tushar Behera
Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera --- arch/arm/mach-exynos4/Kconfig |6 +