From: Sergey Matyukevich Date: Thu, 16 Jul 2009 18:38:55 +0000 (+0400) Subject: libata: Updates and fixes for pata_at91 driver X-Git-Tag: v2.6.31-rc5~68^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d084d96fdf1d791cb171da57efc1ca89d68dd6c;p=pandora-kernel.git libata: Updates and fixes for pata_at91 driver Please consider the following updates and fixes for pata_at91 driver. * Removed extra headers Here we need only static memory controller properties, which are contained in generic header at91sam9_smc.h. No need to include any specific headers for at91sam9260 SoC. * No harsh BUG_ON for get_clk in set_smc_timing function get_clk is now performed in driver probing function, probing fails if master clock is not available * Fixed uint/ulong mess in calc_mck_cycles function Signed-off-by: Sergey Matyukevich Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed