Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-10 Thread Steve Longerbeam
On 06/10/2016 08:58 AM, Jack Mitchell wrote: > > > >> >> Hi all, I need a few more days. I would like to bring in the video-switch >> subdev from Pengutronix, which will replace the platform data set_video_mux >> method. Also re-org the device-tree to better define all the possible >> hardware >>

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-10 Thread Jack Mitchell
Hi all, I need a few more days. I would like to bring in the video-switch subdev from Pengutronix, which will replace the platform data set_video_mux method. Also re-org the device-tree to better define all the possible hardware connections, and split out mx6-encode.c into mx6-smfc and mx6-ic

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-06 Thread Steve Longerbeam
On 06/02/2016 09:50 AM, Steve Longerbeam wrote: On 06/02/2016 06:55 AM, Hans Verkuil wrote: On 06/02/2016 03:29 PM, Tim Harvey wrote: On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam wrote: On 03/09/2016 02:44 PM, Tim Harvey wrote: On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam wrote:

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-02 Thread Steve Longerbeam
On 06/02/2016 06:55 AM, Hans Verkuil wrote: > > On 06/02/2016 03:29 PM, Tim Harvey wrote: >> On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam >> wrote: >>> On 03/09/2016 02:44 PM, Tim Harvey wrote: On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam wrote: > On 03/07/2016 08:19 AM, Tim

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-02 Thread Hans Verkuil
On 06/02/2016 03:29 PM, Tim Harvey wrote: > On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam > wrote: >> On 03/09/2016 02:44 PM, Tim Harvey wrote: >>> On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam >>> wrote: On 03/07/2016 08:19 AM, Tim Harvey wrote: >>> Hi Tim, good to hear i

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-02 Thread Tim Harvey
On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam wrote: > On 03/09/2016 02:44 PM, Tim Harvey wrote: >> On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam >> wrote: >>> On 03/07/2016 08:19 AM, Tim Harvey wrote: >> >>> >>> Hi Tim, good to hear it works for you on the Ventana boards. >>> >>> I've jus

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-15 Thread Tim Harvey
On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam wrote: > On 03/09/2016 02:44 PM, Tim Harvey wrote: >> On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam >> wrote: >>> On 03/07/2016 08:19 AM, Tim Harvey wrote: >> >>> >>> Hi Tim, good to hear it works for you on the Ventana boards. >>> >>> I've jus

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-14 Thread Philippe De Muyter
Hi Steve and all, I am busy porting to Steve's subdev version a driver that I had written in intdev style, for the freescale imx6 linux version. And I have a problem : My previous driver had the following ioctl function, which used the V4L2_FRMIVAL_TYPE_CONTINUOUS type answer. static int ioctl_

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-09 Thread Hans Verkuil
On 03/10/2016 01:12 AM, Steve Longerbeam wrote: > On 03/09/2016 02:44 PM, Tim Harvey wrote: >> On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam >> wrote: >>> On 03/07/2016 08:19 AM, Tim Harvey wrote: >> >>> >>> Hi Tim, good to hear it works for you on the Ventana boards. >>> >>> I've just pushed

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-09 Thread Steve Longerbeam
On 03/09/2016 02:44 PM, Tim Harvey wrote: > On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam > wrote: >> On 03/07/2016 08:19 AM, Tim Harvey wrote: > >> >> Hi Tim, good to hear it works for you on the Ventana boards. >> >> I've just pushed some more commits to the mx6-media-staging branch that >>

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-09 Thread Tim Harvey
On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam wrote: > On 03/07/2016 08:19 AM, Tim Harvey wrote: > > > Hi Tim, good to hear it works for you on the Ventana boards. > > I've just pushed some more commits to the mx6-media-staging branch that > get the drivers/media/i2c/adv7180.c subdev working w

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-08 Thread Steve Longerbeam
On 03/07/2016 08:19 AM, Tim Harvey wrote: > On Thu, Mar 3, 2016 at 9:45 AM, Steve Longerbeam > wrote: >> Hi Philippe, >> >> On 03/03/2016 12:36 AM, Philippe De Muyter wrote: >>> Just to be sure : do you mean https://github.com/slongerbeam/mediatree.git >>> or something else ? >> Sorry, yes I mean

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-07 Thread Tim Harvey
On Thu, Mar 3, 2016 at 9:45 AM, Steve Longerbeam wrote: > Hi Philippe, > > On 03/03/2016 12:36 AM, Philippe De Muyter wrote: >> >> Just to be sure : do you mean https://github.com/slongerbeam/mediatree.git >> or something else ? > > Sorry, yes I meant https://github.com/slongerbeam/mediatree.git.

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-03 Thread Philippe De Muyter
On Thu, Mar 03, 2016 at 09:45:08AM -0800, Steve Longerbeam wrote: > Hi Philippe, > > On 03/03/2016 12:36 AM, Philippe De Muyter wrote: > > > > Just to be sure : do you mean https://github.com/slongerbeam/mediatree.git > > or something else ? > > Sorry, yes I meant https://github.com/slongerbeam/

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-03 Thread Steve Longerbeam
Hi Philippe, On 03/03/2016 12:36 AM, Philippe De Muyter wrote: > > Just to be sure : do you mean https://github.com/slongerbeam/mediatree.git > or something else ? Sorry, yes I meant https://github.com/slongerbeam/mediatree.git. > >>> So far I have retested video capture with the SabreAuto/ADV7

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-03 Thread Philippe De Muyter
Hi Steve, On Thu, Mar 03, 2016 at 08:19:55AM +0100, Hans Verkuil wrote: > On 03/03/2016 03:02 AM, Steve Longerbeam wrote: > > On 02/25/2016 02:05 PM, Laurent Pinchart wrote: > >> Hello Philippe, > >> > >> CC'ing Philipp and Steve. > >> > >> Philipp, Steve, are you still interested in getting a dri

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-02 Thread Hans Verkuil
On 03/03/2016 03:02 AM, Steve Longerbeam wrote: > On 02/25/2016 02:05 PM, Laurent Pinchart wrote: >> Hello Philippe, >> >> CC'ing Philipp and Steve. >> >> Philipp, Steve, are you still interested in getting a driver for the i.MX6 >> camera interface upstreamed ? > > Hi Laurent, Philippe(s), > >

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-03-02 Thread Steve Longerbeam
On 02/25/2016 02:05 PM, Laurent Pinchart wrote: > Hello Philippe, > > CC'ing Philipp and Steve. > > Philipp, Steve, are you still interested in getting a driver for the i.MX6 > camera interface upstreamed ? Hi Laurent, Philippe(s), I spent a few days updating my mx6-media-staging branch at g...@