Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322066
b: refs/heads/master
c: 5c4dfc8
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent 5d71857 commit 9628d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1690d86aa33fa14c0ae4ac97e59d806eeddccd2c
refs/heads/master: 5c4dfc84a88e1108f5ddba256ecaab6fe45f94e5
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/mx1_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static void mx1_camera_activate(struct mx1_camera_dev *pcdev)

dev_dbg(pcdev->icd->parent, "Activate device\n");

clk_enable(pcdev->clk);
clk_prepare_enable(pcdev->clk);

/* enable CSI before doing anything else */
__raw_writel(csicr1, pcdev->base + CSICR1);
Expand All @@ -422,7 +422,7 @@ static void mx1_camera_deactivate(struct mx1_camera_dev *pcdev)
/* Disable all CSI interface */
__raw_writel(0x00, pcdev->base + CSICR1);

clk_disable(pcdev->clk);
clk_disable_unprepare(pcdev->clk);
}

/*
Expand Down

0 comments on commit 9628d18

Please sign in to comment.