Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306291
b: refs/heads/master
c: ccfc97b
h: refs/heads/master
i:
  306289: 10d4b27
  306287: 1d24c55
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent 59ebb7d commit 24e66eb
Show file tree
Hide file tree
Showing 18 changed files with 4,700 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf1c5fae5f8a28d478b7177a2d83e42d25eab072
refs/heads/master: ccfc97bdb5ae8b8edc55169ac6924e08449836ac
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ config VIDEO_S5K6AA
This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
camera sensor with an embedded SoC image signal processor.

source "drivers/media/video/smiapp/Kconfig"

comment "Flash devices"

config VIDEO_ADP1653
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ obj-$(CONFIG_VIDEO_SR030PC30) += sr030pc30.o
obj-$(CONFIG_VIDEO_NOON010PC30) += noon010pc30.o
obj-$(CONFIG_VIDEO_M5MOLS) += m5mols/
obj-$(CONFIG_VIDEO_S5K6AA) += s5k6aa.o
obj-$(CONFIG_VIDEO_SMIAPP) += smiapp/
obj-$(CONFIG_VIDEO_ADP1653) += adp1653.o
obj-$(CONFIG_VIDEO_AS3645A) += as3645a.o

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/smiapp-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*
*/

#include "smiapp/smiapp-debug.h"

#include <linux/gcd.h>
#include <linux/lcm.h>
#include <linux/module.h>
Expand Down
13 changes: 13 additions & 0 deletions trunk/drivers/media/video/smiapp/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
config VIDEO_SMIAPP
tristate "SMIA++/SMIA sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
select VIDEO_SMIAPP_PLL
---help---
This is a generic driver for SMIA++/SMIA camera modules.

config VIDEO_SMIAPP_DEBUG
bool "Enable debugging for the generic SMIA++/SMIA driver"
depends on VIDEO_SMIAPP
---help---
Enable debugging output in the generic SMIA++/SMIA driver. If you
are developing the driver you might want to enable this.
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/smiapp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
smiapp-objs += smiapp-core.o smiapp-regs.o \
smiapp-quirk.o smiapp-limits.o
obj-$(CONFIG_VIDEO_SMIAPP) += smiapp.o
Loading

0 comments on commit 24e66eb

Please sign in to comment.