On 10/30/2011 03:50 PM, Benoît Canet wrote:
> Convert most of pxa2xx peripheral to memory API.
Thanks, applied to memory/queue.
> pxa2xx_dma.c was left intact because it use
> cpu_physical_memory_read/write internally and seems special.
>
It's actually not special, and unrelated to the memory AP
Convert most of pxa2xx peripheral to memory API.
pxa2xx_dma.c was left intact because it use
cpu_physical_memory_read/write internally and seems special.
In this version :
Remove abusive usage of get_system_memory()
Fix MemoryRegion names
Benoît Canet (9):
pxa2xx_gpio: convert to memory API