[patch/rfc davinci-git 3/3] add sram allocator

2009-04-30 Thread David Brownell
From: David Brownell Provide a generic SRAM allocator using genalloc, and vaguely modeled after what AVR32 uses. This builds on top of the static CPU mapping set up in the previous patch, and returns DMA mappings as requested (if possible). Compared to its OMAP cousin, there's no current suppor

Re: [patch/rfc davinci-git 3/3] add sram allocator

2009-05-04 Thread Troy Kisky
David Brownell wrote: > From: David Brownell > > Provide a generic SRAM allocator using genalloc, and vaguely > modeled after what AVR32 uses. This builds on top of the > static CPU mapping set up in the previous patch, and returns > DMA mappings as requested (if possible). > > Compared to its

Re: [patch/rfc davinci-git 3/3] add sram allocator

2009-05-06 Thread David Brownell
On Monday 04 May 2009, Troy Kisky wrote: > David Brownell wrote: > > From: David Brownell > > > > Provide a generic SRAM allocator using genalloc, and vaguely > > modeled after what AVR32 uses. This builds on top of the > > static CPU mapping set up in the previous patch, and returns > > DMA map