1c51e2dc7b566de05e027ae594c89875f787454c
[GitHub/mt8127/android_kernel_alcatel_ttab.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 DSP_SUCCEEDED macros and their imposed redundant indentations
10 (adopt the kernel way of checking for return values)
11 * Audit interfaces exposed to user space
12 * Audit and clean up header files folder
13 * Use kernel coding style
14 * checkpatch.pl fixes
15 * allocate ext_mem_pool from consistent memory instead of using ioremap
16
17 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
18 and Omar Ramirez Luna <omar.ramirez@ti.com>.