org
Cc: de...@driverdev.osuosl.org
Signed-off-by: Paul Gortmaker
---
.../media/atomisp/platform/clock/vlv2_plat_clock.c | 21 +
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/drivers/staging/media/atomisp/platform/clock/vlv2_plat_clock.c
b/drivers/staging/media/atomisp/plat
[Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly
non-modular] On 14/04/2017 (Fri 10:12) Greg Kroah-Hartman wrote:
> On Wed, Apr 12, 2017 at 09:57:55PM -0400, Paul Gortmaker wrote:
> > The Makefile / Kconfig currently controlling compilation of this code is:
>
[Re: linux-next: build failure after merge of the moduleh tree] On 29/07/2011
(Fri 15:37) Stephen Rothwell wrote:
[...]
>
> Forget that, it was not the correct patch. Instead I have added this
> patch for today:
>
> From: Stephen Rothwell
> Date: Fri, 29 Jul 2011 15:34:32 +1000
> Subject: [P
[linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri
15:25) Stephen Rothwell wrote:
> Hi Paul,
>
> After merging the moduleh tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/media/rc/ir-raw.c: In function 'init_decoders':
> drivers/m
never intended to work without these enabled,
so add a dependency on CONFIG_VIDEO_V4L2_SUBDEV_API, which in
turn already has a dependency on CONFIG_MEDIA_CONTROLLER.
Reported-by: Randy Dunlap
Signed-off-by: Paul Gortmaker
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 75
On Sat, Oct 8, 2011 at 6:52 AM, Mauro Carvalho Chehab
wrote:
> Em 06-10-2011 00:02, Stephen Rothwell escreveu:
>>
>> Hi Mauro,
>>
>> On Fri, 30 Sep 2011 15:38:13 -0700 Randy Dunlap
>> wrote:
>>>
>>> On 09/30/11 14:34, Paul Gortmaker wro