Re: [PATCH 3/3] omap3isp: resizer: Replace the crop API by the selection API

2012-05-01 Thread Sakari Ailus
Hi Laurent, On Sun, Apr 29, 2012 at 06:23:45PM +0200, Laurent Pinchart wrote: > Support for the legacy crop API is emulated in the subdev core. > > Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi jabber/XMPP/Gmail: sai...@retiisi.org.uk

[PATCH 3/3] omap3isp: resizer: Replace the crop API by the selection API

2012-04-29 Thread Laurent Pinchart
Support for the legacy crop API is emulated in the subdev core. Signed-off-by: Laurent Pinchart --- drivers/media/video/omap3isp/ispresizer.c | 138 ++--- 1 files changed, 88 insertions(+), 50 deletions(-) diff --git a/drivers/media/video/omap3isp/ispresizer.c b/driver