]> Pileus Git - ~andy/linux/blob - drivers/staging/tidspbridge/TODO
random32: assign to network folks in MAINTAINERS
[~andy/linux] / 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>.