Re: [PATCH 1/2] omap3isp: Prepare/unprepare clocks before/after enable/disable

2012-10-25 Thread Sakari Ailus
Hi Laurent, On Thu, Oct 25, 2012 at 11:39:42PM +0200, Laurent Pinchart wrote: > Clock enable (disable) is split in two operations, prepare and enable > (disable and unprepare). Perform both when enabling/disabling the ISP > clocks. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/platf

[PATCH 1/2] omap3isp: Prepare/unprepare clocks before/after enable/disable

2012-10-25 Thread Laurent Pinchart
Clock enable (disable) is split in two operations, prepare and enable (disable and unprepare). Perform both when enabling/disabling the ISP clocks. Signed-off-by: Laurent Pinchart --- drivers/media/platform/omap3isp/isp.c | 25 + 1 files changed, 13 insertions(+), 12 de