From: Laura Abbott Date: Thu, 9 Oct 2014 22:26:35 +0000 (-0700) Subject: lib/genalloc.c: add power aligned algorithm X-Git-Tag: omap-for-v3.19/prcm-cleanup~134^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505e3be6c082489a32a88e042f930d047b6415bc;p=pandora-kernel.git lib/genalloc.c: add power aligned algorithm One of the more common algorithms used for allocation is to align the start address of the allocation to the order of size requested. Add this as an algorithm option for genalloc. Signed-off-by: Laura Abbott Acked-by: Will Deacon Acked-by: Olof Johansson Reviewed-by: Catalin Marinas Cc: Arnd Bergmann Cc: David Riley Cc: Ritesh Harjain Cc: Russell King Cc: Thierry Reding Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed