drivers: power: report battery voltage in AOSP compatible format
[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
7454c8f6
OBC
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
9b24b8f9 15* allocate ext_mem_pool from consistent memory instead of using ioremap
7454c8f6
OBC
16
17Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
18and Omar Ramirez Luna <omar.ramirez@ti.com>.