-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Dietrich
authored and
Greg Kroah-Hartman
committed
Sep 30, 2011
1 parent
e67673b
commit c3a2c91
Showing
8 changed files
with
522 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7974035c008d98ec23ec76d9f10bff2dfd866ecf | ||
refs/heads/master: 162c7d8c4be2d599583c42c2a8fe99bed6d87f67 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
ToDo list (incomplete, unordered) | ||
- convert mouse, keyboard, and power to platform devices | ||
- add copyright / driver author / license | ||
- add compile as module support | ||
- move nvec devices to mfd cells? | ||
- adjust to kernel style | ||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.