Re: [PATCH v6] media: add imx319 camera sensor driver

2018-09-24 Thread Bing Bu Cao
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

Re: [PATCH 1/1] v4l: Remove support for crop default target in subdev drivers

2018-09-24 Thread Helmut Grohne
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;

[ragnatech:media-tree] BUILD SUCCESS 4158757395b300b6eb308fc20b96d1d231484413

2018-09-24 Thread kbuild test robot
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

Re: [PATCH v6] media: add imx319 camera sensor driver

2018-09-24 Thread Bing Bu Cao
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

cron job: media_tree daily build: ERRORS

2018-09-24 Thread Hans Verkuil
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

Re: [PATCH] am335x-boneblack-common.dtsi: add cec support

2018-09-24 Thread Tony Lindgren
* 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

DVBSky S960CI hard broken in 4.18

2018-09-24 Thread Oliver Freyermuth
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

[RFP] Media Summit: rc-core status update

2018-09-24 Thread Sean Young
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

Re: [ANN] Draft Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-09-24 Thread Mauro Carvalho Chehab
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

Re: [ANN] Draft Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-09-24 Thread Mauro Carvalho Chehab
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

Re: [ANN] Draft Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-09-24 Thread Hans Verkuil
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

RE: [PATCH v6 12/12] intel-ipu3: Add imgu top level pci device driver

2018-09-24 Thread Zhi, Yong
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

Re: [ANN] Draft Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-09-24 Thread Mauro Carvalho Chehab
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

Re: [ANN] Draft Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-09-24 Thread Kieran Bingham
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

Re: [PATCH 1/1] v4l: Remove support for crop default target in subdev drivers

2018-09-24 Thread Sakari Ailus
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

Re: [PATCH 1/1] v4l: Remove support for crop default target in subdev drivers

2018-09-24 Thread Hans Verkuil
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

[ANN] Draft Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-09-24 Thread Hans Verkuil
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

[PATCH 1/1] v4l: Remove support for crop default target in subdev drivers

2018-09-24 Thread Sakari Ailus
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

[PATCH 1/1] v4l: i2c: Add a comment not to use static sub-device names in the future

2018-09-24 Thread Sakari Ailus
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

[PATCH] media: ov5640: use JPEG mode 3 for 720p

2018-09-24 Thread Hugues Fruchet
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

OFFICE

2018-09-24 Thread OFFICE

[PATCH] am335x-boneblack-common.dtsi: add cec support

2018-09-24 Thread Hans Verkuil
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

Use of V4L2_SEL_TGT_CROP_DEFAULT in i2c subdev drivers

2018-09-24 Thread Helmut Grohne
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.

Re: [PATCH v3 0/5] Fix OV5640 exposure & gain

2018-09-24 Thread Hugues FRUCHET
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