summaryrefslogtreecommitdiff
path: root/drivers/media/video/smiapp-pll.c
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2012-03-04 00:19:52 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 16:06:00 +0400
commitccfc97bdb5ae8b8edc55169ac6924e08449836ac (patch)
tree8e9215ce9211d2270e7f3598560b4cf96995aa9e /drivers/media/video/smiapp-pll.c
parentcf1c5fae5f8a28d478b7177a2d83e42d25eab072 (diff)
downloadlinux-ccfc97bdb5ae8b8edc55169ac6924e08449836ac.tar.xz
[media] smiapp: Add driver
Add driver for SMIA++/SMIA image sensors. The driver exposes the sensor as three subdevs, pixel array, binner and scaler --- in case the device has a scaler. Currently it relies on the board code for external clock handling. There is no fast way out of this dependency before the ISP drivers (omap3isp) among others will be able to export that clock through the clock framework instead. Signed-off-by: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/smiapp-pll.c')
-rw-r--r--drivers/media/video/smiapp-pll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/smiapp-pll.c b/drivers/media/video/smiapp-pll.c
index a416e27a4282..501da413dfad 100644
--- a/drivers/media/video/smiapp-pll.c
+++ b/drivers/media/video/smiapp-pll.c
@@ -22,6 +22,8 @@
*
*/
+#include "smiapp/smiapp-debug.h"
+
#include <linux/gcd.h>
#include <linux/lcm.h>
#include <linux/module.h>