cron job: media_tree daily build: OK

2018-09-27 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: Fri Sep 28 05:00:11 CEST 2018 media-tree git hash:4158757395b300b6eb308fc20b96d1d231484413 media_build

Dear Friend i need your help

2018-09-27 Thread Aisha Gaddafi
-- Dear Assalamu Alaikum, I came across your contact during my private search Mrs Aisha Al-Qaddafi is my name, the only daughter of late Libyan president, I have funds the sum of $27.5 million USD for investment, I am interested in you for investment project assistance in your country, i shall

Re: [PATCH v3 1/2] dt-bindings: media: Add Aspeed Video Engine binding documentation

2018-09-27 Thread Rob Herring
On Tue, 25 Sep 2018 14:27:08 -0500, Eddie James wrote: > Document the bindings. > > Signed-off-by: Eddie James > --- > .../devicetree/bindings/media/aspeed-video.txt | 26 > ++ > 1 file changed, 26 insertions(+) > create mode 100644

Re: [PATCH v4 6/7] [media] ad5820: Add support for ad5821 and ad5823

2018-09-27 Thread Sakari Ailus
Hi Ricardo, On Thu, Sep 20, 2018 at 10:47:50PM +0200, Ricardo Ribalda Delgado wrote: > According to the datasheet, both AD5821 and AD5820 share a compatible > register-set: > http://www.analog.com/media/en/technical-documentation/data-sheets/AD5821.pdf > > Some camera modules also refer that

Re: [PATCH v4 5/7] [media] ad5820: Add support for acpi autoload

2018-09-27 Thread Sakari Ailus
Hi Ricardo, On Thu, Sep 20, 2018 at 10:47:49PM +0200, Ricardo Ribalda Delgado wrote: > Allow module autoloading of ad5820 ACPI devices. > > Signed-off-by: Ricardo Ribalda Delgado > --- > drivers/media/i2c/ad5820.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

Re: [PATCH v4 4/7] [media] ad5820: Add support for of-autoload

2018-09-27 Thread Sakari Ailus
Hi Ricardo, On Thu, Sep 20, 2018 at 10:47:48PM +0200, Ricardo Ribalda Delgado wrote: > Since kernel 4.16, i2c devices with DT compatible tag are modprobed > using their DT modalias. > Without this patch, if this driver is build as module it would never > be autoprobed. > > Signed-off-by: Ricardo

Re: [PATCH v4 3/7] [media] ad5820: DT new optional field enable-gpios

2018-09-27 Thread Rob Herring
On Thu, Sep 20, 2018 at 10:47:47PM +0200, Ricardo Ribalda Delgado wrote: > Document new enable-gpio field. It can be used to disable the part enable-gpios > without turning down its regulator. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Ricardo Ribalda Delgado > Acked-by: Pavel Machek

Re: [PATCH v4 7/7] [media] ad5820: DT new compatible devices

2018-09-27 Thread Rob Herring
On Thu, 20 Sep 2018 22:47:51 +0200, Ricardo Ribalda Delgado wrote: > Document new compatible devices. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Ricardo Ribalda Delgado > --- > Documentation/devicetree/bindings/media/i2c/ad5820.txt | 5 - > 1 file changed, 4 insertions(+), 1

Re: [PATCH 3/4] media: dt-bindings: media: Document pclk-max-frequency property

2018-09-27 Thread Maxime Ripard
Hi! On Thu, Sep 27, 2018 at 04:46:06PM +0200, Hugues Fruchet wrote: > This optional property aims to inform parallel video devices > of the maximum pixel clock frequency admissible by host video > interface. If bandwidth of data to be transferred requires a > pixel clock which is higher than this

Re: [PATCH v3 00/12] media: ov5640: Misc cleanup and improvements

2018-09-27 Thread Hugues FRUCHET
Hi Maxime & all OV5640 stakeholders, I've just pushed a new patchset also related to rate/pixel clock handling [1], based on your V3 great work: >media: ov5640: Adjust the clock based on the expected rate >media: ov5640: Remove the clocks registers initialization >media: ov5640:

For editing of your photos 18

2018-09-27 Thread Jessica
Do you have needs for your photos cutting out and retouching? We do editing for e-commerce photos, portrait photos and wedding photos. You may choose to send us one or tow photos, we will provide testing to check quality. Thanks, Jessica

[PATCH 2/4] media: v4l2-core: add pixel clock max frequency parallel port property

2018-09-27 Thread Hugues Fruchet
Add pclk-max-frequency property in parallel port endpoint in order to inform sensor of the maximum pixel clock frequency admissible by camera interface that is connected on. Signed-off-by: Hugues Fruchet --- drivers/media/v4l2-core/v4l2-fwnode.c | 3 +++ include/media/v4l2-fwnode.h |

[PATCH 1/4] media: ov5640: move parallel port pixel clock divider out of registers set

2018-09-27 Thread Hugues Fruchet
Set DVP_PCLK_DIVIDER (0x3824) and VFIFO_CTRL0C (0x460c) registers in ov5640_set_dvp_pclk() according to mode selected. Signed-off-by: Hugues Fruchet --- drivers/media/i2c/ov5640.c | 66 -- 1 file changed, 46 insertions(+), 20 deletions(-) diff --git

[PATCH 0/4] OV5640: reduce rate according to maximum pixel clock

2018-09-27 Thread Hugues Fruchet
This patch serie aims to reduce parallel port rate according to maximum pixel clock frequency admissible by camera interface in front of the sensor. This allows to support any resolutions/framerate requests by decreasing the framerate according to maximum camera interface capabilities. This allows

[PATCH 4/4] media: ov5640: reduce rate according to maximum pixel clock frequency

2018-09-27 Thread Hugues Fruchet
Reduce parallel port rate according to maximum pixel clock frequency admissible by camera interface. This allows to support any resolutions/framerate requests by decreasing the framerate according to maximum camera interface capabilities. Signed-off-by: Hugues Fruchet ---

[PATCH 3/4] media: dt-bindings: media: Document pclk-max-frequency property

2018-09-27 Thread Hugues Fruchet
This optional property aims to inform parallel video devices of the maximum pixel clock frequency admissible by host video interface. If bandwidth of data to be transferred requires a pixel clock which is higher than this value, parallel video device could then typically adapt framerate to reach

Re: [PATCH 03/13] v4l2-mc: switch it to use the new approach to setup pipelines

2018-09-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Sep 2018 17:44:53 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Wednesday, 1 August 2018 18:55:05 EEST Mauro Carvalho Chehab wrote: > > Instead of relying on a static map for pids, use the new sig_type > > "taint" type to setup the pipelines with

Re: [PATCH 02/13] media: v4l2: taint pads with the signal types for consumer devices

2018-09-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Sep 2018 17:09:19 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > Could you please CC me on patches touching the media controller core ? I can > send a MAINTAINERS patch to make sure that gets handled automatically. > > On Wednesday, 1 August 2018