This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Fri Oct 24 04:00:35 CEST 2014
git branch: test
git hash: 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c
gcc versi
This is a complete re-write inspired by the original lirc driver.
Signed-off-by: Sean Young
---
MAINTAINERS|6 +
drivers/media/rc/Kconfig | 15 +++
drivers/media/rc/Makefile |1 +
drivers/media/rc/igorplugusb.c | 261 +
This driver has been replaced by an rc-core driver for the same hardware.
Signed-off-by: Sean Young
---
drivers/staging/media/lirc/Kconfig|6 -
drivers/staging/media/lirc/Makefile |1 -
drivers/staging/media/lirc/lirc_igorplugusb.c | 508 -
Hans,
Please check the apparent typo in your text below.
what humans to best -> what humans do best
As for me, I am happy that I can still see well enough to have caught it.
Theodore Kilgore
On Wed, 22 Oct 2014, Hans Verkuil wrote:
> During the mini-summit it was decided that we should put
Hi Mauro,
I've collected the Exynos driver fixes in this pull request, it's mostly
non-critical compiler warning fixes, except the PLAT_S5P patch.
The following changes since commit 9f93c52783faa24c5c6fca216acf0765ad5d8dd6:
[media] hackrf: harmless off by one in debug code (2014-10-21 08:56:52
if "chip_id" is wrong or "dev->cfg.clock_out" is invalid, the i2c model is
still loaded.
It will cause "kernel NULL pointer dereference" oops when the i2c model remove.
returning the err code will prevent the i2c model load.
Signed-off-by: Nibble Max
---
drivers/media/tuners/m88ts2022.c | 2 ++
Hi Ulf,
Am Donnerstag, den 23.10.2014, 14:15 +0200 schrieb Ulf Hansson:
> > At what point is the pm domain supposed to be enabled when I load the
> > module?
>
> Hi Philipp,
>
> The PM domain shall be powered on prior your driver starts probing.
> This is a common problem when using the generic
Hi,
On 10/23/2014 12:01 PM, Laurent Pinchart wrote:
> On Thursday 23 October 2014 12:40:12 Sakari Ailus wrote:
>> Hi Hans,
>>
>> Hans de Goede wrote:
>>> Maybe we should merge libmediactl into v4l-utils then ? Rather then
>>> v4l-utils growing an external dependency on it. Sakari ?
>>
>> libmediac
Hi,
On 10/05/2014 08:43 AM, John McMaster wrote:
> Adds support for AmScope MU800 / ToupTek UCMOS08000KPB USB microscope camera.
First of all many thanks for writing this driver, and also for submitting it
upstream. We always appreciate it a lot when people put in the effort to
write a driver to
On 23 October 2014 13:57, Philipp Zabel wrote:
> Hi Ulf,
>
> Am Montag, den 22.09.2014, 20:44 +0200 schrieb Ulf Hansson:
>> On 22 September 2014 18:05, Philipp Zabel wrote:
>> > From: Ulf Hansson
>> >
>> > For several reasons it's good practice to leave devices in runtime PM
>> > active state wh
Hi Ulf,
Am Montag, den 22.09.2014, 20:44 +0200 schrieb Ulf Hansson:
> On 22 September 2014 18:05, Philipp Zabel wrote:
> > From: Ulf Hansson
> >
> > For several reasons it's good practice to leave devices in runtime PM
> > active state while those have been probed.
> >
> > In this cases we also
From: Hans Verkuil
Now that vb2 supports DMABUF export for dma-sg and vmalloc memory
modes, we can enable the vb2_expbuf support in vivid.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/vivid/vivid-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media
From: Hans Verkuil
This moves dma_(un)map_sg to the get_userptr/put_userptr and alloc/put
memops of videobuf2-dma-sg.c and adds dma_sync_sg_for_device/cpu to the
prepare/finish memops.
Now that vb2-dma-sg will sync the buffers for you in the prepare/finish
memops we can drop that from the driver
From: Hans Verkuil
Require that dma-sg also uses an allocation context. This is in preparation
for adding prepare/finish memops to sync the memory between DMA and CPU.
Signed-off-by: Hans Verkuil
---
drivers/media/pci/cx23885/cx23885-417.c | 1 +
drivers/media/pci/cx23885/cx23885-core
From: Hans Verkuil
Document that drivers can access/modify the buffer contents in buf_prepare
and buf_finish. That was not clearly stated before.
Signed-off-by: Hans Verkuil
---
include/media/videobuf2-core.h | 32 +---
1 file changed, 17 insertions(+), 15 deletions
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/platform/mem2mem_testdev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/mem2mem_testdev.c
b/drivers/media/platform/mem2mem_testdev.c
index c1b03cf..9ee80cd 100644
--- a/drivers/media/platform/mem2mem
From: Hans Verkuil
By default dma_map_sg syncs the mapped buffer to the device. But
buf_prepare expects a buffer syncs for the cpu and the buffer
will be synced to the device in the prepare memop.
The reverse is true for dma_unmap_sg, buf_finish and the finish
memop.
To prevent unnecessary sync
From: Hans Verkuil
Now that all drivers have been converted, this function can be dropped.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-core.c | 8 +---
drivers/media/v4l2-core/videobuf2-dma-contig.c | 11 ---
drivers/media/v4l2-core/videobuf2-dma-sg.c
From: Hans Verkuil
Add support for DMABUF exporting to the vb2-vmalloc implementation.
All memory models now have support for both importing and exporting of DMABUFs.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-vmalloc.c | 174
1 file changed
From: Hans Verkuil
Add support for dmabuf to vb2-dma-sg.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-dma-sg.c | 126 +++--
1 file changed, 119 insertions(+), 7 deletions(-)
diff --git a/drivers/media/v4l2-core/videobuf2-dma-sg.c
b/drivers/media/v
From: Hans Verkuil
The 'write' argument is very ambiguous. I first assumed that if it is 1,
then we're doing video output but instead it meant the reverse.
Since it is used to setup the dma_dir value anyway it is now replaced by
the correct dma_dir value which is unambiguous.
Signed-off-by: Han
From: Hans Verkuil
Document how the new vb2_plane_begin/end_cpu_access() functions should
be used in buf_prepare/finish.
Signed-off-by: Hans Verkuil
---
include/media/videobuf2-core.h | 35 ++-
1 file changed, 22 insertions(+), 13 deletions(-)
diff --git a/incl
From: Hans Verkuil
Add DMABUF export support to vb2-dma-sg.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-dma-sg.c | 170 +
1 file changed, 170 insertions(+)
diff --git a/drivers/media/v4l2-core/videobuf2-dma-sg.c
b/drivers/media/v4l2-core/vide
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-dvb.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/media/v4l2-core/videobuf2-dvb.c
b/drivers/media/v4l2-core/videobuf2-dvb.c
index d092698..d954bb8 100644
--- a/drivers/me
From: Hans Verkuil
The existing vb2_plane_vaddr function is not enough when dealing with
dmabuf. For dmabuf you need to be explicit when the cpu needs access to
the buffer and when that can be stopped.
So add vb2_plane_begin/end_cpu_access as a vaddr replacement. The old
vb2_plane_vaddr function
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/dvb-frontends/rtl2832_sdr.c | 16 ++--
drivers/media/parport/bw-qcam.c| 5 ++-
drivers/media/pci/solo6x10/solo6x10-v4l2.c | 6 ++-
drivers/media/platform/davinci/vpbe_display.c | 3
Changes since v3:
- Dropped patch 02/10: succeeded by patch 10/15 in this series
- Added patches 11-15 to correctly handle syncing/mapping dmabuf
buffers for CPU access. This was never done correctly before.
Many thanks to Pawel Osciak for helping me with this during the
media mini-summit la
The following changes since commit 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c:
Merge tag 'v3.18-rc1' into patchwork (2014-10-21 08:32:51 -0200)
are available in the git repository at:
http://git.linuxtv.org/cgit.cgi/kdebski/media_tree_2.git for-3.19
for you to fetch changes up to 85ec8ff4c39
DVBSky s950ci dvb-s/s2 ci PCIe card:
1>dvb frontend: M88TS2022(tuner),M88DS3103(demod)
2>ci controller: CIMAX SP2 or its clone.
3>PCIe bridge: CX23885
The patchs are based on the following patchs.
Olli Salonen submit:
https://patchwork.linuxtv.org/patch/26180/
https://patchwork.linuxtv.org/patch/2
DVBSky s950ci dvb-s/s2 ci PCIe card:
1>dvb frontend: M88TS2022(tuner),M88DS3103(demod)
2>ci controller: CIMAX SP2 or its clone.
3>PCIe bridge: CX23885
The patchs are based on the following patchs.
Olli Salonen submit:
https://patchwork.linuxtv.org/patch/26180/
https://patchwork.linuxtv.org/patch/2
On Thursday 23 October 2014 12:40:12 Sakari Ailus wrote:
> Hi Hans,
>
> Hans de Goede wrote:
> > Maybe we should merge libmediactl into v4l-utils then ? Rather then
> > v4l-utils growing an external dependency on it. Sakari ?
>
> libmediactl is already a part of v4l-utils, but it's under utils ra
Hi Hans,
Hans de Goede wrote:
Maybe we should merge libmediactl into v4l-utils then ? Rather then
v4l-utils growing an external dependency on it. Sakari ?
libmediactl is already a part of v4l-utils, but it's under utils rather
than lib directory. Cc Laurent.
--
Kind regards,
Sakari Ailus
s
Hi,
On 10/23/2014 10:54 AM, Jacek Anaszewski wrote:
> Hi Hans, Sakari,
>
> On 10/23/2014 10:19 AM, Hans de Goede wrote:
>> Hi,
>>
>> On 10/22/2014 11:47 AM, Sakari Ailus wrote:
>>> Hi Hans,
>>>
>>> Hans de Goede wrote:
Hi Sakari,
On 10/21/2014 12:40 PM, Sakari Ailus wrote:
> Hi
Hi Hans, Sakari,
On 10/23/2014 10:19 AM, Hans de Goede wrote:
Hi,
On 10/22/2014 11:47 AM, Sakari Ailus wrote:
Hi Hans,
Hans de Goede wrote:
Hi Sakari,
On 10/21/2014 12:40 PM, Sakari Ailus wrote:
Hi,
This is a tiny library for parsing text-based media link, V4L2 sub-device
format (and sele
Hi,
On 10/22/2014 11:47 AM, Sakari Ailus wrote:
> Hi Hans,
>
> Hans de Goede wrote:
>> Hi Sakari,
>>
>> On 10/21/2014 12:40 PM, Sakari Ailus wrote:
>>> Hi,
>>>
>>> This is a tiny library for parsing text-based media link, V4L2 sub-device
>>> format (and selection) configurations as well as contro
35 matches
Mail list logo