On 09/25/2018 11:57 AM, Bing Bu Cao wrote:
>
> On 09/21/2018 08:06 PM, Sakari Ailus wrote:
>> Hi Bingbu,
>>
>> On Fri, Sep 21, 2018 at 05:41:55PM +0800, bingbu@intel.com wrote:
>>> From: Bingbu Cao
>>>
>>> Add a v4l2 sub-device driver for the Sony imx319 image sensor.
>>> This is a camera s
On Mon, Sep 24, 2018 at 04:42:27PM +0200, Sakari Ailus wrote:
> --- a/drivers/media/i2c/mt9t112.c
> +++ b/drivers/media/i2c/mt9t112.c
> @@ -888,12 +888,6 @@ static int mt9t112_get_selection(struct v4l2_subdev *sd,
> sel->r.width = MAX_WIDTH;
> sel->r.height = MAX_HEIGHT;
tree/branch: git://git.ragnatech.se/linux media-tree
branch HEAD: 4158757395b300b6eb308fc20b96d1d231484413 media: davinci: Fix
implicit enum conversion warning
elapsed time: 228m
configs tested: 87
The following configs have been built successfully.
More configs may be tested in the coming da
On 09/21/2018 08:06 PM, Sakari Ailus wrote:
> Hi Bingbu,
>
> On Fri, Sep 21, 2018 at 05:41:55PM +0800, bingbu@intel.com wrote:
>> From: Bingbu Cao
>>
>> Add a v4l2 sub-device driver for the Sony imx319 image sensor.
>> This is a camera sensor using the i2c bus for control and the
>> csi-2 b
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: Tue Sep 25 05:00:38 CEST 2018
media-tree git hash:4158757395b300b6eb308fc20b96d1d231484413
media_build gi
* Hans Verkuil [180924 04:06]:
> Add CEC support to the tda998x.
>
> Signed-off-by: Hans Verkuil
> ---
> Note: this relies on this gpio patch series:
>
> https://www.spinics.net/lists/linux-gpio/msg32401.html
>
> and this follow-up gpio patch:
>
> https://www.spinics.net/lists/linux-gpio/msg3
Dear DVB experts,
commit:
7d95fb7 - media: dvbsky: use just one mutex for serializing device R/W ops
hard breaks DVBSky cards.
Also the previous locking commits have caused several runtime issues.
Since the bug tracker is not regularly checked, I'd love to make everybody
aware of the correspon
A 10 minute status update on rc-core, present and future. I'll give a
brief presentation and leave some time for discussion.
Thanks
Sean
Em Mon, 24 Sep 2018 19:41:13 +0200
Hans Verkuil escreveu:
> On 09/24/2018 07:12 PM, Mauro Carvalho Chehab wrote:
> > Em Mon, 24 Sep 2018 16:42:13 +0200
> > Hans Verkuil escreveu:
> >
> >> Hi all,
> >>
> >> We are organizing a media mini-summit on Thursday October 25th in
> >> Edinburgh, Edinb
Em Mon, 24 Sep 2018 14:12:36 -0300
Mauro Carvalho Chehab escreveu:
> Em Mon, 24 Sep 2018 16:42:13 +0200
> Hans Verkuil escreveu:
>
> > Hi all,
> >
> > We are organizing a media mini-summit on Thursday October 25th in
> > Edinburgh, Edinburgh International Conference Centre.
> >
> > If you pla
On 09/24/2018 07:12 PM, Mauro Carvalho Chehab wrote:
> Em Mon, 24 Sep 2018 16:42:13 +0200
> Hans Verkuil escreveu:
>
>> Hi all,
>>
>> We are organizing a media mini-summit on Thursday October 25th in
>> Edinburgh, Edinburgh International Conference Centre.
>>
>> If you plan to attend, please let
Hi, Tomasz,
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Tomasz Figa
> Sent: Tuesday, September 18, 2018 10:23 AM
> To: Zhi, Yong
> Cc: Linux Media Mailing List ; Sakari Ailus
> ; Mani, Rajmohan
> ; Toivonen, Tuu
Em Mon, 24 Sep 2018 16:42:13 +0200
Hans Verkuil escreveu:
> Hi all,
>
> We are organizing a media mini-summit on Thursday October 25th in
> Edinburgh, Edinburgh International Conference Centre.
>
> If you plan to attend, please let Mauro know. It is open for all, but
> we have a limited number
Hi Hans, Mauro,
I believe I selected attendance when registering for the conference, but
please add my name to the list here as well.
I have a small topic which might start off in the hallway track before
hand that I'd like to kick off too.
"Fault tolerant V4L2" ...
In other words, how should w
On Mon, Sep 24, 2018 at 04:47:07PM +0200, Hans Verkuil wrote:
> On 09/24/2018 04:42 PM, Sakari Ailus wrote:
> > The V4L2 sub-device API does not support the crop default target. A number
> > of drivers apparently still did support this, likely as it was needed by
> > the SoC camera framework. Drop
On 09/24/2018 04:42 PM, Sakari Ailus wrote:
> The V4L2 sub-device API does not support the crop default target. A number
> of drivers apparently still did support this, likely as it was needed by
> the SoC camera framework. Drop support for the default crop rectaingle in
> sub-device drivers, and u
Hi all,
We are organizing a media mini-summit on Thursday October 25th in
Edinburgh, Edinburgh International Conference Centre.
If you plan to attend, please let Mauro know. It is open for all, but
we have a limited number of seats.
Name of the room for the summit: TBD
Currently known attendees
The V4L2 sub-device API does not support the crop default target. A number
of drivers apparently still did support this, likely as it was needed by
the SoC camera framework. Drop support for the default crop rectaingle in
sub-device drivers, and use the bround in SoC camera instead.
Reported-by: H
A number of sub-device drivers used a static name for the sub-device, and
thus the media entity. As the entity name must be unique within a media
device, this makes it impossible to have more than one instance of each
device in a media device. This is a rather severe limitation.
Instead of fixing
Change 720p JPEG mode to mode 3 as per other resolutions.
Signed-off-by: Hugues Fruchet
---
drivers/media/i2c/ov5640.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/i2c/ov5640.c
index 30b15e9..664ffac 100644
--- a/drivers/media/i2c
Add CEC support to the tda998x.
Signed-off-by: Hans Verkuil
---
Note: this relies on this gpio patch series:
https://www.spinics.net/lists/linux-gpio/msg32401.html
and this follow-up gpio patch:
https://www.spinics.net/lists/linux-gpio/msg32551.html
that will appear in 4.20.
Tested with my B
Hi,
Documentation/media/uapi/v4l/v4l2-selection-targets.rst says that
V4L2_SEL_TGT_CROP_DEFAULT is not valid for subdev drivers. Looking into
drivers/media/i2c (which contains only subdev drivers except for
video-i2c.c), the following drivers implement V4L2_SEL_TGT_CROP_DEFAULT:
ak881x.c
mt9m111.
Many thanks for this work Jacopo and Sakari,
On my side I've made some other improvements/fixes on OV5640 that I will
push in the coming days.
BR,
Hugues.
On 09/17/2018 01:40 PM, Sakari Ailus wrote:
> On Mon, Sep 17, 2018 at 09:47:19AM +0200, jacopo mondi wrote:
>> Hi Sakari,
>> thanks
24 matches
Mail list logo