Re: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-20 Thread Laurent Pinchart
Hi Sergio,

On Friday 20 August 2010 17:26:49 Aguirre, Sergio wrote:
> > -Original Message-
> > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> > Sent: Friday, August 20, 2010 10:25 AM

[snip]

> > On second thought, you're probably missing the V4L2 subdev device node
> > patches. b74c0aac357e5c71ee6de98b9887fe478bc73cf4 is very old (between
> > 2.6.29 and 2.6.30) and isn't related.
> 
> Ok..
> 
> But where can I find those? In what tree?
> 
> Sorry for the ignorance.

They have been posted to the linux-media list on 2010-07-12 under the subject 
"[RFC/PATCH v3 0/7] V4L2 subdev userspace API".

I will prepare a tree based on mainline with the media controller patches and 
the ISP driver.

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-20 Thread Aguirre, Sergio
Hi Laurent,

> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Friday, August 20, 2010 10:25 AM
> To: Aguirre, Sergio
> Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com
> Subject: Re: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> 
> Hi Sergio,
> 
> On Thursday 19 August 2010 21:12:12 Laurent Pinchart wrote:
> > On Thursday 19 August 2010 21:09:30 Aguirre, Sergio wrote:
> > > > -Original Message-
> > > > From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > > > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> > > > Sent: Thursday, July 29, 2010 11:07 AM
> > > > To: linux-media@vger.kernel.org
> > > > Cc: sakari.ai...@maxwell.research.nokia.com
> > > > Subject: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> > > >
> > > > Hi everybody,
> > > >
> > > > Here's the third version of the media controller patches. All
> comments
> > > > received on the first and second versions have (hopefully) been
> > > > incorporated.
> > > >
> > > > The rebased V4L2 API additions and OMAP3 ISP patches will follow.
> Once
> > > > again please consider them as sample code only.
> > > >
> > > > Laurent Pinchart (8):
> > > >   media: Media device node support
> > > >   media: Media device
> > > >   media: Entities, pads and links
> > > >   media: Entities, pads and links enumeration
> > > >   media: Links setup
> > > >   v4l: Add a media_device pointer to the v4l2_device structure
> > > >   v4l: Make video_device inherit from media_entity
> > > >   v4l: Make v4l2_subdev inherit from media_entity
> > >
> > > This patch (#0010) doesn't apply to mainline, after this commit:
> > >
> > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-
> 2.6.git;a=commit
> > > ;h =b74c0aac357e5c71ee6de98b9887fe478bc73cf4
> > >
> > > Am I missing something here?
> >
> > Yes, you're missing the next version of the patches :-) I'll probably
> send
> > them tomorrow.
> 
> On second thought, you're probably missing the V4L2 subdev device node
> patches. b74c0aac357e5c71ee6de98b9887fe478bc73cf4 is very old (between
> 2.6.29
> and 2.6.30) and isn't related.

Ok..

But where can I find those? In what tree?

Sorry for the ignorance.

Regards,
Sergio

> 
> --
> Regards,
> 
> Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-20 Thread Laurent Pinchart
Hi Sergio,

On Thursday 19 August 2010 21:12:12 Laurent Pinchart wrote:
> On Thursday 19 August 2010 21:09:30 Aguirre, Sergio wrote:
> > > -Original Message-
> > > From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> > > Sent: Thursday, July 29, 2010 11:07 AM
> > > To: linux-media@vger.kernel.org
> > > Cc: sakari.ai...@maxwell.research.nokia.com
> > > Subject: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> > > 
> > > Hi everybody,
> > > 
> > > Here's the third version of the media controller patches. All comments
> > > received on the first and second versions have (hopefully) been
> > > incorporated.
> > > 
> > > The rebased V4L2 API additions and OMAP3 ISP patches will follow. Once
> > > again please consider them as sample code only.
> > > 
> > > Laurent Pinchart (8):
> > >   media: Media device node support
> > >   media: Media device
> > >   media: Entities, pads and links
> > >   media: Entities, pads and links enumeration
> > >   media: Links setup
> > >   v4l: Add a media_device pointer to the v4l2_device structure
> > >   v4l: Make video_device inherit from media_entity
> > >   v4l: Make v4l2_subdev inherit from media_entity
> > 
> > This patch (#0010) doesn't apply to mainline, after this commit:
> > 
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit
> > ;h =b74c0aac357e5c71ee6de98b9887fe478bc73cf4
> > 
> > Am I missing something here?
> 
> Yes, you're missing the next version of the patches :-) I'll probably send
> them tomorrow.

On second thought, you're probably missing the V4L2 subdev device node 
patches. b74c0aac357e5c71ee6de98b9887fe478bc73cf4 is very old (between 2.6.29 
and 2.6.30) and isn't related.

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-19 Thread Aguirre, Sergio

> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Thursday, August 19, 2010 2:12 PM
> To: Aguirre, Sergio
> Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com
> Subject: Re: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> 
> Hi Sergio,
> 
> On Thursday 19 August 2010 21:09:30 Aguirre, Sergio wrote:
> > > -Original Message-
> > > From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> > > Sent: Thursday, July 29, 2010 11:07 AM
> > > To: linux-media@vger.kernel.org
> > > Cc: sakari.ai...@maxwell.research.nokia.com
> > > Subject: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> > >
> > > Hi everybody,
> > >
> > > Here's the third version of the media controller patches. All comments
> > > received on the first and second versions have (hopefully) been
> > > incorporated.
> > >
> > > The rebased V4L2 API additions and OMAP3 ISP patches will follow. Once
> > > again please consider them as sample code only.
> > >
> > > Laurent Pinchart (8):
> > >   media: Media device node support
> > >   media: Media device
> > >   media: Entities, pads and links
> > >   media: Entities, pads and links enumeration
> > >   media: Links setup
> > >   v4l: Add a media_device pointer to the v4l2_device structure
> > >   v4l: Make video_device inherit from media_entity
> > >   v4l: Make v4l2_subdev inherit from media_entity
> >
> > This patch (#0010) doesn't apply to mainline, after this commit:
> >
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-
> 2.6.git;a=commit;h
> > =b74c0aac357e5c71ee6de98b9887fe478bc73cf4
> >
> > Am I missing something here?
> 
> Yes, you're missing the next version of the patches :-) I'll probably send
> them tomorrow.

Ohh ok, :)

Thanks!

Regards,
Sergio

> 
> --
> Regards,
> 
> Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-19 Thread Laurent Pinchart
Hi Sergio,

On Thursday 19 August 2010 21:09:30 Aguirre, Sergio wrote:
> > -Original Message-
> > From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> > Sent: Thursday, July 29, 2010 11:07 AM
> > To: linux-media@vger.kernel.org
> > Cc: sakari.ai...@maxwell.research.nokia.com
> > Subject: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> > 
> > Hi everybody,
> > 
> > Here's the third version of the media controller patches. All comments
> > received on the first and second versions have (hopefully) been
> > incorporated.
> > 
> > The rebased V4L2 API additions and OMAP3 ISP patches will follow. Once
> > again please consider them as sample code only.
> > 
> > Laurent Pinchart (8):
> >   media: Media device node support
> >   media: Media device
> >   media: Entities, pads and links
> >   media: Entities, pads and links enumeration
> >   media: Links setup
> >   v4l: Add a media_device pointer to the v4l2_device structure
> >   v4l: Make video_device inherit from media_entity
> >   v4l: Make v4l2_subdev inherit from media_entity
> 
> This patch (#0010) doesn't apply to mainline, after this commit:
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h
> =b74c0aac357e5c71ee6de98b9887fe478bc73cf4
> 
> Am I missing something here?

Yes, you're missing the next version of the patches :-) I'll probably send 
them tomorrow.

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-19 Thread Aguirre, Sergio
Hi Laurent,

> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> Sent: Thursday, July 29, 2010 11:07 AM
> To: linux-media@vger.kernel.org
> Cc: sakari.ai...@maxwell.research.nokia.com
> Subject: [RFC/PATCH v3 00/10] Media controller (core and V4L2)
> 
> Hi everybody,
> 
> Here's the third version of the media controller patches. All comments
> received
> on the first and second versions have (hopefully) been incorporated.
> 
> The rebased V4L2 API additions and OMAP3 ISP patches will follow. Once
> again
> please consider them as sample code only.
> 
> Laurent Pinchart (8):
>   media: Media device node support
>   media: Media device
>   media: Entities, pads and links
>   media: Entities, pads and links enumeration
>   media: Links setup
>   v4l: Add a media_device pointer to the v4l2_device structure
>   v4l: Make video_device inherit from media_entity
>   v4l: Make v4l2_subdev inherit from media_entity

This patch (#0010) doesn't apply to mainline, after this commit:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b74c0aac357e5c71ee6de98b9887fe478bc73cf4

Am I missing something here?

Regards,
Sergio

> 
> Sakari Ailus (2):
>   media: Entity graph traversal
>   media: Reference count and power handling
> 
>  Documentation/media-framework.txt|  481 
>  Documentation/video4linux/v4l2-framework.txt |   71 +++-
>  drivers/media/Makefile   |8 +-
>  drivers/media/media-device.c |  327 ++
>  drivers/media/media-devnode.c|  326 ++
>  drivers/media/media-entity.c |  613
> ++
>  drivers/media/video/v4l2-dev.c   |   35 ++-
>  drivers/media/video/v4l2-device.c|   45 ++-
>  drivers/media/video/v4l2-subdev.c|   27 ++-
>  include/linux/media.h|   78 
>  include/media/media-device.h |   70 +++
>  include/media/media-devnode.h|   84 
>  include/media/media-entity.h |  107 +
>  include/media/v4l2-dev.h |6 +
>  include/media/v4l2-device.h  |2 +
>  include/media/v4l2-subdev.h  |7 +
>  16 files changed, 2265 insertions(+), 22 deletions(-)
>  create mode 100644 Documentation/media-framework.txt
>  create mode 100644 drivers/media/media-device.c
>  create mode 100644 drivers/media/media-devnode.c
>  create mode 100644 drivers/media/media-entity.c
>  create mode 100644 include/linux/media.h
>  create mode 100644 include/media/media-device.h
>  create mode 100644 include/media/media-devnode.h
>  create mode 100644 include/media/media-entity.h
> 
> --
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html