-
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.
staging: nvec: coding style fixes / add copyright notice
This patch fixes coding style and adds copyright notices. Signed-off-by: Marc Dietrich <marvin24@gmx.de> [jak@jak-linux.org: Merge later cleanup into that patch] Signed-off-by: Julian Andres Klode <jak@jak-linux.org> Acked-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Marc Dietrich
authored and
Greg Kroah-Hartman
committed
Sep 30, 2011
1 parent
7974035
commit 162c7d8
Showing
7 changed files
with
521 additions
and
420 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,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.