Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[pandora-kernel.git] / drivers / staging / tidspbridge / TODO
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 * allocate ext_mem_pool from consistent memory instead of using ioremap
17
18 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
19 and Omar Ramirez Luna <omar.ramirez@ti.com>.