mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/openrisc into arch/ and fix all in-tree references. Cc: Jonas Bonn <jonas@southpole.se> Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Cc: Stafford Horne <shorne@gmail.com> Acked-by: Alex Shi <alexs@kernel.org> Reviewed-by: Yanteng Si <siyanteng@loongson.cn> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
24 lines
763 B
ReStructuredText
24 lines
763 B
ReStructuredText
.. include:: ../../disclaimer-zh_CN.rst
|
||
|
||
:Original: Documentation/arch/openrisc/todo.rst
|
||
|
||
:翻译:
|
||
|
||
司延腾 Yanteng Si <siyanteng@loongson.cn>
|
||
|
||
.. _cn_openrisc_todo.rst:
|
||
|
||
========
|
||
待办事项
|
||
========
|
||
|
||
OpenRISC Linux的移植已经完全投入使用,并且从 2.6.35 开始就一直在上游同步。
|
||
然而,还有一些剩余的项目需要在未来几个月内完成。 下面是一个即将进行调查的已知
|
||
不尽完美的项目列表,即我们的待办事项列表。
|
||
|
||
- 实现其余的DMA API……dma_map_sg等。
|
||
|
||
- 完成重命名清理工作……代码中提到了or32,这是架构的一个老名字。 我们
|
||
已经确定的名字是or1k,这个改变正在以缓慢积累的方式进行。 目前,or32相当
|
||
于or1k。
|