-
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.
yaml --- r: 205744 b: refs/heads/master c: 7454c8f h: refs/heads/master v: v3
- Loading branch information
Ohad Ben-Cohen
authored and
Greg Kroah-Hartman
committed
Jun 23, 2010
1 parent
030d38d
commit ad04f0a
Showing
2 changed files
with
19 additions
and
1 deletion.
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: 6280238c13e16a105fe658e1b6e68380cbc9f055 | ||
refs/heads/master: 7454c8f6b83be292dc22e1b47d4b6c28ac32a76d |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
* Migrate to (and if necessary, extend) existing upstream code such as | ||
iommu, wdt, mcbsp, gptimers | ||
* Decouple hardware-specific code (e.g. bridge_brd_start/stop/delete/monitor) | ||
* DOFF binary loader: consider pushing to user space. at the very least | ||
eliminate the direct filesystem access | ||
* Eliminate general services and libraries - use or extend existing kernel | ||
libraries instead (e.g. gcf/lcm in nldr.c, global helpers in gen/) | ||
* Eliminate direct manipulation of OMAP_SYSC_BASE | ||
* Eliminate list.h : seem like a redundant wrapper to existing kernel lists | ||
* Eliminate DSP_SUCCEEDED macros and their imposed redundant indentations | ||
(adopt the kernel way of checking for return values) | ||
* Audit interfaces exposed to user space | ||
* Audit and clean up header files folder | ||
* Use kernel coding style | ||
* checkpatch.pl fixes | ||
|
||
Please send any patches to Greg Kroah-Hartman <greg@kroah.com> | ||
and Omar Ramirez Luna <omar.ramirez@ti.com>. |