From: Mrugesh Katepallewar Date: Thu, 7 Feb 2013 10:33:15 +0000 (+0530) Subject: mtd: davinci_nand: Use managed resources X-Git-Tag: v3.9-rc1~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4e0c2145e928b1c165ac88a9aa20038a981488;p=pandora-kernel.git mtd: davinci_nand: Use managed resources davinci_nand driver currently uses normal kzalloc, ioremap and get_clk routines. This patch replaces these routines with devm_kzalloc, devm_request_and_ioremap and devm_clk_get resp. Signed-off-by: Mrugesh Katepallewar Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed