Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS

2012-08-27 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/27/12 5:37 PM, Mark Brown wrote: > On Mon, Aug 27, 2012 at 05:25:59PM -0400, Jeff Mahoney wrote: >> On 8/27/12 5:18 PM, Stephen Boyd wrote: > >>> Hmm the point of making it not depend on ARCH_EXYNOS was so >>> that it would get more build coverag

Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS

2012-08-27 Thread Mark Brown
On Mon, Aug 27, 2012 at 05:25:59PM -0400, Jeff Mahoney wrote: > On 8/27/12 5:18 PM, Stephen Boyd wrote: > > Hmm the point of making it not depend on ARCH_EXYNOS was so that > > it would get more build coverage. Is it devm_clk_get() that's > > missing? I believe Mark Brown sent some patches that mo

Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS

2012-08-27 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/27/12 5:18 PM, Stephen Boyd wrote: > On 8/27/2012 2:02 PM, Jeff Mahoney wrote: >> The exynos-rng device is only found on Samsung EXYNOS devices but >> has dependencies that allow it to be built on other >> architectures. This can result in build f

Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS

2012-08-27 Thread Mark Brown
On Mon, Aug 27, 2012 at 02:18:33PM -0700, Stephen Boyd wrote: > On 8/27/2012 2:02 PM, Jeff Mahoney wrote: > > The exynos-rng device is only found on Samsung EXYNOS devices but has > > dependencies that allow it to be built on other architectures. This > > can result in build failures on powerpc due

Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS

2012-08-27 Thread Stephen Boyd
On 8/27/2012 2:02 PM, Jeff Mahoney wrote: > The exynos-rng device is only found on Samsung EXYNOS devices but has > dependencies that allow it to be built on other architectures. This > can result in build failures on powerpc due to a missing clk_devm_get. > > This patch makes it depend on ARCH_EXY

[PATCH] exynos-rng: Depend on ARCH_EXYNOS

2012-08-27 Thread Jeff Mahoney
The exynos-rng device is only found on Samsung EXYNOS devices but has dependencies that allow it to be built on other architectures. This can result in build failures on powerpc due to a missing clk_devm_get. This patch makes it depend on ARCH_EXYNOS. Signed-off-by: Jeff Mahoney --- drivers/cha