]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] libata: propogate host private data from probe function
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 8 Nov 2005 14:09:44 +0000 (14:09 +0000)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 11 Nov 2005 13:19:55 +0000 (08:19 -0500)
commite99f8b5efe78110e4af10f35ebf11feeef8f43b6
tree749f7803380b81eb711acf5818b2c2db2bbc9cd2
parent29179539dac74bf46b519b889602f23841be12e8
[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 <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/libata-core.c
include/linux/libata.h