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: Sun Nov 9 04:00:15 CET 2014
git branch: test
git hash: 4895cc47a072dcb32d3300d0a46a251a8c6db5f1
gcc versio
Platform data support is retained.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core.c | 100 +++-
1 file changed, 98 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/smiapp/smiapp-core.c
b/drivers/media/i2c/smiapp/smiapp-core.c
index
The SMIA compatible sensors only need a single clock.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/smiapp/smiapp-core.c
b/drivers/media/i2c/smiapp/smiapp-core.c
index 7c79e72..c2c9
Hello,
This patchset adds support for Device tree in the smiapp driver. Platform
data support is retained as well. The actual DT related changes are
prepended by a few simple cleanups.
A new link-frequency property is defined in video-interfaces.txt, as this is
hardly something which is specif
The registered callback is called by the V4L2 async framework after the
bound callback. This allows separating the functionality in the registered
callback so that on DT based systems only sub-device registration is done
there.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core
In the case of platform data, ISPs that provide clocks to the sensor must
probe before the sensor does. Accessing the sensor does require the clocks,
and thus, probe cannot access the sensor in such a system.
This limitation does not exist in the case of the DT. Perform all
initialisation except M
Signed-off-by: Sakari Ailus
---
include/media/smiapp.h | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/media/smiapp.h b/include/media/smiapp.h
index 0b8f124..268a3cd 100644
--- a/include/media/smiapp.h
+++ b/include/media/smiapp.h
@@ -65,19 +65,19 @@ struc
struct device has a forward declaration in the header already. The header is
only needed in the .c file.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp-pll.c |1 +
drivers/media/i2c/smiapp-pll.h |2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/media/
Remove FSF's address information from the license header in the smiapp
driver and the smiapp-pll PLL calculator. This should no longer be needed,
and would be rendered outdated in case the FSF chooses to relocate its
office.
Signed-off-by: Sakari Ailus
Cc: Timo Ahonen
---
drivers/media/i2c/smia
link-frequency is a 64-bit unsigned integer array of allowed link
frequencies.
Signed-off-by: Sakari Ailus
Cc: devicet...@vger.kernel.org
---
Documentation/devicetree/bindings/media/video-interfaces.txt |3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/m
Document the smiapp device tree properties.
Signed-off-by: Sakari Ailus
Cc: devicet...@vger.kernel.org
---
.../devicetree/bindings/media/i2c/nokia,smia.txt | 63
MAINTAINERS|1 +
2 files changed, 64 insertions(+)
create mode 1
Register and unregister async sub-device for DT.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core.c | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/drivers/media/i2c/smiapp/smiapp-core.c
b/drivers/media/i2c/smiapp/smiapp-core.c
index 5
Hi,
This small set cleans up sub-device format documentation --- the
documentation noted the source format is used to configure scaling, which
was contradicting what was said right after on the selections on
sub-devices. This part was written before the selections interface.
The two latter patche
Add support for selection target V4L2_SEL_TGT_NATIVE_SIZE. It is equivalent
of what V4L2_SEL_TGT_CROP_BOUNDS used to be. Support for
V4L2_SEL_TGT_CROP_BOUNDS is still supported by the driver as a compatibility
interface.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core.c |
The V4L2_SEL_TGT_NATIVE_SIZE target is used to denote e.g. the size of a
sensor's pixel array.
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/media/v4l/selections-common.xml |8
include/uapi/linux/v4l2-common.h |2 ++
2 files changed, 10 insertions(+)
The sub-device format documentation documented scaling configuration through
formats. Instead the compose selection rectangle is elsewhere documented to
be used for the purpose. Remove scaling related part of the documentation.
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/media/v4l/dev-
Hi Барт,
If at all possible, remember to avoid top-posting, because it makes
the discussion harder to follow.
On Sat, Nov 8, 2014 at 1:42 PM, Барт Гопник wrote:
> Looks like the problem is not in the v4l. The sharpness controlled for
> my webcam is perfectly, but I can't conrol sharpness for my
Hello.
The Problem still persist.
In attachment is log of ./build command - the module dvb-usb-af9035 is
not buided.
./v4l/af9035.c/h are there ?!
I would be really happy to watch my TV again.
Could someone check where is the problem ?
Maybe in makefiles ? (I don't understand them).
Thanks.
Hi,
I reduced the buffer size in order to make this driver work on my NAS
station. It's an arm system and thus only has limited resources.
I compiled and ran with kernel 3.16.3 for some weeks and now compiled
and booted kernel 3.17.2 today.
Without this patch the device doesn't work at all, in bo
Place v4l2_mbus_pixelcode in a #ifndef __KERNEL__ section so that kernel
users don't have access to these definitions.
We have to keep this definition for user-space users even though they're
encouraged to move to the new media_bus_format enum.
Signed-off-by: Boris Brezillon
Acked-by: Sakari Ail
On Sun, 2014-10-26 at 22:25 -0700, Joe Perches wrote:
> Precedence of & and >> is not the same and is not left to right.
> shift has higher precedence and should be done after the mask.
>
> This use has a mask then shift which is not the normal style.
>
> Move the shift before the mask to match n
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media master
For:
- Some regression fixes at the Remote Controller core and imon driver;
- A build fix for certain randconfigs with ir-hix5hd2;
- Don't feed power to satellite system at ds3000 driver i
v2:
-no change, just resend with other patches.
"add_i2c_client" and "del_i2c_client" functions make code shorter and easy to
maintain.
Signed-off-by: Nibble Max
---
drivers/media/pci/smipcie/smipcie.c | 69 +
1 file changed, 40 insertions(+), 29 deletions(-
v2:
- Update Kconfig file.
DVBSky T9580 V3 card is the dual tuner card, which supports S/S2 and T2/T/C.
1>DVB-S/S2 frontend: M88DS3103/M88TS2022
2>DVB-T2/T/C frontend: SI2168B40/SI2157A30
2>PCIe bridge: SMI PCIe
Signed-off-by: Nibble Max
---
drivers/media/pci/smipcie/Kconfig | 3 ++
drivers/
Hi Hans,
On Fri, Nov 7, 2014 at 5:50 PM, Hans Verkuil wrote:
> 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 replac
Hi Hans,
Thank you for the patch.
On Fri, Nov 7, 2014 at 5:50 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Add DMABUF export support to vb2-dma-sg.
I think we should mention in the subject that this adds dmabuf export to dma-sg.
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/v4l2-co
On Sat, Nov 8, 2014 at 7:20 PM, Pawel Osciak wrote:
> Hi Hans,
> Thank you for the patch.
>
> On Fri, Nov 7, 2014 at 5:50 PM, Hans Verkuil wrote:
>> From: Hans Verkuil
>>
>> Add support for dmabuf to vb2-dma-sg.
>
> importing dmabuf into videobuf2-dma-sg.
>
One thing I missed in the review, I t
Hi Hans,
Thank you for the patch.
On Fri, Nov 7, 2014 at 5:50 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Add support for dmabuf to vb2-dma-sg.
importing dmabuf into videobuf2-dma-sg.
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/v4l2-core/videobuf2-dma-sg.c | 126
> +++
Hi Hans,
Thank you for the patch.
On Fri, Nov 7, 2014 at 5:50 PM, Hans Verkuil wrote:
> 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 vb
On Fri, Nov 7, 2014 at 2:07 PM, Boris Brezillon
wrote:
> In order to have subsytem agnostic media bus format definitions we've
> moved media bus definitions to include/uapi/linux/media-bus-format.h and
> prefixed values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT.
>
> Replace all references to the
Hi,
Thanks for the patch,
On Fri, Nov 7, 2014 at 2:07 PM, Boris Brezillon
wrote:
> In order to have subsytem agnostic media bus format definitions we've
> moved media bus definition to include/uapi/linux/media-bus-format.h and
> prefixed values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT.
>
> Re
On Fri, Nov 7, 2014 at 2:07 PM, Boris Brezillon
wrote:
> In order to have subsytem agnostic media bus format definitions we've
> moved media bus definition to include/uapi/linux/media-bus-format.h and
> prefixed values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT.
>
> Reference new definitions in a
DVBSky T9580 V3 card is the dual tuner card, which supports S/S2 and T2/T/C.
1>DVB-S/S2 frontend: M88DS3103/M88TS2022
2>DVB-T2/T/C frontend: SI2168B40/SI2157A30
2>PCIe bridge: SMI PCIe
Signed-off-by: Nibble Max
---
drivers/media/pci/smipcie/smipcie.c | 67 +
1
Hi Hans,
Thank you for the patch!
On Fri, Nov 7, 2014 at 5:50 PM, Hans Verkuil wrote:
> 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.
This patch does a bit more, i.e.
"add_i2c_client" and "del_i2c_client" functions make code shorter and easy to
maintain.
Signed-off-by: Nibble Max
---
drivers/media/pci/smipcie/smipcie.c | 69 +
1 file changed, 40 insertions(+), 29 deletions(-)
diff --git a/drivers/media/pci/smipcie/smipcie
It is wrong that sp2 device uses the i2c adapter from m88ds3103 return.
sp2 device sits on the same i2c bus with m88ds3103, not behind m88ds3103.
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb-v2/dvbsky.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/
36 matches
Mail list logo