From c01d568e7f835ed429145670e8876fddff2f99ba Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 25 Nov 2013 12:21:33 -0300 Subject: [PATCH] [media] v4l: atmel-isi: Defer clock (un)preparation to enable/disable time The PCLK and MCK clocks are prepared and unprepared at probe and remove time. Clock (un)preparation isn't needed before enabling/disabling the clocks, and the enable/disable operation happen in non-atomic context. We can thus defer (un)preparation to enable/disable time. Signed-off-by: Laurent Pinchart Acked-by: Josh Wu Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed