From: Andrew Victor Date: Mon, 6 Nov 2006 13:56:07 +0000 (+0200) Subject: [PATCH] pcmcia: at91_cf update X-Git-Tag: v2.6.20-rc1~34^2~20^2~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe5cfb3b9f0207ea1f4a0c24bf504deb19a37cc;p=pandora-kernel.git [PATCH] pcmcia: at91_cf update This is an update to the AT91RM9200 CompactFlash driver. The changes include: - Use the I/O memory address passed via the platform_device resources instead of constant global values. - The IRQ should not be used as a random'ness source. - Return errors if ioremap() or request_mem_region() fails. Signed-off-by: Andrew Victor Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed