All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] disable IR_GPIO_CIR module for kernels older than 2.6.35
@ 2012-03-09 12:19 Gianluca Gennari
  2012-03-09 12:26 ` Gianluca Gennari
  0 siblings, 1 reply; 2+ messages in thread
From: Gianluca Gennari @ 2012-03-09 12:19 UTC (permalink / raw)
  To: linux-media, mchehab; +Cc: Gianluca Gennari

The new module introduced with this patch:
http://patchwork.linuxtv.org/patch/10083/
requires request_any_context_irq() first introduced in 2.6.35

Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
---
 v4l/versions.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/v4l/versions.txt b/v4l/versions.txt
index ff103bf..08b903a 100644
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -30,6 +30,10 @@ VIDEO_VIA_CAMERA
 
 [2.6.36]
 
+[2.6.35]
+# Requires request_any_context_irq() introduced in 2.6.35
+IR_GPIO_CIR
+
 [2.6.34]
 MACH_DAVINCI_DM6467_EVM
 MFD_TIMBERDALE
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] disable IR_GPIO_CIR module for kernels older than 2.6.35
  2012-03-09 12:19 [PATCH] disable IR_GPIO_CIR module for kernels older than 2.6.35 Gianluca Gennari
@ 2012-03-09 12:26 ` Gianluca Gennari
  0 siblings, 0 replies; 2+ messages in thread
From: Gianluca Gennari @ 2012-03-09 12:26 UTC (permalink / raw)
  To: linux-media, mchehab

Sorry, I forgot the [media_build] tag.
This patch is required to fix compilation of the media_buid tree on my
Ubuntu 10.04 system with kernel 2.6.32.

Regards,
Gianluca

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-09 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 12:19 [PATCH] disable IR_GPIO_CIR module for kernels older than 2.6.35 Gianluca Gennari
2012-03-09 12:26 ` Gianluca Gennari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.