https://github.com/torvalds/linux
Revision e99f8b5efe78110e4af10f35ebf11feeef8f43b6 authored by Alan Cox on 08 November 2005, 14:09:44 UTC, committed by Jeff Garzik on 11 November 2005, 13:19:55 UTC
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>
1 parent 2917953
History
Tip revision: e99f8b5efe78110e4af10f35ebf11feeef8f43b6 authored by Alan Cox on 08 November 2005, 14:09:44 UTC
[PATCH] libata: propogate host private data from probe function
Tip revision: e99f8b5
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 61.1 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top