Merge commit 'v2.6.36-rc1' into kbuild/rc-fixes
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / tidspbridge / TODO
CommitLineData
7454c8f6
OBC
1* Migrate to (and if necessary, extend) existing upstream code such as
2 iommu, wdt, mcbsp, gptimers
3* Decouple hardware-specific code (e.g. bridge_brd_start/stop/delete/monitor)
4* DOFF binary loader: consider pushing to user space. at the very least
5 eliminate the direct filesystem access
6* Eliminate general services and libraries - use or extend existing kernel
7 libraries instead (e.g. gcf/lcm in nldr.c, global helpers in gen/)
8* Eliminate direct manipulation of OMAP_SYSC_BASE
9* Eliminate list.h : seem like a redundant wrapper to existing kernel lists
10* Eliminate DSP_SUCCEEDED macros and their imposed redundant indentations
11 (adopt the kernel way of checking for return values)
12* Audit interfaces exposed to user space
13* Audit and clean up header files folder
14* Use kernel coding style
15* checkpatch.pl fixes
16
17Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
18and Omar Ramirez Luna <omar.ramirez@ti.com>.