cron job: media_tree daily build: ERRORS

2016-12-22 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 Dec 23 05:00:18 CET 2016 media-tree git hash:c739c0a7c3c2472d7562b8f802cdce44d2597c8b media_build git

Re: [RFC/PATCH] media: Add video bus switch

2016-12-22 Thread Sebastian Reichel
Hi, On Thu, Dec 22, 2016 at 11:42:26PM +0100, Pavel Machek wrote: > On Thu 2016-12-22 15:32:44, Sebastian Reichel wrote: > > Hi Pavel, > > > > On Thu, Dec 22, 2016 at 02:39:38PM +0100, Pavel Machek wrote: > > > N900 contains front and back camera, with a switch between the > > > two. This adds su

Re: [RFC/PATCH] media: Add video bus switch

2016-12-22 Thread Sebastian Reichel
Hi, On Thu, Dec 22, 2016 at 09:53:17PM +0100, Pavel Machek wrote: > > 1. Settings must be applied before the streaming starts instead of > > at probe time, since the settings may change (based one the selected > > camera). That should be fairly easy to implement by just moving the > > code to the

Re: [RFC/PATCH] media: Add video bus switch

2016-12-22 Thread Pavel Machek
On Thu 2016-12-22 15:32:44, Sebastian Reichel wrote: > Hi Pavel, > > On Thu, Dec 22, 2016 at 02:39:38PM +0100, Pavel Machek wrote: > > N900 contains front and back camera, with a switch between the > > two. This adds support for the swich component. > > > > Signed-off-by: Sebastian Reichel > > S

Re: [RFC/PATCH] media: Add video bus switch

2016-12-22 Thread Pavel Machek
Hi! > > I see this needs dts documentation, anything else than needs to be > > done? > > Yes. This driver takes care of the switch gpio, but the cameras also > use different bus settings. Currently omap3isp gets the bus-settings > from the link connected to the CCP2 port in DT at probe time (*).

Re: Media summit in Feb? - Was: Re: [RFC v3 00/21] Make use of kref in media device, grab references as needed

2016-12-22 Thread Mauro Carvalho Chehab
Em Thu, 22 Dec 2016 19:47:15 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > On Tuesday 20 Dec 2016 23:31:42 Mauro Carvalho Chehab wrote: > > Em Mon, 19 Dec 2016 07:28:29 -0200 Mauro Carvalho Chehab escreveu: > > > Em Fri, 16 Dec 2016 15:45:10 +0100 Hans Verkuil escreveu: > > >> We really n

[PATCH 2/2] [media] pvrusb2-io: Add some spaces for better code readability

2016-12-22 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 22 Dec 2016 20:25:39 +0100 Use space characters at some source code places according to the Linux coding style convention. Signed-off-by: Markus Elfring --- drivers/media/usb/pvrusb2/pvrusb2-io.c | 120 - 1 file changed, 60 insert

[PATCH 1/2] [media] pvrusb2-io: Use kmalloc_array() in pvr2_stream_buffer_count()

2016-12-22 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 22 Dec 2016 19:26:52 +0100 A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle software.

[PATCH 0/2] [media] pvrusb2-io: Fine-tuning for some function implementations

2016-12-22 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 22 Dec 2016 20:48:04 +0100 A few update suggestions were taken into account from static source code analysis. Markus Elfring (2): Use kmalloc_array() Add some spaces for better code readability drivers/media/usb/pvrusb2/pvrusb2-io.c | 123 +--

Re: [PATCH v2 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2016-12-22 Thread Geert Uytterhoeven
Hi Laurent, On Thu, Dec 22, 2016 at 6:05 PM, Laurent Pinchart wrote: > On Wednesday 21 Dec 2016 08:10:37 Ramesh Shanmugasundaram wrote: >> Add binding documentation for Renesas R-Car Digital Radio Interface >> (DRIF) controller. >> >> Signed-off-by: Ramesh Shanmugasundaram >> --- >> .../devicet

Re: Media summit in Feb? - Was: Re: [RFC v3 00/21] Make use of kref in media device, grab references as needed

2016-12-22 Thread Laurent Pinchart
Hi Mauro, On Tuesday 20 Dec 2016 23:31:42 Mauro Carvalho Chehab wrote: > Em Mon, 19 Dec 2016 07:28:29 -0200 Mauro Carvalho Chehab escreveu: > > Em Fri, 16 Dec 2016 15:45:10 +0100 Hans Verkuil escreveu: > >> We really need a whiteboard for this :-( > > > > Well, we could schedule a media summit to

Re: [PATCH v2 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2016-12-22 Thread Laurent Pinchart
Hi Ramesh, Thank you for the patch. On Wednesday 21 Dec 2016 08:10:37 Ramesh Shanmugasundaram wrote: > Add binding documentation for Renesas R-Car Digital Radio Interface > (DRIF) controller. > > Signed-off-by: Ramesh Shanmugasundaram > --- > .../devicetree/bindings/media/renesas,drif.txt

Re: [PATCH v6 5/6] Documentation: bindings: add documentation for ir-spi device driver

2016-12-22 Thread Rob Herring
On Sun, Dec 18, 2016 at 08:11:37PM +0900, Andi Shyti wrote: > Document the ir-spi driver's binding which is a IR led driven > through the SPI line. > > Signed-off-by: Andi Shyti > Reviewed-by: Sean Young > --- > .../devicetree/bindings/leds/irled/spi-ir-led.txt | 29 > ++ >

Re: [RFC/PATCH] media: Add video bus switch

2016-12-22 Thread Sebastian Reichel
Hi Pavel, On Thu, Dec 22, 2016 at 02:39:38PM +0100, Pavel Machek wrote: > N900 contains front and back camera, with a switch between the > two. This adds support for the swich component. > > Signed-off-by: Sebastian Reichel > Signed-off-by: Ivaylo Dimitrov > Signed-off-by: Pavel Machek > > --

[RFC/PATCH] media: Add video bus switch

2016-12-22 Thread Pavel Machek
N900 contains front and back camera, with a switch between the two. This adds support for the swich component. Signed-off-by: Sebastian Reichel Signed-off-by: Ivaylo Dimitrov Signed-off-by: Pavel Machek -- I see this needs dts documentation, anything else than needs to be done? Thanks,

[PATCH v6] media: Driver for Toshiba et8ek8 5MP sensor

2016-12-22 Thread Pavel Machek
Add driver for et8ek8 sensor, found in Nokia N900 main camera. Can be used for taking photos in 2.5MP resolution with fcam-dev. Signed-off-by: Ivaylo Dimitrov Signed-off-by: Pavel Machek --- From v5: fix 16bit writing so that swab() is not neccessary. From v4 I did cleanups to coding style an

Re: [PATCH v5] media: Driver for Toshiba et8ek8 5MP sensor

2016-12-22 Thread Pavel Machek
Hi! > > > Thanks for the update. > > > > > > On Wed, Dec 14, 2016 at 01:24:51PM +0100, Pavel Machek wrote: > > > ... > > > > +static int et8ek8_set_ctrl(struct v4l2_ctrl *ctrl) > > > > +{ > > > > + struct et8ek8_sensor *sensor = > > > > + container_of(ctrl->handler, struct et8