[PATCH 3/3] TI Davinci EMAC : Abstract Buffer address translation logic.

2009-11-18 Thread Sriramakrishnan
When programming the DMA engine, the next pointers must be programmed with physical address as seen from the DMA master address space. This address may be different from physical address of the buffer RAM area. This patch abstracts the buffer address translation logic. Signed-off-by: Sriramakrishn

Re: [PATCH 3/3] TI Davinci EMAC : Abstract Buffer address translation logic.

2009-11-18 Thread Troy Kisky
Sriramakrishnan wrote: > When programming the DMA engine, the next pointers must be > programmed with physical address as seen from the DMA master > address space. This address may be different from physical > address of the buffer RAM area. This patch abstracts the > buffer address translation log