From mboxrd@z Thu Jan 1 00:00:00 1970 From: jean.pihet@newoldbits.com (Jean Pihet) Date: Fri, 13 May 2011 09:30:14 +0200 Subject: [RFC PATCH v3] Consolidate SRAM support In-Reply-To: <20110512174546.GB8633@n2100.arm.linux.org.uk> References: <20110415130607.GM1611@n2100.arm.linux.org.uk> <20110512174546.GB8633@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 12, 2011 at 7:45 PM, Russell King - ARM Linux wrote: > This version fixes the davinci pm free, and adds updates for the > davinci pcm driver. As I don't know what's happening with Jean's > patch tweaking the genpool allocator, I've kept my version. Sorry I do not get the question. The latest changes I submitted have been merged in mainline as 'ARM: 6649/1: omap: use fncpy to copy the PM code functions to SRAM' [1] . Thanks for that! This change is only about the simple linear SRAM allocator, not the genpool allocator. > This still suffers from the "only one region per pvpool" problem > which I believe Jean's patch doesn't suffer. [1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b6338bdc8305b27688a7feb8689e4ccfd42f0292 Regards, Jean