Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366983
b: refs/heads/master
c: 488f29d
h: refs/heads/master
i:
  366981: f3139a8
  366979: 29b823a
  366975: 3d45607
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent 5dc13b7 commit e6a6b30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65fccab560922d8a1a1e7d3c9711c309126d636f
refs/heads/master: 488f29d00e819b178f9060fa08028b73d5f8d916
9 changes: 0 additions & 9 deletions trunk/drivers/media/platform/exynos4-is/media-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@

#define PINCTRL_STATE_IDLE "idle"

/* Group IDs of sensor, MIPI-CSIS, FIMC-LITE and the writeback subdevs. */
#define GRP_ID_SENSOR (1 << 8)
#define GRP_ID_FIMC_IS_SENSOR (1 << 9)
#define GRP_ID_WRITEBACK (1 << 10)
#define GRP_ID_CSIS (1 << 11)
#define GRP_ID_FIMC (1 << 12)
#define GRP_ID_FLITE (1 << 13)
#define GRP_ID_FIMC_IS (1 << 14)

#define FIMC_MAX_SENSORS 8
#define FIMC_MAX_CAMCLKS 2

Expand Down
11 changes: 11 additions & 0 deletions trunk/include/media/s5p_fimc.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ enum fimc_bus_type {
#define fimc_input_is_parallel(x) ((x) == 1 || (x) == 2)
#define fimc_input_is_mipi_csi(x) ((x) == 3 || (x) == 4)

/*
* The subdevices' group IDs.
*/
#define GRP_ID_SENSOR (1 << 8)
#define GRP_ID_FIMC_IS_SENSOR (1 << 9)
#define GRP_ID_WRITEBACK (1 << 10)
#define GRP_ID_CSIS (1 << 11)
#define GRP_ID_FIMC (1 << 12)
#define GRP_ID_FLITE (1 << 13)
#define GRP_ID_FIMC_IS (1 << 14)

struct i2c_board_info;

/**
Expand Down

0 comments on commit e6a6b30

Please sign in to comment.