On Sat, Jul 31, 2010 at 02:19:36AM -0700, Dmitry Torokhov wrote:
> +/**
> + * struct keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls
> + * @scancode: scancode represented in machine-endian form.
> + * @len: length of the scancode that resides in @scancode buffer.
> + * @index: index in th
On Sat, Jul 31, 2010 at 10:23:45AM -0300, Mauro Carvalho Chehab wrote:
> Em 31-07-2010 06:19, Dmitry Torokhov escreveu:
> > The usefulnes of reserved data elements in the structure is
> > doubtful,
> > since we do not seem to require them being set to a particular value and
> > so we'll be unable
On Fri, 6 Aug 2010, Laurent Pinchart wrote:
> Hi Guennadi,
>
> On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote:
> > Many video drivers implement a discrete set of frame formats and thus face
> > a task of finding the best match for a user-requested format. Implementing
> > this in
Just a small fix to make it compile on the arm architecture.
Regards,
Hans
The following changes since commit f6bb00a1cbd26d1e0921f35fcde3c8f2972b2da3:
V4L/DVB: tvp7002: fix write to H-PLL Feedback Divider LSB register
(2010-08-06 13:57:33 -0300)
are available in the git repository
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Fri Aug 6 19:00:22 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14994:a14d56c730c4
git master:
(Note: this replaces my original pull request for 2.6.36, instead this request
is for 2.6.37 as that was preferred by Mauro)
This was originally scheduled for removal in 2.6.35, but better late than never.
The only file not changed is Documentation/devices.txt: once this pull request
has been mer
Em 06-08-2010 12:28, Hans Verkuil escreveu:
> On Thursday 05 August 2010 14:11:09 Andy Walls wrote:
3. This caught my eye:
8 +if (is_cx2388x(state)) {
9 +/* for cx23885 volume doesn't work,
10 + * the calculati
This was originally scheduled for removal in 2.6.35, but better late than never.
The only file not changed is Documentation/devices.txt: once this pull request
has been merged I will use the instructions in that file to notify Alan Cox who
maintains this.
Regards,
Hans
The following cha
On Thursday 05 August 2010 14:11:09 Andy Walls wrote:
> > > 3. This caught my eye:
> > >
> > > 8 + if (is_cx2388x(state)) {
> > > 9 + /* for cx23885 volume doesn't work,
> > >10 +* the calculation always results in
> > >11 +
Hi Mauro,
Here is the rebased control framework code.
Both cx25840 patches have been modified, all other patches are unchanged.
Regards,
Hans
The following changes since commit 2763aca7314d3296dbabed9220a0a4094a6c1215:
V4L/DVB: gspca - zc3xx: Redefine the exchanges of sensor mt9v11
Signed-off-by: Pawel Osciak
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-fimc/fimc-core.c | 36 +
drivers/media/video/s5p-fimc/fimc-core.h | 30 +++--
2 files changed, 44 insertions(+), 22 deletions(-)
diff --git a/drivers/media/vi
Hello Hans,
I've just posted updated patchset. It changes the way regions are
reserved somehow so our discussion is not entirely applicable to a
new version I think.
I preserved the original "map" there. I came to a conclusion that
your approach is not that different from what I had in mind bu
Hi Guennadi,
On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote:
> Many video drivers implement a discrete set of frame formats and thus face
> a task of finding the best match for a user-requested format. Implementing
> this in a generic function has also an advantage, that different
This patch adds a pair of early parameters ("cma" and
"cma.map") which let one override the CMA configuration
given by platform without the need to recompile the kernel.
---
Documentation/contiguous-memory.txt | 82 --
Documentation/kernel-parameters.txt |4 +
mm/Kconfig
Added the CMA initialisation code to two Samsung platforms.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
arch/arm/mach-s5pv210/mach-aquila.c | 31 +++
arch/arm/mach-s5pv210/mach-goni.c | 31 +++
2 files changed,
The SysFS development interface lets one change the map attribute
at run time as well as observe what regions have been reserved.
---
.../ABI/testing/sysfs-kernel-mm-contiguous | 58
Documentation/contiguous-memory.txt|4 +
mm/Kconfig
This patch adds a "cma" misc device which lets user space use the
CMA API. This device is meant for testing. A testing application
is also provided.
Signed-off-by: Michal Nazarewicz
Signed-off-by: Kyungmin Park
---
drivers/misc/Kconfig |8 +
drivers/misc/Makefile |1 +
drivers/misc
Hello everyone,
The following patchset implements a Contiguous Memory Allocator. For
those who have not yet stumbled across CMA an excerpt from
documentation:
The Contiguous Memory Allocator (CMA) is a framework, which allows
setting up a machine-specific configuration for physically-conti
Added a rb_root_init() function which initialises a rb_root
structure as a red-black tree with at most one element. The
rationale is that using rb_root_init(root, node) is more
straightforward and cleaner then first initialising and
empty tree followed by an insert operation.
Signed-off-by: Micha
Em 01-08-2010 15:10, Hans Verkuil escreveu:
> Hi Mauro,
>
> This is the final version of the control framework for 2.6.36.
>
> Laurent tried to implement the control framework for UVC. While possible, it
> is clear that it is a poor fit for the particular requirements of UVC.
> Basically
> it wo
Em 03-08-2010 12:16, Pawel Osciak escreveu:
> Hi Mauro,
>
> please pull the s5p-fimc driver with your yesterday's comments addressed.
>
>
> The following changes since commit c57fd88318988f17731e446fe1d8498f506fdd44:
>
> V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako (2010-07-05 19:47:
On Fri, 2010-08-06 at 11:40 +0200, lawrence rust wrote:
> On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote:
> > Well still no luck this end. Have done the following:
> > 2) Applied the patch - no change (we were detecting the WM8775 OK
BTW, I forgot to mention the ivtv driver uses the WM
On Fri, 2010-08-06 at 11:40 +0200, lawrence rust wrote:
> On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote:
> [snip]
> > Well still no luck this end. Have done the following:
> > 1) Swapped boards - no change
> > 2) Applied the patch - no change (we were detecting the WM8775 OK
> > anyway a
HI
For the card AVerTV Duo Hybrid PCI-E II (A188)
I have compiled correctly saa716x driver with kernel 2.6.32.17
I have to modify a card id with this patch:
--- linux/drivers/media/common/saa716x/saa716x_hybrid.h~2010-06-20
--- 13:24:18.0 +0200
+++ linux/drivers/media/common/saa
On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote:
[snip]
> Well still no luck this end. Have done the following:
> 1) Swapped boards - no change
> 2) Applied the patch - no change (we were detecting the WM8775 OK
> anyway and the other changes were either non HVR-1300 or we had
> already tr
25 matches
Mail list logo