Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330875
b: refs/heads/master
c: 52cf3e4
h: refs/heads/master
i:
  330873: 147b680
  330871: 5ef659a
v: v3
  • Loading branch information
Fabio Estevam authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent 83c9888 commit 1cf281e
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: dc5d598219ed5e914ec139d8c82d0866cdb7b8ce
refs/heads/master: 52cf3e42951e8316af9ff0db002f169e3efb63e9
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/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 1cf281e

Please sign in to comment.