https://github.com/torvalds/linux
Revision e9c839142d698086d3fe33a0daafde55ddd00c4e authored by Tejun Heo on 03 July 2006, 07:07:26 UTC, committed by Jeff Garzik on 06 July 2006, 02:16:27 UTC
The names of predefined debounce timing parameters didn't exactly
match their usages.  Rename to more generic names and implement param
selection helper sata_ehc_deb_timing() which uses EHI_HOTPLUGGED to
select params.

Combined with the previous EHI_RESUME_LINK differentiation, this makes
parameter selection accurate.  e.g. user scan resumes link but normal
deb param is used instead of hotplug param.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 2832430
Raw File
Tip revision: e9c839142d698086d3fe33a0daafde55ddd00c4e authored by Tejun Heo on 03 July 2006, 07:07:26 UTC
[PATCH] libata: clean up debounce parameters and improve parameter selection
Tip revision: e9c8391
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

# stgit generated dirs
patches-*
back to top