From: Alan Cox Date: Tue, 8 Nov 2005 14:09:44 +0000 (+0000) Subject: [PATCH] libata: propogate host private data from probe function X-Git-Tag: v2.6.15-rc1~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99f8b5efe78110e4af10f35ebf11feeef8f43b6;p=pandora-kernel.git [PATCH] libata: propogate host private data from probe function This will let me chop the code size of several drivers right down. In many cases the actual private data is very useful and constant for a given host controller so being able to just pass it at probe time would be very useful indeed (eg with the via driver would could pass the udma clocking and reduce the code size, or with the AMD one the UDMA multiplier and the offset) Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed