diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2013-06-14 18:28:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-28 14:27:58 -0400 |
commit | 188ab116dd9273bb8950481e7764d7eb4f21afb6 (patch) | |
tree | 52d5db628203d4336a50c5c5a9b3289c5cbe9e32 /Documentation/video4linux | |
parent | 72f2a7686cd37324ba5b5111ab294d307f1df50d (diff) |
[media] Documentation: Update driver's directory in video4linux/fimc.txt
Update the documentation with the driver's path changed in
commit 56fa1a6a6a7da91e7ece8b01b0ae8adb2926e434
[media] s5p-fimc: Change the driver directory to exynos4-is
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/video4linux')
-rw-r--r-- | Documentation/video4linux/fimc.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Documentation/video4linux/fimc.txt b/Documentation/video4linux/fimc.txt index 25f4d3402722..e51f1b5b7324 100644 --- a/Documentation/video4linux/fimc.txt +++ b/Documentation/video4linux/fimc.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | Samsung S5P/EXYNOS4 FIMC driver | 1 | Samsung S5P/EXYNOS4 FIMC driver |
2 | 2 | ||
3 | Copyright (C) 2012 Samsung Electronics Co., Ltd. | 3 | Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. |
4 | --------------------------------------------------------------------------- | 4 | --------------------------------------------------------------------------- |
5 | 5 | ||
6 | The FIMC (Fully Interactive Mobile Camera) device available in Samsung | 6 | The FIMC (Fully Interactive Mobile Camera) device available in Samsung |
@@ -10,7 +10,7 @@ data from LCD controller (FIMD) through the SoC internal writeback data | |||
10 | path. There are multiple FIMC instances in the SoCs (up to 4), having | 10 | path. There are multiple FIMC instances in the SoCs (up to 4), having |
11 | slightly different capabilities, like pixel alignment constraints, rotator | 11 | slightly different capabilities, like pixel alignment constraints, rotator |
12 | availability, LCD writeback support, etc. The driver is located at | 12 | availability, LCD writeback support, etc. The driver is located at |
13 | drivers/media/platform/s5p-fimc directory. | 13 | drivers/media/platform/exynos4-is directory. |
14 | 14 | ||
15 | 1. Supported SoCs | 15 | 1. Supported SoCs |
16 | ================= | 16 | ================= |
@@ -36,21 +36,21 @@ Not currently supported: | |||
36 | ===================== | 36 | ===================== |
37 | 37 | ||
38 | - media device driver | 38 | - media device driver |
39 | drivers/media/platform/s5p-fimc/fimc-mdevice.[ch] | 39 | drivers/media/platform/exynos4-is/media-dev.[ch] |
40 | 40 | ||
41 | - camera capture video device driver | 41 | - camera capture video device driver |
42 | drivers/media/platform/s5p-fimc/fimc-capture.c | 42 | drivers/media/platform/exynos4-is/fimc-capture.c |
43 | 43 | ||
44 | - MIPI-CSI2 receiver subdev | 44 | - MIPI-CSI2 receiver subdev |
45 | drivers/media/platform/s5p-fimc/mipi-csis.[ch] | 45 | drivers/media/platform/exynos4-is/mipi-csis.[ch] |
46 | 46 | ||
47 | - video post-processor (mem-to-mem) | 47 | - video post-processor (mem-to-mem) |
48 | drivers/media/platform/s5p-fimc/fimc-core.c | 48 | drivers/media/platform/exynos4-is/fimc-core.c |
49 | 49 | ||
50 | - common files | 50 | - common files |
51 | drivers/media/platform/s5p-fimc/fimc-core.h | 51 | drivers/media/platform/exynos4-is/fimc-core.h |
52 | drivers/media/platform/s5p-fimc/fimc-reg.h | 52 | drivers/media/platform/exynos4-is/fimc-reg.h |
53 | drivers/media/platform/s5p-fimc/regs-fimc.h | 53 | drivers/media/platform/exynos4-is/regs-fimc.h |
54 | 54 | ||
55 | 4. User space interfaces | 55 | 4. User space interfaces |
56 | ======================== | 56 | ======================== |
@@ -143,7 +143,8 @@ or retrieve the information from /dev/media? with help of the media-ctl tool: | |||
143 | 6. Platform support | 143 | 6. Platform support |
144 | =================== | 144 | =================== |
145 | 145 | ||
146 | The machine code (plat-s5p and arch/arm/mach-*) must select following options | 146 | The machine code (arch/arm/plat-samsung and arch/arm/mach-*) must select |
147 | following options: | ||
147 | 148 | ||
148 | CONFIG_S5P_DEV_FIMC0 mandatory | 149 | CONFIG_S5P_DEV_FIMC0 mandatory |
149 | CONFIG_S5P_DEV_FIMC1 \ | 150 | CONFIG_S5P_DEV_FIMC1 \ |