mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
0e9ab8e4d4
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>
16 lines
626 B
ReStructuredText
16 lines
626 B
ReStructuredText
====
|
|
TODO
|
|
====
|
|
|
|
The OpenRISC Linux port is fully functional and has been tracking upstream
|
|
since 2.6.35. There are, however, remaining items to be completed within
|
|
the coming months. Here's a list of known-to-be-less-than-stellar items
|
|
that are due for investigation shortly, i.e. our TODO list:
|
|
|
|
- Implement the rest of the DMA API... dma_map_sg, etc.
|
|
|
|
- Finish the renaming cleanup... there are references to or32 in the code
|
|
which was an older name for the architecture. The name we've settled on is
|
|
or1k and this change is slowly trickling through the stack. For the time
|
|
being, or32 is equivalent to or1k.
|