[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120827212412.GC4400@opensource.wolfsonmicro.com>
Date: Mon, 27 Aug 2012 14:24:14 -0700
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Stephen Boyd <sboyd@...eaurora.org>
Cc: Jeff Mahoney <jeffm@...e.com>,
Jonghwa Lee <jonghwa3.lee@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Linux Kernel Maling List <linux-kernel@...r.kernel.org>,
Mike Turquette <mturquette@...com>
Subject: Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS
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 to a missing clk_devm_get.
> > This patch makes it depend on ARCH_EXYNOS.
> 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 move devm_clk_get() to common
> code so that we don't have these failures[1]. Can you try that patch?
> [1] https://lkml.org/lkml/2012/6/5/186
Yeah, I sent patches for that - they're currently languishing in the
patch tracker. I'm also working on trying to get the generic clock API
enabled on all architectures that don't have one currently but that's
going depressingly slowly.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists