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

2018-10-20 Thread Tomasz Figa
On Sun, Oct 21, 2018 at 6:53 AM Sakari Ailus wrote: > > Hi Tomasz, > > On Thu, Oct 18, 2018 at 12:24:31PM +0900, Tomasz Figa wrote: > > On Tue, Oct 16, 2018 at 8:50 PM Sakari Ailus > > wrote: > > > > > > Hi Tomasz, > > > > > > On Fri, Oct 12, 2018 at 05:06:56PM +0900, Tomasz Figa wrote: > > > >

cron job: media_tree daily build: OK

2018-10-20 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: Sun Oct 21 05:00:10 CEST 2018 media-tree git hash:3b796aa60af087f5fec75aee9b17f2130f2b9adc media_build

Editors 4

2018-10-20 Thread Linda
We are one image studio who is able to process 300+ photos a day. If you need any image editing, please let us know. We can do it for you such as: Image cut out for photos and clipping path, masking for your photos, They are mostly used for ecommerce photos, jewelry photos retouching, beauty

Editors 4

2018-10-20 Thread Linda
We are one image studio who is able to process 300+ photos a day. If you need any image editing, please let us know. We can do it for you such as: Image cut out for photos and clipping path, masking for your photos, They are mostly used for ecommerce photos, jewelry photos retouching, beauty

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

2018-10-20 Thread Sakari Ailus
Hi Tomasz, On Thu, Oct 18, 2018 at 12:24:31PM +0900, Tomasz Figa wrote: > On Tue, Oct 16, 2018 at 8:50 PM Sakari Ailus > wrote: > > > > Hi Tomasz, > > > > On Fri, Oct 12, 2018 at 05:06:56PM +0900, Tomasz Figa wrote: > > > On Fri, Oct 12, 2018 at 4:58 PM Sakari Ailus > > > wrote: > > > > > > > >

Photo studio 33

2018-10-20 Thread Linda
We are one image studio who is able to process 300+ photos a day. If you need any image editing, please let us know. We can do it for you such as: Image cut out for photos and clipping path, masking for your photos, They are mostly used for ecommerce photos, jewelry photos retouching, beauty

Photo studio 33

2018-10-20 Thread Linda
We are one image studio who is able to process 300+ photos a day. If you need any image editing, please let us know. We can do it for you such as: Image cut out for photos and clipping path, masking for your photos, They are mostly used for ecommerce photos, jewelry photos retouching, beauty

Re: cec kernel oops with pulse8 usb cec adapter

2018-10-20 Thread Hans Verkuil
Hi Sean, Can you take a look at this, it appears to be an RC issue, see my analysis below. On 10/20/2018 03:26 PM, Torbjorn Jansson wrote: > Hello > > i'm using the pulse8 usb cec adapter to control my tv. > i have a few scripts that poll the power status of my tv and after a while it > stops

Imaging 39

2018-10-20 Thread Linda
We are one image studio who is able to process 300+ photos a day. If you need any image editing, please let us know. We can do it for you such as: Image cut out for photos and clipping path, masking for your photos, They are mostly used for ecommerce photos, jewelry photos retouching, beauty

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2018-10-20 Thread Sakari Ailus
On Wed, Oct 17, 2018 at 11:46:54PM +0300, Laurent Pinchart wrote: > Hi Hans, > > On Wednesday, 17 October 2018 12:16:14 EEST Hans Verkuil wrote: > > On 10/17/2018 10:57 AM, Laurent Pinchart wrote: > > > On Thursday, 20 September 2018 17:42:15 EEST Hans Verkuil wrote: > > >> Some parts of the V4L2

Re: [PATCH v4 1/6] media: video-i2c: avoid accessing released memory area when removing driver

2018-10-20 Thread Sakari Ailus
On Sat, Oct 20, 2018 at 11:26:23PM +0900, Akinobu Mita wrote: > The video device release() callback for video-i2c driver frees the whole > struct video_i2c_data. If there is no user left for the video device > when video_unregister_device() is called, the release callback is executed. > >

linux-media - 123456

2018-10-20 Thread help
Greetings, my victim. I know your password - 123456 This is my last warning. I write you inasmuch as I set a trojan on the internet page with pornography which you have visited. My spyware grabbed all your personal information and switched on your webcam which caught the process of one's

Re: [PATCH 4/4] media: mt9m111: allow to setup pixclk polarity

2018-10-20 Thread Marco Felsch
Hi Sakari, On 18-10-20 00:24, Sakari Ailus wrote: > Hi Marco, > > Thanks for the patchset. > > On Fri, Oct 19, 2018 at 05:50:27PM +0200, Marco Felsch wrote: > > From: Enrico Scholz > > > > The chip can be configured to output data transitions on the > > rising or falling edge of PIXCLK

[PATCH v4 2/6] media: video-i2c: use i2c regmap

2018-10-20 Thread Akinobu Mita
Use regmap for i2c register access. This simplifies register accesses and chooses suitable access commands based on the functionality that the adapter supports. Cc: Matt Ranostay Cc: Sakari Ailus Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Acked-by: Matt Ranostay Acked-by: Sakari Ailus

[PATCH v4 6/6] media: video-i2c: support runtime PM

2018-10-20 Thread Akinobu Mita
AMG88xx has a register for setting operating mode. This adds support runtime PM by changing the operating mode. The instruction for changing sleep mode to normal mode is from the reference specifications. https://docid81hrs3j1.cloudfront.net/medialibrary/2017/11/PANA-S-A0002141979-1.pdf Cc:

[PATCH v4 4/6] media: vivid: use V4L2_FRACT_COMPARE

2018-10-20 Thread Akinobu Mita
Now the equivalent of FRACT_CMP() is added in v4l2 common internal API header. Cc: Matt Ranostay Cc: Sakari Ailus Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Acked-by: Sakari Ailus Signed-off-by: Akinobu Mita --- * v4 - No changes from v3 drivers/media/platform/vivid/vivid-vid-cap.c | 9

[PATCH v4 5/6] media: video-i2c: support changing frame interval

2018-10-20 Thread Akinobu Mita
AMG88xx has a register for setting frame rate 1 or 10 FPS. This adds support changing frame interval. Reference specifications: https://docid81hrs3j1.cloudfront.net/medialibrary/2017/11/PANA-S-A0002141979-1.pdf Cc: Matt Ranostay Cc: Sakari Ailus Cc: Hans Verkuil Cc: Mauro Carvalho Chehab

[PATCH v4 3/6] media: v4l2-common: add V4L2_FRACT_COMPARE

2018-10-20 Thread Akinobu Mita
Add macro to compare two v4l2_fract values in v4l2 common internal API. The same macro FRACT_CMP() is used by vivid and bcm2835-camera. This just renames it to V4L2_FRACT_COMPARE in order to avoid namespace collision. Cc: Matt Ranostay Cc: Sakari Ailus Cc: Hans Verkuil Cc: Mauro Carvalho

[PATCH v4 1/6] media: video-i2c: avoid accessing released memory area when removing driver

2018-10-20 Thread Akinobu Mita
The video device release() callback for video-i2c driver frees the whole struct video_i2c_data. If there is no user left for the video device when video_unregister_device() is called, the release callback is executed. However, in video_i2c_remove() some fields (v4l2_dev, lock, and queue_lock) in

[PATCH v4 0/6] media: video-i2c: support changing frame interval and runtime PM

2018-10-20 Thread Akinobu Mita
This patchset adds support for changing frame interval and runtime PM for video-i2c driver. This also adds an helper macro to v4l2 common internal API that is used to to find a suitable frame interval. There are a couple of unrelated changes that are included for simplifying driver

cec kernel oops with pulse8 usb cec adapter

2018-10-20 Thread Torbjorn Jansson
Hello i'm using the pulse8 usb cec adapter to control my tv. i have a few scripts that poll the power status of my tv and after a while it stops working returning errors when trying to check if tv is on or off. this i think matches a kernel oops i'm seeing that i suspect is related to this. i