Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355551
b: refs/heads/master
c: 1e54f0a
h: refs/heads/master
i:
  355549: 78df4b9
  355547: 52ac9e6
  355543: aac0ca4
  355535: 13974a8
  355519: a19353c
v: v3
  • Loading branch information
Prashant Gaikwad authored and Stephen Warren committed Jan 28, 2013
1 parent ad5f32e commit bab0af4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: d409b3af89e93f1e08acf157126fc77188e2b89c
refs/heads/master: 1e54f0a21e7debcd8acb0fe39adc6f81751e1b57
4 changes: 0 additions & 4 deletions trunk/drivers/staging/nvec/TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
ToDo list (incomplete, unordered)
- add compile as module support
- fix clk usage
should not be using clk_get_sys(), but clk_get(&pdev->dev, conn)
where conn is either NULL if the device only has one clock, or
the device specific name if it has multiple clocks.
- move half of the nvec init stuff to i2c-tegra.c
- move event handling to nvec_events
- finish suspend/resume support
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/nvec/nvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ static int tegra_nvec_probe(struct platform_device *pdev)
return -ENODEV;
}

i2c_clk = clk_get_sys("tegra-i2c.2", "div-clk");
i2c_clk = clk_get(&pdev->dev, "div-clk");
if (IS_ERR(i2c_clk)) {
dev_err(nvec->dev, "failed to get controller clock\n");
return -ENODEV;
Expand Down

0 comments on commit bab0af4

Please sign in to comment.