Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1418491 > unrolled thread
| Started by | Kieran Bingham <kieran@ksquared.org.uk> |
|---|---|
| First post | 2016-06-09 19:10 +0200 |
| Last post | 2016-06-09 19:10 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] v4l: Extend FCP compatible list to support the FDP Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-09 19:10 +0200
[PATCH] v4l: Extend FCP compatible list to support the FDP Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-09 19:10 +0200
| From | Kieran Bingham <kieran@ksquared.org.uk> |
|---|---|
| Date | 2016-06-09 19:10 +0200 |
| Subject | [PATCH] v4l: Extend FCP compatible list to support the FDP |
| Message-ID | <rIbCV-S9-11@gated-at.bofh.it> |
The following patch extends Laurents FCP driver to support the FCP for FDP (FCPF) which is used by the FDP driver currently in development This patch is of course dependant upon Laurents FCP driver series [0] which has not yet hit mainline [0] http://www.spinics.net/lists/linux-media/msg97302.html Kieran Bingham (1): v4l: Extend FCP compatible list to support the FDP drivers/media/platform/rcar-fcp.c | 1 + 1 file changed, 1 insertion(+) -- 2.7.4
[toc] | [next] | [standalone]
| From | Kieran Bingham <kieran@ksquared.org.uk> |
|---|---|
| Date | 2016-06-09 19:10 +0200 |
| Message-ID | <rIbCV-S9-19@gated-at.bofh.it> |
| In reply to | #1418491 |
The FCP must be powered up for the FDP1 to function, even when the FDP1
does not make use of the FCNL features. Extend the compatible list
to allow us to use the power domain and runtime-pm support.
Signed-off-by: Kieran Bingham <kieran@bingham.xyz>
---
drivers/media/platform/rcar-fcp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/rcar-fcp.c b/drivers/media/platform/rcar-fcp.c
index 6a7bcc3028b1..0ff6b1edf1db 100644
--- a/drivers/media/platform/rcar-fcp.c
+++ b/drivers/media/platform/rcar-fcp.c
@@ -160,6 +160,7 @@ static int rcar_fcp_remove(struct platform_device *pdev)
static const struct of_device_id rcar_fcp_of_match[] = {
{ .compatible = "renesas,fcpv" },
+ { .compatible = "renesas,fcpf" },
{ },
};
--
2.7.4
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web